gpt-engineer-app[bot]
0d716d79d2
Fix budget calculation and storage
...
Correct budget calculation and storage issues for 교통 and 기타 categories, and ensure daily/weekly budgets are displayed correctly.
2025-03-22 07:42:46 +00:00
gpt-engineer-app[bot]
09e29d57f3
Fix import error
...
The module `src/constants/categoryIcons.tsx` does not export `CATEGORY_TITLE_SUGGESTIONS`, but it is imported in `src/utils/userTitlePreferences.ts`. This commit fixes the import error.
2025-03-22 07:38:27 +00:00
gpt-engineer-app[bot]
8910dc3883
Fix: Resolve missing exports
...
The CATEGORY_DESCRIPTIONS and CATEGORY_TITLE_SUGGESTIONS exports were missing from the categoryIcons module, causing errors. This commit adds these exports to resolve the issue.
2025-03-22 07:37:22 +00:00
gpt-engineer-app[bot]
b79c6b2314
Fix budget input and display
...
- Fix issue where budget input for transportation and other categories were not saved correctly.
- Fix issue where total budget amount was calculated incorrectly.
- Fix issue where daily and weekly budgets were not displayed correctly.
2025-03-22 07:35:55 +00:00
gpt-engineer-app[bot]
2732133e9c
Refactor: Reorder frequently used texts
...
Reordered texts based on usage frequency.
2025-03-22 06:52:21 +00:00
gpt-engineer-app[bot]
78451e30e5
Implement quick title suggestions
...
Implement suggestions for transaction titles based on category selection.
2025-03-22 06:50:36 +00:00
gpt-engineer-app[bot]
508eea9cde
Refactor expense form and categories
...
- Rename "지출 추가" to "지출 입력" in the add expense dialog.
- Rename "교통비" to "교통" in categories and ensure all 4 icons are displayed on a single line.
2025-03-22 06:45:50 +00:00
gpt-engineer-app[bot]
1250ab95b8
Fix: Resolve Banknote import error
...
The 'Banknote' component was not imported, causing a TypeScript error. This commit adds the import from 'lucide-react' to resolve the issue.
2025-03-22 06:32:15 +00:00
gpt-engineer-app[bot]
8de82b17f0
Add "기타" category
...
Adds "기타" category to the existing categories.
2025-03-22 06:31:08 +00:00
gpt-engineer-app[bot]
b69af1781f
Fix display issue
...
Addresses a problem where certain elements were not being displayed correctly.
2025-03-21 11:15:02 +00:00
gpt-engineer-app[bot]
11d824a38f
Update category labels
...
Add descriptions to category labels in the UI.
2025-03-21 10:10:25 +00:00
gpt-engineer-app[bot]
d6e6c00ea9
Rename categories
...
Rename "식비" to "음식" and "생활비" to "쇼핑".
2025-03-21 10:02:05 +00:00
gpt-engineer-app[bot]
79d38f1fc1
Fix budget display and category issues
...
- Fix budget amount not displaying outside the homepage.
- Remove unexpected categories and revert to the original 3 categories.
2025-03-16 08:17:02 +00:00
gpt-engineer-app[bot]
81a950a96c
Revert to three expense categories
...
Reverted the number of expense categories back to the original three. Future feature additions or changes will require confirmation.
2025-03-15 11:00:35 +00:00
gpt-engineer-app[bot]
53096ae26e
Implement additional improvements
...
This commit implements additional improvements as requested.
2025-03-15 10:52:53 +00:00