Commit Graph

32 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
7071d435ae Refactor: Adapt to design changes
The design has been significantly updated, requiring code adjustments.
2025-03-21 13:04:57 +00:00
gpt-engineer-app[bot]
14b04cb384 Fix: Remove unused import
The `startNetworkMonitoring` import was removed from `src/App.tsx` because it does not exist in the `syncUtils` module.
2025-03-21 08:45:28 +00:00
hansoo
b3cc189493 네트워크 알림 OFF 및 ts 오류 수정 2025-03-21 17:09:26 +09:00
hansoo
2d08a7962b 문서 파일 정리 2025-03-21 16:08:43 +09:00
hansoo
19fba927e9 안드로이드 스플래시 화면 지연 문제 해결 2025-03-19 23:28:39 +09:00
gpt-engineer-app[bot]
4cfc48c8e1 Visual edit in Lovable
Edited UI in Lovable
2025-03-19 14:21:18 +00:00
gpt-engineer-app[bot]
a6a9f5e3e1 Adjust top page margin
Increased the top margin on all pages by an additional 5px.
2025-03-19 14:18:27 +00:00
gpt-engineer-app[bot]
40003d8f28 Adjust top margin for app
Adjusted the top margin of the entire app (home, expenses, analytics, settings, etc.) to add 5px of spacing.
2025-03-19 14:12:05 +00:00
hansoo
2ec913c6c0 optimize boot sequnse 2025-03-19 07:27:10 +09:00
hansoo
5d1d773c15 스플래시 화면 최적화: 네이티브 스플래시 화면 제거 및 Capacitor 스플래시 화면 개선 2025-03-16 23:19:57 +09:00
hansoo
a030e0cb5b 스플래시 화면 기능 추가 및 개선 2025-03-16 21:35:59 +09: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]
a1518db6c0 Allow access without login
Allow users to access the expense and analytics pages without requiring login.
2025-03-16 04:59:21 +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]
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]
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]
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]
24bd10f6a4 Fix Transactions page loading issue
Addresses a problem where the Transactions page was failing to load.
2025-03-15 11:14:51 +00:00
gpt-engineer-app[bot]
7b2ce776e4 Add Supabase settings route
Adds a new route to the App component for the SupabaseSettings page.
2025-03-15 08:11:58 +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
gpt-engineer-app[bot]
33f1a94a81 Implement user authentication
Implement login functionality and user authentication logic.
2025-03-15 06:50:56 +00:00
gpt-engineer-app[bot]
78fda7e228 Fix react-query onError type error
The `onError` option was not correctly typed in the react-query configuration. This commit updates the type definition to resolve the TypeScript error.
2025-03-15 05:19:47 +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]
5fb56d660f Add payment method page
This commit adds a new page for managing payment methods.
2025-03-15 04:36:51 +00:00
gpt-engineer-app[bot]
b1f83dc486 Add help and support page
Implements the help and support page.
2025-03-15 03:12:25 +00:00
gpt-engineer-app[bot]
2d88daa3bd Implement security settings page
Implement the security settings page.
2025-03-15 03:10:53 +00:00
gpt-engineer-app[bot]
598ee8187c Add notification settings page
This commit adds a new page for configuring notification settings.
2025-03-15 03:08:50 +00:00
gpt-engineer-app[bot]
bbd5203b23 Create profile management page
This commit creates a profile management page within the settings section.
2025-03-15 03:06:23 +00:00
gpt-engineer-app[bot]
3b9a6cc8b0 Implement login/signup pages
This commit implements the login and signup pages for the application.
2025-03-15 01:37:07 +00:00
gpt-engineer-app[bot]
cb4c78ebeb Create new Flutter app
The prompt requests the creation of a new app with a neumorphic design, similar to a household account book, using Flutter.
2025-03-08 07:56:49 +00:00
gpt-engineer-app[bot]
1b620c2148 Use tech stack vite_react_shadcn_ts
[skip gpt_engineer]
2025-03-08 07:54:13 +00:00