gpt-engineer-app[bot]
e3e29d6ebe
Refactor budget sync logic
...
Refactor budget sync logic into smaller modules.
2025-03-16 10:03:35 +00:00
gpt-engineer-app[bot]
67fc6be649
Fix sync error after login
...
Addresses an issue where a sync error occurs after the user logs in.
2025-03-16 10:02:27 +00:00
gpt-engineer-app[bot]
bdf1584095
Clarify data synchronization process
...
Clarify the data synchronization process and address a scenario where data is lost after logging out, initializing data, and logging back in.
2025-03-16 09:58:20 +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]
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]
32a6832b84
Fix data loading issues
...
Addresses issues where budget data is missing on expense and analytics pages, and where transactions are being automatically created.
2025-03-16 08:10:31 +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]
a0866492ac
Fix NaN percentage display
...
Ensure percentage displays 0 instead of NaN when budget target is zero.
2025-03-15 23:11:27 +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]
439653fa2f
Remove on-premise Supabase test code
...
Remove code related to on-premise Supabase testing.
2025-03-15 22:35:44 +00:00
gpt-engineer-app[bot]
af52ec897f
Execute SQL queries
...
Run the provided SQL queries to create tables.
2025-03-15 16:34:20 +00:00
gpt-engineer-app[bot]
55958e9362
Update error message
...
Update the error message displayed during sign-up.
2025-03-15 15:52:33 +00:00
gpt-engineer-app[bot]
348194ccec
Investigate login/signup failure
...
Investigate and address the "Failed to fetch" error during signup and login failures.
2025-03-15 15:48:52 +00:00
gpt-engineer-app[bot]
1c3c4f37e0
Update CORS proxy configuration
2025-03-15 15:41:32 +00:00
gpt-engineer-app[bot]
9e7cd1f074
Update default API URL
...
Update the default Supabase API URL to http://a11.ism.kr .
2025-03-15 15:20:26 +00:00
gpt-engineer-app[bot]
60adc4ce1f
Remove offline mode
...
The offline mode was removed to focus on resolving connection issues instead of providing a workaround.
2025-03-15 15:06:37 +00:00
gpt-engineer-app[bot]
e52ca26cef
Investigate login/register 404 errors
...
Investigate and address persistent 404 errors occurring during login and registration processes.
2025-03-15 15:01:48 +00:00
gpt-engineer-app[bot]
4a39c61976
Fix import path in Register
...
Corrected the import path for auth.utils in Register.tsx to resolve module not found error.
2025-03-15 13:51:31 +00:00
gpt-engineer-app[bot]
30d214b367
Refactor signIn and signUp
...
Refactor signIn.ts and signUp.ts files to improve maintainability.
2025-03-15 13:50:46 +00:00
gpt-engineer-app[bot]
5b73eddd4f
Refactor auth.utils.ts
...
Refactor auth.utils.ts into smaller modules for better organization and maintainability. Split functions into networkUtils.ts, responseUtils.ts, and toastUtils.ts based on their purpose.
2025-03-15 13:48:29 +00:00
gpt-engineer-app[bot]
9ab2bf722a
Refactor useLogin hook
...
Refactor the useLogin hook to separate login and table setup logic for better maintainability.
2025-03-15 13:11:33 +00:00
gpt-engineer-app[bot]
f00c69a4ec
Fix: Resolve syncAllData declaration conflict
...
The `syncAllData` function was declared in both `src/utils/sync/syncSettings.ts` and `src/utils/syncUtils.ts`, causing a conflict. This commit removes the duplicate declaration from `src/utils/sync/syncSettings.ts` to resolve the TypeScript error.
2025-03-15 12:14:15 +00:00
gpt-engineer-app[bot]
6991f5d27f
Refactor syncSettings.ts
...
Refactor syncSettings.ts to improve modularity.
2025-03-15 12:13:19 +00:00
gpt-engineer-app[bot]
477e1ccbc0
Refactor: Split useTransactions hook
...
Splits the `useTransactions` hook into smaller, more manageable files for improved code organization and maintainability. No functional changes are included.
2025-03-15 10:22:51 +00:00
gpt-engineer-app[bot]
6cda809697
Reverted to edit edt-ac485f97-7774-4a29-9d0a-ec4295ecbab8: "Configure Supabase environment variables
...
Sets Supabase URL and anon key using environment variables."
2025-03-15 06:42:32 +00:00
gpt-engineer-app[bot]
b25add0cff
Investigate Supabase API key issue
...
The prompt indicates a problem with the Supabase API key, so this commit investigates and addresses the issue.
2025-03-15 06:37:02 +00:00
gpt-engineer-app[bot]
38e2ebcd50
Add supabase functionality test
...
This commit adds a test to verify that Supabase is functioning correctly.
2025-03-15 06:33:29 +00:00
gpt-engineer-app[bot]
5089838a57
Configure Supabase environment variables
...
Sets Supabase URL and anon key using environment variables.
2025-03-15 06:28:59 +00:00
gpt-engineer-app[bot]
3bb4781ff0
Address accessibility issue
...
The screen was not visible. This commit addresses an accessibility issue.
2025-03-15 05:18:48 +00:00
gpt-engineer-app[bot]
1676fb1649
Fix display issue
...
Addresses a problem where the screen was not displaying correctly.
2025-03-15 05:17:38 +00:00
gpt-engineer-app[bot]
d74acdbbb8
Refactor syncUtils module
...
Refactor the syncUtils module to improve code organization and maintainability by breaking it down into smaller, more focused utility functions.
2025-03-15 05:12:43 +00:00
gpt-engineer-app[bot]
1ad6e5b685
Refactor form component
...
Refactor the form component to use a hybrid approach.
2025-03-15 05:09:25 +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