Commit Graph

23 Commits

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