Commit Graph

311 Commits

Author SHA1 Message Date
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
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]
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]
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]
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]
668d100dd8 Visual edit in Lovable
Edited UI in Lovable
2025-03-15 22:44:03 +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]
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]
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]
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]
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]
1c3c4f37e0 Update CORS proxy configuration 2025-03-15 15:41:32 +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]
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]
8b783c741d Fix Supabase Storage API calls
Corrected endpoint paths and authorization headers for Supabase Storage API calls.
2025-03-15 14:57:10 +00:00
gpt-engineer-app[bot]
09f6f9d5fa Refactor Register page components
Splits the Register page into smaller, more manageable components for better organization and maintainability.
2025-03-15 13:52:41 +00:00
gpt-engineer-app[bot]
4f8b1c0189 Fix login and registration issues
Addresses issues preventing successful login and registration.
2025-03-15 13:16:19 +00:00
gpt-engineer-app[bot]
a8537d5398 Investigate table creation API
Explore the possibility of creating tables directly via the Supabase API.
2025-03-15 13:05:45 +00:00
gpt-engineer-app[bot]
4bacba4719 Fix login failure after connection
Addresses an issue where login fails with a "Unexpected end of JSON input" error after a successful Supabase connection.
2025-03-15 13:02:55 +00:00
gpt-engineer-app[bot]
5fd4c183eb Update Supabase connection tests
Improve error handling for REST API and database connection tests.
2025-03-15 12:55:36 +00:00
gpt-engineer-app[bot]
971a1d29e5 Refactor SupabaseConnectionTest component
The SupabaseConnectionTest component was refactored into smaller, more manageable components to improve readability and maintainability.
2025-03-15 12:45:12 +00:00
gpt-engineer-app[bot]
1e6d360d69 Fix type error in SupabaseConnectionTest
The TestResults type was not assignable to the TestResult type in the SupabaseConnectionTest component. This commit ensures the types are compatible.
2025-03-15 12:43:46 +00:00
gpt-engineer-app[bot]
73184782ec Refactor SupabaseSettingsForm component
The SupabaseSettingsForm component was refactored into smaller, more manageable components to improve readability and maintainability.
2025-03-15 12:39:59 +00:00
gpt-engineer-app[bot]
e687047401 Refactor Login component
Splits the Login component into smaller, more manageable parts and extracts related logic into hooks to improve code organization and readability.
2025-03-15 12:39:09 +00:00
gpt-engineer-app[bot]
511a5bb2da Refactor SupabaseSettingsForm component
The SupabaseSettingsForm component was refactored into smaller, more manageable components to improve readability and maintainability.
2025-03-15 12:37:34 +00:00
gpt-engineer-app[bot]
785e69a42c Improve Supabase connection testing
Enhance the Supabase connection test to provide more detailed error information and handle potential CORS issues.
2025-03-15 12:32:40 +00:00
gpt-engineer-app[bot]
ae1db90d87 Investigate Supabase connection issues
Investigate REST API and database connection failures despite successful authentication.
2025-03-15 12:28:18 +00:00
gpt-engineer-app[bot]
6de30b681a Refactor SupabaseSettings component
The SupabaseSettings component was refactored into smaller, more manageable components to improve code organization and maintainability. The UI and functionality remain unchanged.
2025-03-15 12:24:40 +00:00
gpt-engineer-app[bot]
81a950a96c Revert to three expense categories
Reverted the number of expense categories back to the original three. Future feature additions or changes will require confirmation.
2025-03-15 11:00:35 +00:00
gpt-engineer-app[bot]
bbf0f75b66 Fix type errors in BudgetContext
Addresses type errors related to category budgets in BudgetContext and Index page. Specifically, ensures correct type assignment for category budget updates.
2025-03-15 10:54:24 +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]
cc0af1aee0 Fix rendering issue
Addresses a problem where the screen was not rendering correctly.
2025-03-15 10:27:42 +00:00
gpt-engineer-app[bot]
f22e99ecef Refactor TransactionCard component
Refactor TransactionCard component into smaller, more manageable components without changing functionality.
2025-03-15 10:27:01 +00:00
gpt-engineer-app[bot]
cb6c792d86 Refactor TransactionEditDialog component
Refactor TransactionEditDialog.tsx into smaller, more manageable components for improved code organization and maintainability. No functional changes were made.
2025-03-15 10:25:48 +00:00
gpt-engineer-app[bot]
01e71d1219 Document on-premise Supabase setup
Adds documentation on how to connect to an on-premise Supabase instance.
2025-03-15 08:11:00 +00:00
gpt-engineer-app[bot]
fbd9924004 Implement transaction history page
This commit implements the transaction history page.
2025-03-15 07:41:09 +00:00
gpt-engineer-app[bot]
93e3a0ea88 Fix main color in BudgetCategoriesSection
The main color in BudgetCategoriesSection was incorrectly set. This commit fixes the color to neuro-income.
2025-03-15 07:01:43 +00:00
gpt-engineer-app[bot]
930f801a2a Update Sync Settings button colors
Updated the color of the "로그인하여 동기화" button and the sync toggle switch in the Settings page to the main app color.
2025-03-15 07:00:51 +00:00
gpt-engineer-app[bot]
fd34c62170 Refactor AuthContext into smaller files
Refactors the AuthContext.tsx file into smaller, more manageable files to improve code organization and maintainability. The functionality remains the same.
2025-03-15 06:57:27 +00:00