gpt-engineer-app[bot]
469226e955
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 23:21:18 +00:00
gpt-engineer-app[bot]
c96e66dfb0
Remove payment methods
...
Removes the hardcoded payment methods from the payment methods page.
2025-03-15 23:20:11 +00:00
gpt-engineer-app[bot]
d8dec4a0b3
Fix profile information display
...
The user's actual name and email address should be displayed in the profile management section, not the default "홍길동".
2025-03-15 23:19:08 +00:00
gpt-engineer-app[bot]
de18805f62
Adjust Settings Page Layout
...
Align text in the first card on the settings page to match the layout of other cards.
2025-03-15 23:17:35 +00:00
gpt-engineer-app[bot]
dc447c0baa
Fix navigation for logged-out users
...
Fixes a bug where clicking on Profile Management, Notification Settings, or Security & Privacy in Settings while logged out resulted in a 404 error.
2025-03-15 23:15:14 +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]
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]
78475eb990
Fix checkbox outline style
...
The checkbox outline style was updated to prevent a black outline from appearing.
2025-03-15 22:54:32 +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]
dbac52d5dd
Remove button focus outline
...
Removes the black outline that appears when the "시작하기" button is focused.
2025-03-15 22:48:45 +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]
db6c8431ec
Refactor code
...
The prompt asked to refactor the code.
2025-03-15 22:45:22 +00:00
gpt-engineer-app[bot]
668d100dd8
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 22:44:03 +00:00
gpt-engineer-app[bot]
2f5f62cd96
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 22:43:02 +00:00
gpt-engineer-app[bot]
ab10176684
Remove on-premise test elements
...
Removes the Supabase on-premise test-related elements from the login page.
2025-03-15 22:42:12 +00:00
gpt-engineer-app[bot]
d90455af22
Fix TS2305 errors in RegisterForm
...
Fixes TypeScript errors related to missing exports 'ServerStatus' and 'SignUpResponse' from the './types' module in RegisterForm.tsx.
2025-03-15 22:40:02 +00:00
gpt-engineer-app[bot]
a2c2ef90f9
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 22:38:51 +00:00
gpt-engineer-app[bot]
9ff0592e33
Fix import error in App.tsx
...
Corrected the import path for SupabaseSettings in App.tsx to resolve a module resolution error.
2025-03-15 22:38:05 +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]
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]
2fa7423071
Fix: TypeScript error in EmailConfirmation.tsx
...
The commit addresses a TypeScript error, specifically `TS2304: Cannot find name 'useState'`, encountered in `EmailConfirmation.tsx`. The change will likely involve importing the `useState` hook from `react`.
2025-03-15 16:30:49 +00:00
gpt-engineer-app[bot]
2eb9dbfe64
Troubleshoot email confirmation issues
...
Investigate and address problems related to users not receiving email confirmation messages.
2025-03-15 16:30:05 +00:00
gpt-engineer-app[bot]
110f01f4ff
Handle sign-up callback
...
Handle the callback after a user signs up.
2025-03-15 16:25:22 +00:00
gpt-engineer-app[bot]
a735dee195
Refactor signUpUtils.ts file
...
The signUpUtils.ts file was refactored into smaller components to improve code readability and maintainability.
2025-03-15 16:19:27 +00:00
gpt-engineer-app[bot]
5d1ff46c3e
Refactor RegisterForm component
...
Splits the RegisterForm component into smaller, more manageable components to improve code readability and maintainability.
2025-03-15 16:18:10 +00:00
gpt-engineer-app[bot]
7024c6423f
Fix signup redirect URL
...
The signup redirect URL was incorrect, leading to issues with email verification. This commit fixes the URL to ensure proper redirection after signup.
2025-03-15 16:15:59 +00:00
gpt-engineer-app[bot]
4d094fbaa8
Implement email verification on signup
...
The prompt requests to implement email verification logic during the signup process.
2025-03-15 16:11:04 +00:00
gpt-engineer-app[bot]
d3d746c9ef
Improve login error message
...
Update the login error message to be more specific when authentication fails due to incorrect email or password.
2025-03-15 16:08:01 +00:00
gpt-engineer-app[bot]
68a4d93426
Configure Supabase Cloud connection
...
Configures the application to connect to a Supabase Cloud instance.
2025-03-15 16:04:45 +00:00
gpt-engineer-app[bot]
e40442f9cf
Connect to Supabase project
...
Add Supabase configuration and types to the project.
2025-03-15 16:03:22 +00:00
gpt-engineer-app[bot]
b434695292
Update error message
...
Update error message when signup is not allowed.
2025-03-15 15:56:01 +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]
f25d55690d
Refactor supabase client file
...
Refactor the supabase client file into smaller modules.
2025-03-15 15:44:11 +00:00
gpt-engineer-app[bot]
1c3c4f37e0
Update CORS proxy configuration
2025-03-15 15:41:32 +00:00
gpt-engineer-app[bot]
0f4f426dd4
Debug login issues in lovable app
...
Investigate and address potential causes of login failures in the lovable app, including API request format discrepancies, cached token issues, and network problems.
2025-03-15 15:36:57 +00:00
gpt-engineer-app[bot]
03fcc7175c
Improve sign-in API handling
...
Improve sign-in API handling to ensure successful login.
2025-03-15 15:33:30 +00:00
gpt-engineer-app[bot]
44b4e456dd
Implement code changes
...
The AI implemented the code changes as requested.
2025-03-15 15:27:27 +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]
0f07edaa98
Fix: Correct signUp type definition
...
The signUp function in AuthContextType was expecting only two arguments (email, password) but the RegisterForm component was passing three arguments (email, password, username). This commit updates the AuthContextType definition to match the actual usage in the RegisterForm component, resolving the TypeScript error.
2025-03-15 15:18:01 +00:00
gpt-engineer-app[bot]
3c96a9deac
Improve authentication error handling
...
- Enhance error messages for authentication failures.
2025-03-15 15:16:15 +00:00
gpt-engineer-app[bot]
b2d444a9bc
Fix type errors in Login page
...
The properties `isOfflineMode` and `setIsOfflineMode` were missing in the type definition of the `useLogin` hook return value, causing type errors in the Login page. This commit adds these properties to the type definition, resolving the errors. Also, the properties were missing in the LoginFormProps interface, so they were added there as well.
2025-03-15 15:13:21 +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]
a32eb26105
Fix const reassignment error
...
The code was attempting to reassign a const variable, which is not allowed in JavaScript. This commit fixes the error.
2025-03-15 14:58:21 +00:00