Commit Graph

11 Commits

Author SHA1 Message Date
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