Commit Graph

13 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
017f5615c1 Add bottom margin to pages
Adds a bottom margin to the last card in the Transactions and Analytics pages.
2025-03-16 12:16:14 +00:00
gpt-engineer-app[bot]
468bb79c9e Refactor useTransactions hook
Splits the useTransactions hook into smaller, more manageable files for improved code organization and maintainability. The original functionality of the hook remains unchanged.
2025-03-16 09:03:38 +00:00
gpt-engineer-app[bot]
23ba0f7e90 Fix budget data persistence issue
Addresses the problem where budget data was not persisting across page transitions, causing budget and expense information to disappear from the expense page and only expense data to appear on the analytics page.
2025-03-16 07:29:25 +00:00
gpt-engineer-app[bot]
ca4c9da26e Refactor Transactions page
Refactor Transactions page to utilize the useTransactions hook for improved code reusability and reduced redundancy.
2025-03-15 11:09:13 +00:00
gpt-engineer-app[bot]
6e02282383 Fix budget discrepancies
The budget amounts displayed on the home page were inconsistent with those shown on the transactions and analytics pages. This commit addresses this issue.
2025-03-15 11:06:23 +00:00
gpt-engineer-app[bot]
fbd9924004 Implement transaction history page
This commit implements the transaction history page.
2025-03-15 07:41:09 +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]
fff17903e4 Limit expense categories
Limit the number of expense categories to 식비, 생활비, 교통비.
2025-03-15 02:41:56 +00:00
gpt-engineer-app[bot]
e983785a62 Change search input placeholder
Change the placeholder text of the search input in Transactions.tsx from "거래 검색..." to "지출 검색...".
2025-03-15 02:37:41 +00:00
gpt-engineer-app[bot]
152f4a92ea Update calendar icon color
Updated the color of the calendar icon.
2025-03-15 02:08:59 +00:00
gpt-engineer-app[bot]
1027217911 Refactor transaction display
Modify transaction page to display total budget instead of total income and only show expense transactions. Update color scheme to use neuro-income color.
2025-03-15 02:07:19 +00:00
gpt-engineer-app[bot]
d2636dd774 Visual edit in Lovable
Edited UI in Lovable
2025-03-15 02:06:05 +00:00
gpt-engineer-app[bot]
cb4c78ebeb Create new Flutter app
The prompt requests the creation of a new app with a neumorphic design, similar to a household account book, using Flutter.
2025-03-08 07:56:49 +00:00