Commit Graph

35 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
b8e2dc8252 Fix spacing in CategorySpendingList
Reduce the spacing between lines in the CategorySpendingList component.
2025-03-22 13:03:29 +00:00
gpt-engineer-app[bot]
a5eb629f0c Merge category charts
Consolidated category spending list into the category pie chart card.
2025-03-22 13:00:32 +00:00
gpt-engineer-app[bot]
3a0c7d1c61 Remove category spending percentage
Removes the percentage display from the category spending list.
2025-03-22 12:58:46 +00:00
gpt-engineer-app[bot]
fdadbb06cc Update budget bar color
The gray color of the budget bar in the chart has been updated to be slightly darker.
2025-03-22 12:57:41 +00:00
gpt-engineer-app[bot]
273362ecb7 Refactor monthly comparison chart
Modify expense text and bar color in the monthly comparison chart legend from black to main green.
2025-03-22 12:56:28 +00:00
gpt-engineer-app[bot]
eb13fa76a1 Increase pie chart size
Make the pie charts in ExpenseChart and PaymentMethodChart components slightly larger.
2025-03-22 12:51:25 +00:00
gpt-engineer-app[bot]
2a1fc6aa7a Remove unnecessary chart elements
Removes label lines from pie charts and percentage display from payment method chart.
2025-03-22 12:49:50 +00:00
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]
ec13986739 Fix spacing issues
Correct spacing and alignment in the code.
2025-03-21 13:21:32 +00:00
gpt-engineer-app[bot]
39c138a403 Reduce category card padding
Reduce left and right padding on the major spending category cards to 5px.
2025-03-21 13:20:18 +00:00
gpt-engineer-app[bot]
514b61bedb Reverted to edit edt-919426ad-b201-43ed-ab0d-bac2bf23133f: "Fix category list text overflow
Addresses an issue where the "쇼" character in "쇼핑" was being truncated in the category spending list."
2025-03-21 12:07:55 +00:00
gpt-engineer-app[bot]
3b90e7396d Reverted to edit edt-0b69430e-05e6-40e3-9ee2-b28a21c97d9a: "Adjust font sizes
Reduce font sizes in several components for better readability and UI consistency."
2025-03-21 12:06:53 +00:00
gpt-engineer-app[bot]
4cacb31522 Center align pie chart
The pie chart was not properly centered. This commit aligns the pie chart to the center of the component.
2025-03-21 12:05:00 +00:00
gpt-engineer-app[bot]
f935ae04e4 Refactor category spending list
- Adjust font size and color circle size in category spending list component for better UI consistency.
2025-03-21 11:58:34 +00:00
gpt-engineer-app[bot]
cb29d6fe69 Fix: Match chart colors to category list
Updated the expense chart to use the same colors as the category spending list for 음식, 쇼핑, and 교통비.
2025-03-21 11:49:00 +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]
00d8d7f923 Refactor transaction edit dialog
Modify TransactionEditDialog to only change the desktop page layout.
2025-03-21 09:54:29 +00:00
gpt-engineer-app[bot]
aa39b23ccd Improve TransactionEditDialog layout
Increase spacing between title and description in TransactionEditDialog.
2025-03-21 09:51:33 +00:00
gpt-engineer-app[bot]
8858bbca9e Refactor SummaryCards component
Modify SummaryCards to display icon and title in one line with the amount below, centered.
2025-03-21 09:47:20 +00:00
gpt-engineer-app[bot]
bd5ba8f397 Refactor summary cards layout
Moves amount to same line as icon and title in summary cards, and aligns amount to the right.
2025-03-21 09:44:53 +00:00
gpt-engineer-app[bot]
10af4210fa Remove chart hover effect
Removed the background color change on hover in the monthly comparison chart.
2025-03-17 12:48:56 +00:00
gpt-engineer-app[bot]
fd793998e4 Improve monthly chart colors
The monthly comparison chart now displays bars in yellow when expense is 90% of budget and in red when expense exceeds budget.
2025-03-17 12:47:30 +00:00
gpt-engineer-app[bot]
1072e2c57a Change remaining budget label
Change "남은 예산" to "잔액" or "초과액" and update the piggy bank icon.
2025-03-17 12:45:35 +00:00
gpt-engineer-app[bot]
3ba935151f Display remaining budget
Replaced savings with remaining budget and indicated budget overruns.
2025-03-17 12:43:11 +00:00
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]
da9120ba61 Fix analytics graph and toast
- Corrected analytics graph to only display budget data when budget is entered.
- Fixed issue where expense toast notifications were appearing twice.
2025-03-16 08:56:39 +00:00
gpt-engineer-app[bot]
e392557b9c Fix data initialization and toast issues
- Ensure toast notifications disappear after data initialization.
- Resolve issues with expense items not displaying on the expense page.
- Fix graph display issues on the analytics screen.
- Prevent login screen from appearing after data initialization.
2025-03-16 08:49:04 +00:00
gpt-engineer-app[bot]
fe669b0cfd Fix toast and data display issues
- Fixes an issue where toast notifications would not automatically dismiss.
- Addresses a problem where expense data was not displaying correctly on the transaction and analytics screens.
2025-03-16 08:34:58 +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]
2f926e7a65 No changes. 2025-03-16 06:04:18 +00:00
gpt-engineer-app[bot]
55296641c9 Investigate layout width issue
The layout width is not behaving as expected. Further investigation is needed to identify the cause.
2025-03-16 06:02:05 +00:00
gpt-engineer-app[bot]
ef8c31f39b Fix: Address build error
The AI was asked to fix a build error, but no changes were made to the code. This commit addresses the reported build error.
2025-03-16 05:59:55 +00:00
gpt-engineer-app[bot]
13bff57266 Adjust card width for mobile
Adjust card width to fit mobile screens.
2025-03-16 05:53:36 +00:00
gpt-engineer-app[bot]
71d21b9e6e Refactor: Split Analytics page
Splits the Analytics page into smaller, more manageable components to improve code organization and maintainability.
2025-03-16 05:51:34 +00:00