gpt-engineer-app[bot]
aa8381a823
Add payment method selection
...
Adds a payment method selection (Credit Card, Cash) to the expense form and includes a line separator. Also requests to add a graph showing the proportion of credit card and cash usage in expense analytics, but this part is not implemented in this commit.
2025-03-22 07:08:02 +00:00
gpt-engineer-app[bot]
60ef765380
Implement personalized data handling
...
Implement personalized data handling based on the number of recent expense records.
2025-03-22 06:57:50 +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]
8de82b17f0
Add "기타" category
...
Adds "기타" category to the existing categories.
2025-03-22 06:31:08 +00:00
gpt-engineer-app[bot]
292eddc6e0
Reorder expense form fields
...
Reordered the fields in the expense form to display category, title, and amount, respectively.
2025-03-22 06:03:55 +00:00
gpt-engineer-app[bot]
7b50054da4
Fix TypeScript errors
...
Addresses TypeScript errors related to toast implementation and type definitions.
2025-03-16 09:15:27 +00:00
gpt-engineer-app[bot]
7ab79d125e
Fix toast and data reset issues
...
- Resolved issue where budget creation toast appeared before expense creation toast.
- Fixed data reset causing a redirect to the login screen.
2025-03-16 09:13:08 +00:00
gpt-engineer-app[bot]
50520ed254
Investigate default value for number inputs
...
The prompt asks to investigate the current default value (0) for number input fields and consider alternative approaches based on other applications.
2025-03-16 05:41:05 +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
gpt-engineer-app[bot]
8783a607fa
Refactor AddTransactionButton component
...
Refactor the AddTransactionButton component into smaller, more manageable components to improve code readability and maintainability.
2025-03-15 05:11:41 +00:00