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]
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]
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]
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]
8c403f9761
Refactor BudgetContext file
...
Refactor BudgetContext.tsx into smaller components and hooks to improve code readability and maintainability.
2025-03-15 11:08:35 +00:00