gpt-engineer-app[bot]
cbee1f4fb9
Investigate data reset issue
...
Investigate why data is not fully reset when sync is enabled.
2025-03-22 11:58:13 +00:00
hansoo
2ec913c6c0
optimize boot sequnse
2025-03-19 07:27:10 +09: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]
0be5154e02
Improve data reset flow
...
The settings page was reloading slowly after a data reset. This commit addresses the issue by preventing the unnecessary reload after the reset operation.
2025-03-18 02:07:27 +00:00
gpt-engineer-app[bot]
5bf8ff6e3f
Fix toast text alignment
...
The text in the toast notification was left-aligned instead of centered. This commit fixes the alignment issue.
2025-03-18 01:56:46 +00:00
gpt-engineer-app[bot]
043db23836
Ensure sync is disabled
...
The sync setting was not consistently being disabled in certain scenarios. This change ensures that the sync setting is properly disabled when expected.
2025-03-18 01:48:38 +00:00
gpt-engineer-app[bot]
dfb9d8ca69
Fix sync toggle issue
...
The sync toggle was not working as expected. This commit fixes the issue.
2025-03-18 01:42:00 +00:00
gpt-engineer-app[bot]
3ee2bc3df4
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-18 01:29:15 +00:00
gpt-engineer-app[bot]
5f269040fd
Revert sync behavior after data reset
...
The sync setting should be disabled after data reset.
2025-03-18 01:28:18 +00:00
gpt-engineer-app[bot]
a4533aea70
Retain sync setting on reset
...
After data reset, the sync setting should remain in its previous state (On or Off) instead of always defaulting to Off.
2025-03-18 01:21:54 +00:00
gpt-engineer-app[bot]
8b7defb576
Refactor DataResetSection component
...
Refactor DataResetSection component into smaller components and extract logic into a separate hook for better maintainability.
2025-03-16 10:20:42 +00:00
gpt-engineer-app[bot]
cbe931ecb3
Handle data reset with cloud sync
...
The prompt requests clarification on whether data reset should also delete cloud data when the user is logged in.
2025-03-16 10:18:16 +00:00
gpt-engineer-app[bot]
351b5e6d36
Fix: Prevent data reset without login
...
The data reset functionality was incorrectly prompting for login even when the user was already logged in. This commit ensures that data reset operations are only triggered when a user is authenticated.
2025-03-16 09:24:41 +00:00
gpt-engineer-app[bot]
f228410b83
Fix: Resolve Toast Type Error
...
The toast function was updated to correctly pass the 'id' property, resolving the TypeScript error.
2025-03-16 09:17:47 +00:00
gpt-engineer-app[bot]
7b50054da4
Fix TypeScript errors
...
Addresses TypeScript errors related to toast implementation and type definitions.
2025-03-16 09:15:27 +00:00
gpt-engineer-app[bot]
7ab79d125e
Fix toast and data reset issues
...
- Resolved issue where budget creation toast appeared before expense creation toast.
- Fixed data reset causing a redirect to the login screen.
2025-03-16 09:13:08 +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]
c5a5a20d36
Refactor data initialization process
...
Review and adjust the data initialization logic to ensure proper functionality.
2025-03-16 07:52:45 +00:00
gpt-engineer-app[bot]
61b00cfdcb
Fix: No changes were made
...
The AI system did not make any changes to the codebase.
2025-03-16 06:57:52 +00:00
gpt-engineer-app[bot]
9631303b3c
Refactor SecurityPrivacySettings component
...
Refactor the SecurityPrivacySettings component into smaller, more manageable sub-components for improved readability and maintainability. The functionality of the page remains unchanged.
2025-03-15 23:27:21 +00:00