Commit Graph

37 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
ce60f418fa Fix notch issue on iOS
Addresses the notch display issue on iOS devices.
2025-03-23 10:15:20 +00:00
gpt-engineer-app[bot]
2c99bbce88 Reverted to edit edt-df6bf84a-482f-4f45-8871-2125b421fdb0: "Add bottom padding to screen
Adds 100px bottom padding to the screen."
2025-03-23 10:11:05 +00:00
gpt-engineer-app[bot]
4a05ea3649 Check iOS notch handling
Verify that the iOS notch handling feature is working correctly.
2025-03-23 08:57:27 +00:00
gpt-engineer-app[bot]
11ce5d7c33 Add bottom padding to screen
Adds 100px bottom padding to the screen.
2025-03-22 22:20:37 +00:00
gpt-engineer-app[bot]
a12f8211cb Refactor: Apply consistent styling
Apply consistent styling to the settings page, similar to other pages in the application.
2025-03-22 05:34:40 +00:00
gpt-engineer-app[bot]
4bf81937ca Visual edit in Lovable
Edited UI in Lovable
2025-03-22 05:32:04 +00:00
gpt-engineer-app[bot]
51bcdf2d05 Center align app version info
Center align the app version and description text in the settings page.
2025-03-21 13:17:30 +00:00
gpt-engineer-app[bot]
e7352123c4 Visual edit in Lovable
Edited UI in Lovable
2025-03-21 13:15:49 +00:00
gpt-engineer-app[bot]
ab3bcbdc63 Visual edit in Lovable
Edited UI in Lovable
2025-03-18 14:35:16 +00:00
gpt-engineer-app[bot]
75dc157d15 Refactor: Simplify AppVersionInfo background
Removed background styling from AppVersionInfo component for a cleaner look.
2025-03-18 14:32:04 +00:00
gpt-engineer-app[bot]
73ff9e7886 Allow manual version info edit
Make the version info card editable via text boxes.
2025-03-18 14:24:10 +00:00
gpt-engineer-app[bot]
d380995d5c Adjust spacing in Settings page
Reduce the height of the empty space at the bottom of the Settings page from 150px to 120px.
2025-03-18 13:48:21 +00:00
gpt-engineer-app[bot]
3778703a67 Add spacing to app version
Adds 150px spacing below the app version card.
2025-03-18 13:46:59 +00:00
hansoo
a63cd23580 Merge remote changes with local improvements 2025-03-18 00:42:02 +09:00
hansoo
8efe62d9fd 트랜잭션 삭제 안정성 개선 및 앱 버전 정보 UI 개선
1. 트랜잭션 삭제 기능 안정성 개선:
   - 비동기 작업 최적화로 UI 응답성 향상
   - 메모리 누수 방지를 위한 취소 메커니즘 구현
   - 오류 처리 강화 및 UI 상태 복원 메커니즘 추가

2. 앱 버전 정보 표시 개선:
   - AppVersionInfo 컴포넌트 UI 디자인 개선
   - 설정 페이지 버전 정보 영역 스타일링 개선
   - 빌드 정보 즉시 로딩 구현

* 참고: UI 변경 사항이 포함되어 있으므로 Lovable 팀 리뷰 필요
2025-03-18 00:37:26 +09:00
gpt-engineer-app[bot]
b223dff324 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:50:27 +00:00
gpt-engineer-app[bot]
38fb16d845 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:36:00 +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]
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]
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]
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]
36160b545a Revert settings page changes
Reverts the previous changes made to the settings page.
2025-03-15 06:38:42 +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]
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]
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]
a3bd9c53cd Refactor profile management text
Update the description text in ProfileManagement.tsx.
2025-03-15 04:31:52 +00:00
gpt-engineer-app[bot]
bf25c4f032 Visual edit in Lovable
Edited UI in Lovable
2025-03-15 03:14:42 +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]
2cccd7a32e Refactor: Change icon colors
Change icon colors to neuro-income, except for the logout icon which remains red.
2025-03-15 01:56:30 +00:00
gpt-engineer-app[bot]
0a4a689915 Update point color
Update the point color to neuro-income.
2025-03-15 01:47:38 +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