gpt-engineer-app[bot]
62551d58e3
feat: Implement budget edit functionality
...
When the "Edit Budget" button is clicked, display a popup similar to the expense input form for budget modification.
2025-04-05 05:41:15 +00:00
gpt-engineer-app[bot]
2c99bbce88
Reverted to edit edt-df6bf84a-482f-4f45-8871-2125b421fdb0: "Add bottom padding to screen
...
Adds 100px bottom padding to the screen."
2025-03-23 10:11:05 +00:00
gpt-engineer-app[bot]
8cf2e70050
Fix: Handle undefined budget data
...
The `useBudgetTabContent` hook was throwing an error when `data` prop was undefined. This commit adds a check to ensure that `data` is defined before accessing its properties.
2025-03-23 10:09:50 +00:00
gpt-engineer-app[bot]
abf8c6ae0c
Reverted to edit edt-8539f783-4c38-49ea-9c24-fdafcfaa7d4f: "Check iOS notch handling
...
Verify that the iOS notch handling feature is working correctly."
2025-03-23 10:08:01 +00:00
gpt-engineer-app[bot]
01e6f56f8a
Fix type errors in Index page
...
The BudgetTabContent and RecentTransactionsSection components in the Index page were receiving incorrect props, leading to TypeScript errors. This commit fixes these errors by passing the correct props to these components.
2025-03-23 08:59:17 +00:00
gpt-engineer-app[bot]
8cda329feb
Remove daily and weekly tabs
...
Removed the daily and weekly budget tabs from the budget progress card, leaving only the monthly tab.
2025-03-22 12:06:32 +00:00
gpt-engineer-app[bot]
0702145431
Fix budget update issue
...
Addresses an issue where budget updates were not being applied correctly.
2025-03-22 11:20:58 +00:00
gpt-engineer-app[bot]
b81187a4d8
Fix budget calculation error
...
Corrected an issue where the total monthly budget was incorrectly calculated and displayed as a weekly budget.
2025-03-22 11:16:30 +00:00
gpt-engineer-app[bot]
d5ac14793b
Refactor BudgetTabContent component
...
Splits the BudgetTabContent component into smaller, more manageable components to improve code organization and maintainability. The UI and logic are separated into distinct components while preserving the original functionality.
2025-03-22 10:58:21 +00:00
gpt-engineer-app[bot]
ab86d9b5f9
Investigate budget display issue
...
Examine why budget data is not displaying correctly on the expense and analytics screens, despite being saved successfully.
2025-03-22 10:53:56 +00:00
gpt-engineer-app[bot]
c92d41e8f0
Address unresolved issues
...
This commit addresses previously reported issues that remain unresolved. Further investigation is required.
2025-03-22 08:26:29 +00:00
gpt-engineer-app[bot]
7b29f31c7b
Revert previous changes
...
Reverting the previous commit due to unresolved issues.
2025-03-22 08:21:57 +00:00
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