Commit Graph

42 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
ae2a28efbb Fix budget display issues
Addresses issues where budget data wasn't displaying correctly after input and ensures correct automatic calculation of daily/weekly budgets from monthly input.
2025-03-22 08:08:58 +00:00
gpt-engineer-app[bot]
d4afc2eedb Fix data initialization issues
Addresses problems with budget display and data reset:
- Ensures budget data is correctly displayed after initialization.
- Fixes issue where daily and weekly budget data were missing.
- Corrects data reset to properly clear transaction data.
2025-03-22 07:58:53 +00:00
gpt-engineer-app[bot]
f39733bfcd Fix budget display issue
The budget display in the budget card was not showing correctly when the budget was not set. This commit fixes the issue.
2025-03-22 07:48:57 +00:00
gpt-engineer-app[bot]
0d716d79d2 Fix budget calculation and storage
Correct budget calculation and storage issues for 교통 and 기타 categories, and ensure daily/weekly budgets are displayed correctly.
2025-03-22 07:42:46 +00:00
gpt-engineer-app[bot]
b79c6b2314 Fix budget input and display
- Fix issue where budget input for transportation and other categories were not saved correctly.
- Fix issue where total budget amount was calculated incorrectly.
- Fix issue where daily and weekly budgets were not displayed correctly.
2025-03-22 07:35:55 +00:00
gpt-engineer-app[bot]
a97234d9fa Refactor: Reduce component size
Reduces the size of a component.
2025-03-21 08:36:55 +00:00
gpt-engineer-app[bot]
cbb21c764c Refactor code for smaller size
Further reduce code size.
2025-03-21 08:27:56 +00:00
gpt-engineer-app[bot]
3b7f8988e4 Reduce selected text size
Reduces the font size of the currently selected text by one step.
2025-03-21 08:22:17 +00:00
gpt-engineer-app[bot]
b451ca0149 Reduce font size
Decrease the font size of the selected text by one step.
2025-03-21 08:16:17 +00:00
gpt-engineer-app[bot]
7f30d08466 Fix budget calculation error
Fixes an issue where entering a monthly budget resulted in incorrect daily, weekly, and monthly budget calculations, leading to incorrect display on the spending and analytics screens.
2025-03-18 02:31:08 +00:00
gpt-engineer-app[bot]
139338877a Visual edit in Lovable
Edited UI in Lovable
2025-03-18 02:28:20 +00:00
gpt-engineer-app[bot]
ba72611b9b Visual edit in Lovable
Edited UI in Lovable
2025-03-18 02:28:01 +00:00
gpt-engineer-app[bot]
b24931fecc Visual edit in Lovable
Edited UI in Lovable
2025-03-18 02:27:15 +00:00
gpt-engineer-app[bot]
42c9355e76 Refactor category budget setting
The category budget setting is now based on the monthly budget amount, which is then divided into daily and weekly budgets.
2025-03-18 02:22:58 +00:00
gpt-engineer-app[bot]
a6ca34e049 Fix budget display issue
The budget amount was displaying incorrectly, showing three times the actual value. This commit fixes the issue.
2025-03-18 01:10:20 +00:00
gpt-engineer-app[bot]
146cb92bc5 Investigate budget data issues
Investigate why budget and expense cards are not displaying correctly and why budget is showing as 0 on other pages.
2025-03-18 01:06:29 +00:00
gpt-engineer-app[bot]
4881655d1e Refactor budget input button
Remove animation from the budget input button after budget entry.
2025-03-18 01:01:54 +00:00
gpt-engineer-app[bot]
089aa4cb5a Toggle budget input on click
Modify the budget input to toggle open/close on button click.
2025-03-17 12:33:37 +00:00
gpt-engineer-app[bot]
097419c28c Adjust progress bar color
Make the color of the progress bar above the total budget slightly darker.
2025-03-17 12:31:49 +00:00
gpt-engineer-app[bot]
96297d6780 Add category budget auto-calculation
The category budgets are now automatically summed to calculate daily, weekly, and monthly budgets.
2025-03-17 12:30:07 +00:00
gpt-engineer-app[bot]
5aa04cf796 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:28:42 +00:00
gpt-engineer-app[bot]
a1e9c6dda5 Update budget button text
Change "예산 수정하기" to "예산 입력하기" when budget is empty and add animation.
2025-03-17 12:27:48 +00:00
gpt-engineer-app[bot]
37937b38b3 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:25:55 +00:00
gpt-engineer-app[bot]
07f87d8ec0 Refactor plus button style
- Modified the style of the plus button before "예산 수정하기"
- Removed the white circle and increased the size of the plus icon
- Kept the same color and animation
2025-03-17 12:25:06 +00:00
gpt-engineer-app[bot]
6884b68466 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:23:27 +00:00
gpt-engineer-app[bot]
90a20df7b7 Move total budget display
Move the total budget display in BudgetTabContent.tsx to be between the category budget inputs and the save button.
2025-03-17 12:21:55 +00:00
gpt-engineer-app[bot]
625a1f605c Enhance budget input display
- Display existing values in budget input fields.
- Remove recessed boxes from category inputs.
- Add icons to 식비, 생활비, and 교통비 categories.
2025-03-17 12:20:35 +00:00
gpt-engineer-app[bot]
236925f787 Enhance budget input UI
- Improve the '+' icon for budget modification.
- Display the sum of category budgets instead of an input field for the total budget.
- Change the wallet icon in budget input.
2025-03-17 12:17:32 +00:00
gpt-engineer-app[bot]
c7300bebb7 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:14:33 +00:00
gpt-engineer-app[bot]
edeb9f8ffb Update budget display and input
- Allow budget progress bar to exceed 100% when over budget.
- Streamline budget input by directly displaying category budgets.
2025-03-17 12:10:59 +00:00
gpt-engineer-app[bot]
f9fb5364bb Enhance budget display and alerts
- Increase font size of "예산 목표 설정하기" text.
- Change budget bar color to yellow if remaining budget is less than 10%, and to red if over budget.
- Display "예산 초과" and the exceeded amount when the budget is exceeded.
2025-03-17 12:06:19 +00:00
gpt-engineer-app[bot]
ccc1d913be Emphasize initial budget setting
Add visual emphasis to the budget setting prompt on the home screen to guide new users.
2025-03-17 11:58:52 +00:00
gpt-engineer-app[bot]
662cacbc99 Prevent duplicate toast notifications
The application was displaying duplicate toast notifications due to events being triggered multiple times. This commit prevents duplicate notifications.
2025-03-16 09:38:39 +00:00
gpt-engineer-app[bot]
1281156f05 Fix budget display issues
The budget was not being displayed correctly in the spending and analytics screens, as well as the weekly and monthly views on the home screen. This commit addresses these issues.
2025-03-16 08:26:17 +00:00
gpt-engineer-app[bot]
6e58f95dca Visual edit in Lovable
Edited UI in Lovable
2025-03-16 08:06:38 +00:00
gpt-engineer-app[bot]
1fc5ea1d5b Visual edit in Lovable
Edited UI in Lovable
2025-03-16 08:06:10 +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]
bbf0f75b66 Fix type errors in BudgetContext
Addresses type errors related to category budgets in BudgetContext and Index page. Specifically, ensures correct type assignment for category budget updates.
2025-03-15 10:54:24 +00:00
gpt-engineer-app[bot]
df257a948b Fix category budget update
The category budget was not being updated correctly after setting the budget. This commit fixes the issue.
2025-03-15 04:55:09 +00:00
gpt-engineer-app[bot]
136df4a5e9 Visual edit in Lovable
Edited UI in Lovable
2025-03-15 04:07:12 +00:00
gpt-engineer-app[bot]
315f2e3917 Refactor: Extract CategoryBudgetInputs
Refactors BudgetTabContent.tsx by extracting the category budget functionality into a separate component. This improves code modularity and maintainability.
2025-03-15 04:06:28 +00:00
gpt-engineer-app[bot]
834517e96f Refactor BudgetProgressCard component
Refactor BudgetProgressCard into smaller, more manageable components. Move BudgetTabContent to its own file. This improves code readability and maintainability.
2025-03-15 04:05:35 +00:00