hansoo
4d9effce41
fix: ESLint 오류 수정 - 사용하지 않는 변수들에 underscore prefix 추가
...
- AddTransactionButton.tsx: useEffect import 제거
- BudgetProgressCard.tsx: localBudgetData를 _localBudgetData로 변경
- Header.tsx: isMobile을 _isMobile로 변경
- RecentTransactionsSection.tsx: isDeleting을 _isDeleting로 변경
- TransactionCard.tsx: cn import 제거
- ExpenseForm.tsx: useState import 제거
- cacheStrategies.ts: QueryClient, Transaction import 제거
- Analytics.tsx: Separator import 제거, 미사용 변수들에 underscore prefix 추가
- Index.tsx: useMemo import 제거
- Login.tsx: setLoginError를 _setLoginError로 변경
- Register.tsx: useEffect dependency 수정 및 useCallback 추가
- Settings.tsx: toast, handleClick에 underscore prefix 추가
- authStore.ts: setError, setAppwriteInitialized에 underscore prefix 추가
- budgetStore.ts: ranges를 _ranges로 변경
- BudgetProgressCard.test.tsx: waitFor import 제거
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-12 20:49:36 +09:00
hansoo
9851627ff1
feat: Add CI/CD pipeline and code quality improvements
...
- Add GitHub Actions workflow for automated CI/CD
- Configure Node.js 18.x and 20.x matrix testing
- Add TypeScript type checking step
- Add ESLint code quality checks with enhanced rules
- Add Prettier formatting verification
- Add production build validation
- Upload build artifacts for deployment
- Set up automated testing on push/PR
- Replace console.log with environment-aware logger
- Add pre-commit hooks for code quality
- Exclude archive folder from linting
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-12 15:27:54 +09:00
gpt-engineer-app[bot]
2c99bbce88
Reverted to edit edt-df6bf84a-482f-4f45-8871-2125b421fdb0: "Add bottom padding to screen
...
Adds 100px bottom padding to the screen."
2025-03-23 10:11:05 +00:00
gpt-engineer-app[bot]
8cf2e70050
Fix: Handle undefined budget data
...
The `useBudgetTabContent` hook was throwing an error when `data` prop was undefined. This commit adds a check to ensure that `data` is defined before accessing its properties.
2025-03-23 10:09:50 +00:00
gpt-engineer-app[bot]
abf8c6ae0c
Reverted to edit edt-8539f783-4c38-49ea-9c24-fdafcfaa7d4f: "Check iOS notch handling
...
Verify that the iOS notch handling feature is working correctly."
2025-03-23 10:08:01 +00:00
gpt-engineer-app[bot]
01e6f56f8a
Fix type errors in Index page
...
The BudgetTabContent and RecentTransactionsSection components in the Index page were receiving incorrect props, leading to TypeScript errors. This commit fixes these errors by passing the correct props to these components.
2025-03-23 08:59:17 +00:00
gpt-engineer-app[bot]
2219908d9b
Increase bottom margin of section
...
Increase the bottom margin of the recent transactions section from 30px to 50px.
2025-03-22 13:23:48 +00:00
gpt-engineer-app[bot]
78da23abe6
Refactor RecentTransactionsSection
...
Further refactors RecentTransactionsSection to separate remaining logic. Creates additional hooks and utility files as needed.
2025-03-22 13:22:33 +00:00
gpt-engineer-app[bot]
ff4afb0880
Refactor RecentTransactionsSection component
...
Refactors the RecentTransactionsSection component into smaller, more manageable components and extracts related logic into separate hooks to improve code organization and maintainability.
2025-03-22 13:21:23 +00:00
gpt-engineer-app[bot]
0c87fad21b
Add spacing below last card
...
Adds 30px of spacing below the last card on the screen.
2025-03-22 13:19:36 +00:00
gpt-engineer-app[bot]
0d1306ef2e
Fix module import errors
...
Corrected import paths for '@/contexts/BudgetContext' in multiple components to resolve module not found errors.
2025-03-22 07:29:34 +00:00
gpt-engineer-app[bot]
fb0916627a
Refactor recent transactions section
...
Reduce font size of transportation titles and amounts in the recent transactions section.
2025-03-21 11:51:56 +00:00
gpt-engineer-app[bot]
83669bea40
Adjust recent transactions card height
...
Slightly reduce the overall height of the recent transactions card.
2025-03-18 09:05:30 +00:00
gpt-engineer-app[bot]
b910b54b01
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-18 09:04:01 +00:00
gpt-engineer-app[bot]
d477febbf5
Refactor code for stability
2025-03-18 05:57:55 +00:00
gpt-engineer-app[bot]
df60d11aa5
Fix transaction deletion issue
...
Addresses the issue where deleting transactions caused the homepage and expense page to freeze.
2025-03-18 05:52:14 +00:00
gpt-engineer-app[bot]
281e459f14
Fix recent transactions deletion
...
Fixes an issue where deleting transactions from the recent expenses section of the homepage resulted in a malfunction.
2025-03-18 05:46:05 +00:00
gpt-engineer-app[bot]
78dce33769
Fix transaction delete type mismatch
...
The `onDelete` prop in `TransactionCard` and `RecentTransactionsSection` components was expecting a function that returns a boolean or a Promise resolving to a boolean, but was receiving a function that returns void. This commit updates the type definition and implementation to ensure the `onDelete` function returns the expected type.
2025-03-18 04:41:26 +00:00
gpt-engineer-app[bot]
b264ff7d68
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-17 12:35:23 +00:00
gpt-engineer-app[bot]
0fe4825741
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-17 11:56:29 +00:00
gpt-engineer-app[bot]
cfe035ff3f
Use consistent category icons
...
Use the same icons in the recent transactions card as in the expense chart.
2025-03-17 11:55:38 +00:00
gpt-engineer-app[bot]
e23b62aa2b
Adjust card bottom margin
...
Adds more bottom margin to the last card to prevent it from being partially hidden on mobile devices.
2025-03-16 12:13:29 +00:00
gpt-engineer-app[bot]
6320ea17d4
Change recent transaction title color
...
Change the color of the transaction title in the recent transactions card on the home screen to black.
2025-03-16 11:31:34 +00:00
gpt-engineer-app[bot]
1c9dd41851
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-16 11:27:13 +00:00
gpt-engineer-app[bot]
5c69ea36c1
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-16 11:26:44 +00:00
gpt-engineer-app[bot]
24b10301ab
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-16 11:25:23 +00:00
gpt-engineer-app[bot]
002a37f60f
Adjust Transactions page layout
...
Adjusted the layout of the Transactions page to be more centered, referencing the layout of the 지출 화면.
2025-03-16 06:28:02 +00:00
gpt-engineer-app[bot]
30c76a2e1a
Adjust card width on desktop
...
The card width was too wide on desktop. Adjusted the width to be slightly smaller than the four icon area at the bottom.
2025-03-16 06:16:55 +00:00
gpt-engineer-app[bot]
0824b812cb
Fix data persistence issue
...
Addresses a problem where budget and expense data was not being saved correctly.
2025-03-16 05:34:18 +00:00
gpt-engineer-app[bot]
a0b6ef9667
Enable transaction editing
...
Make each transaction item in the transaction history clickable for modification and editing.
2025-03-15 04:12:14 +00:00
gpt-engineer-app[bot]
5cb9151ceb
Navigate to transactions on click
...
Implement navigation to the transactions page when the "모든 지출 보기" button is clicked.
2025-03-15 04:10:24 +00:00
gpt-engineer-app[bot]
f48b5ea344
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 02:35:19 +00:00
gpt-engineer-app[bot]
ae391e606b
Refactor: Split Index page
...
Refactor Index.tsx into smaller, more manageable components.
2025-03-15 02:23:57 +00:00