gpt-engineer-app[bot]
02d24aca68
Fix: Resolve build error
...
The AI did not make any changes to the codebase, so the error must be elsewhere.
2025-04-05 05:16:51 +00:00
gpt-engineer-app[bot]
b7b55cc816
Fix: SafeArea for iOS dynamic island
...
Fixes iOS safe area issues caused by the dynamic island.
2025-04-05 05:08:29 +00:00
gpt-engineer-app[bot]
af51ba2d52
Fix: App crashing on launch
...
Investigate and resolve the issue causing the application to crash during startup.
2025-04-05 05:04:27 +00:00
hansoo
9f9c49c588
아이폰 앱 오류 수정
2025-03-24 00:11:30 +09:00
gpt-engineer-app[bot]
485ac4775c
Add bottom padding to page
...
Adds 80px of bottom padding to the page.
2025-03-23 11:05:05 +00:00
gpt-engineer-app[bot]
8168d4b645
Fix type error in HomeContent
...
The `getCategorySpending` function was not returning an array, causing a type error when used with the `some` method in the `HomeContent` component. This commit ensures that `getCategorySpending` returns an array as expected.
2025-03-23 10:26:51 +00:00
gpt-engineer-app[bot]
606ac2f96a
Reverted to edit edt-fb357fcb-7bf8-4196-adc5-e2dc2fed4b19: "Fix notch issue on iOS
...
Addresses the notch display issue on iOS devices."
2025-03-23 10:23:55 +00:00
gpt-engineer-app[bot]
d216daf2f4
Refactor code based on feedback
...
Refactor the code based on the provided feedback.
2025-03-23 10:22:23 +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]
4a05ea3649
Check iOS notch handling
...
Verify that the iOS notch handling feature is working correctly.
2025-03-23 08:57:27 +00:00
gpt-engineer-app[bot]
727077f96d
Fix: Ensure BudgetProvider usage
...
The `useBudget` hook was being called outside of a `BudgetProvider`, leading to an error. This commit ensures that the `useBudget` hook is only called within the `BudgetProvider` context.
2025-03-22 07:27:59 +00:00
gpt-engineer-app[bot]
09894589b4
Fix welcome message and sync
...
- Prevent duplicate welcome messages.
- Remove sync notifications.
- Ensure automatic sync updates last sync time.
2025-03-22 06:26:05 +00:00
gpt-engineer-app[bot]
0d49c4b8ae
Implement notification history feature
...
Adds a notification history view accessible from the header, including a clear button and a notification count badge.
2025-03-22 06:15:41 +00:00
gpt-engineer-app[bot]
7c8e542912
Investigate data initialization issue
...
Investigates and addresses a potential data loss issue where budget data is unexpectedly reset when navigating between pages.
2025-03-16 07:23:16 +00:00
gpt-engineer-app[bot]
d59fb97f7c
Fix budget update issues
...
Addresses delayed notifications and data loss after budget updates and page transitions.
2025-03-16 07:05:20 +00:00
gpt-engineer-app[bot]
f3edf5fa20
Fix data display issues
...
Addresses issues where budget and expense data were not displaying correctly on the summary cards, category bar graph, and transaction/analytics pages. Also fixes a bug where data was disappearing after input.
2025-03-16 06:46:45 +00:00
gpt-engineer-app[bot]
16c17f0257
Fix data persistence issue
...
Addresses a bug where budget and expense data were not persisting correctly, leading to data loss when navigating between pages.
2025-03-16 06:41:57 +00:00
gpt-engineer-app[bot]
575f2dd601
Refactor Index page component
...
The Index page component was refactored into smaller, more manageable components to improve code readability and maintainability.
2025-03-16 06:34:51 +00:00
gpt-engineer-app[bot]
bfac404786
Retrigger data initialization
...
Retrigger data initialization process.
2025-03-16 06:33:40 +00:00
gpt-engineer-app[bot]
a14d1df2f0
Fix welcome dialog persistence
...
The "Don't show again" checkbox on the welcome dialog was not working correctly. This commit ensures that the dialog remains hidden after the user checks the box, even after navigating to other screens.
2025-03-16 06:31:19 +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]
338d72ffbc
Adjust card alignment
...
The cards were slightly off-center, with uneven spacing on the left and right. This commit adjusts the alignment to ensure the cards are centered properly.
2025-03-16 06:21:00 +00:00
gpt-engineer-app[bot]
f98db16d17
Fix onboarding and data issues
...
- Fix issue where welcome dialog reappears.
- Fix issue where new expenses are not reflected.
- Improve card layout on mobile devices.
2025-03-16 05:47:21 +00:00
gpt-engineer-app[bot]
d798632d05
Fix data initialization issue
...
The data initialization logic was not properly clearing existing data, leading to incorrect budget values. This commit ensures that all relevant data is cleared upon initialization.
2025-03-15 23:08:06 +00:00
gpt-engineer-app[bot]
f8abebcac6
Clear persistent budget data
...
Clear persistent budget data to ensure a clean state.
2025-03-15 23:03:44 +00:00
gpt-engineer-app[bot]
2ba8fdc31b
Clear persistent data
...
Clear data that persists and is displayed in monthly graphs for analysis.
2025-03-15 22:59:37 +00:00
gpt-engineer-app[bot]
829b7af80d
Reset budget and transaction data
...
Resets all budget data and transaction history to provide a clean slate.
2025-03-15 22:56:49 +00:00
gpt-engineer-app[bot]
5da1d76fbd
Persist welcome dialog visibility
...
The welcome dialog should remain visible until the user explicitly chooses to hide it.
2025-03-15 22:53:12 +00:00
gpt-engineer-app[bot]
6553a3afc9
Reset budget and transactions
...
Resets budget data and transaction history as if the user is logging in for the first time.
2025-03-15 22:50:28 +00:00
gpt-engineer-app[bot]
44789fa388
Implement first-time user experience
...
- Implement default state for new users.
- Add a simple tutorial popup for first-time users.
2025-03-15 22:47:32 +00:00
gpt-engineer-app[bot]
1136683b57
Ensure useBudget is within BudgetProvider
...
The useBudget hook was throwing an error when used outside of a BudgetProvider. This commit ensures that the useBudget hook is always used within a BudgetProvider to prevent this error.
2025-03-15 16:32:07 +00:00
gpt-engineer-app[bot]
53096ae26e
Implement additional improvements
...
This commit implements additional improvements as requested.
2025-03-15 10:52:53 +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]
6d1e1f91f4
Rename "Add Transaction" to "Add Expense"
...
The prompt requests to rename "Add Transaction" to "Add Expense".
2025-03-15 04:50:42 +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]
a5fac97a95
Implement budget input per category
...
Implement budget input fields for each category in the monthly budget settings, and automatically calculate and populate daily, weekly, and monthly budgets based on the sum of the category inputs.
2025-03-15 04:02:43 +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]
9ae296326a
Refactor BudgetInputCard placement
...
Move BudgetInputCard to be inside BudgetProgressCard.
2025-03-15 02:26:15 +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
gpt-engineer-app[bot]
19ecbd2728
Refactor budget input card
...
The budget input card will now be a collapsible element, only showing its title until expanded. This change is intended to reduce visual clutter on the main screen.
2025-03-15 02:22:33 +00:00
gpt-engineer-app[bot]
3b212026b4
Refactor budget categories
...
Modify budget categories to display only food, living expenses, and transportation.
2025-03-15 02:10:50 +00:00
gpt-engineer-app[bot]
baa8ee5f84
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 02:03:04 +00:00
gpt-engineer-app[bot]
bae0750b5a
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 02:01:03 +00:00
gpt-engineer-app[bot]
0a4a689915
Update point color
...
Update the point color to neuro-income.
2025-03-15 01:47:38 +00:00
gpt-engineer-app[bot]
49c5949df7
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-08 08:34:13 +00:00
gpt-engineer-app[bot]
2b3c20d840
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-08 08:34:00 +00:00
gpt-engineer-app[bot]
3407e14729
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-08 08:33:42 +00:00