gpt-engineer-app[bot]
2b8069a150
Review expense history page
2025-03-18 04:12:54 +00:00
gpt-engineer-app[bot]
27b4e3274e
Fix transaction deletion issue
...
Addresses the issue where deleting a transaction in the transaction history would cause the application to freeze.
2025-03-18 03:51:17 +00:00
gpt-engineer-app[bot]
ce12e99f6d
Fix transaction deletion issue
...
Addresses an issue where the application becomes unresponsive after deleting a transaction.
2025-03-17 23:41:03 +00:00
gpt-engineer-app[bot]
783dd9ce99
Fix transaction deletion issue
...
Addresses the issue where the transaction history page becomes unresponsive after deleting a transaction.
2025-03-17 23:37:06 +00:00
gpt-engineer-app[bot]
f1f9227abf
Refactor Transactions page
...
Refactors the Transactions page into smaller, more manageable components to improve code organization and maintainability. The functionality remains the same.
2025-03-17 23:24:12 +00:00
gpt-engineer-app[bot]
d3e8119f24
Fix data reset and deletion issues
...
- Ensure complete cloud data deletion during data reset.
- Resolve app freeze issue when deleting transactions on the transaction history page.
2025-03-17 23:01:50 +00:00
gpt-engineer-app[bot]
a53717c502
Fix issue deleting transactions
...
Fixes an issue where deleting a transaction on the transaction history screen would cause the application to freeze.
2025-03-17 16:37:34 +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]
017f5615c1
Add bottom margin to pages
...
Adds a bottom margin to the last card in the Transactions and Analytics pages.
2025-03-16 12:16:14 +00:00
gpt-engineer-app[bot]
dadc4fc585
Fix typo in FingerprintIcon import
...
Corrected the import of FingerPrintIcon from lucide-react to FingerprintIcon to resolve a TypeScript error.
2025-03-16 09:25:52 +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]
468bb79c9e
Refactor useTransactions hook
...
Splits the useTransactions hook into smaller, more manageable files for improved code organization and maintainability. The original functionality of the hook remains unchanged.
2025-03-16 09:03:38 +00:00
gpt-engineer-app[bot]
da9120ba61
Fix analytics graph and toast
...
- Corrected analytics graph to only display budget data when budget is entered.
- Fixed issue where expense toast notifications were appearing twice.
2025-03-16 08:56:39 +00:00
gpt-engineer-app[bot]
fe669b0cfd
Fix toast and data display issues
...
- Fixes an issue where toast notifications would not automatically dismiss.
- Addresses a problem where expense data was not displaying correctly on the transaction and analytics screens.
2025-03-16 08:34:58 +00:00
gpt-engineer-app[bot]
23ba0f7e90
Fix budget data persistence issue
...
Addresses the problem where budget data was not persisting across page transitions, causing budget and expense information to disappear from the expense page and only expense data to appear on the analytics page.
2025-03-16 07:29:25 +00:00
gpt-engineer-app[bot]
7c8e542912
Investigate data initialization issue
...
Investigates and addresses a potential data loss issue where budget data is unexpectedly reset when navigating between pages.
2025-03-16 07:23:16 +00:00
gpt-engineer-app[bot]
d59fb97f7c
Fix budget update issues
...
Addresses delayed notifications and data loss after budget updates and page transitions.
2025-03-16 07:05:20 +00:00
gpt-engineer-app[bot]
61b00cfdcb
Fix: No changes were made
...
The AI system did not make any changes to the codebase.
2025-03-16 06:57:52 +00:00
gpt-engineer-app[bot]
f3edf5fa20
Fix data display issues
...
Addresses issues where budget and expense data were not displaying correctly on the summary cards, category bar graph, and transaction/analytics pages. Also fixes a bug where data was disappearing after input.
2025-03-16 06:46:45 +00:00
gpt-engineer-app[bot]
16c17f0257
Fix data persistence issue
...
Addresses a bug where budget and expense data were not persisting correctly, leading to data loss when navigating between pages.
2025-03-16 06:41:57 +00:00
gpt-engineer-app[bot]
575f2dd601
Refactor Index page component
...
The Index page component was refactored into smaller, more manageable components to improve code readability and maintainability.
2025-03-16 06:34:51 +00:00
gpt-engineer-app[bot]
bfac404786
Retrigger data initialization
...
Retrigger data initialization process.
2025-03-16 06:33:40 +00:00
gpt-engineer-app[bot]
a14d1df2f0
Fix welcome dialog persistence
...
The "Don't show again" checkbox on the welcome dialog was not working correctly. This commit ensures that the dialog remains hidden after the user checks the box, even after navigating to other screens.
2025-03-16 06:31:19 +00:00
gpt-engineer-app[bot]
002a37f60f
Adjust Transactions page layout
...
Adjusted the layout of the Transactions page to be more centered, referencing the layout of the 지출 화면.
2025-03-16 06:28:02 +00:00
gpt-engineer-app[bot]
6a3c12cd19
Adjust layout for screens
...
Adjusted layout to center content on home and analytics screens.
2025-03-16 06:22:47 +00:00
gpt-engineer-app[bot]
338d72ffbc
Adjust card alignment
...
The cards were slightly off-center, with uneven spacing on the left and right. This commit adjusts the alignment to ensure the cards are centered properly.
2025-03-16 06:21:00 +00:00
gpt-engineer-app[bot]
2f926e7a65
No changes.
2025-03-16 06:04:18 +00:00
gpt-engineer-app[bot]
55296641c9
Investigate layout width issue
...
The layout width is not behaving as expected. Further investigation is needed to identify the cause.
2025-03-16 06:02:05 +00:00
gpt-engineer-app[bot]
ef8c31f39b
Fix: Address build error
...
The AI was asked to fix a build error, but no changes were made to the code. This commit addresses the reported build error.
2025-03-16 05:59:55 +00:00
gpt-engineer-app[bot]
13bff57266
Adjust card width for mobile
...
Adjust card width to fit mobile screens.
2025-03-16 05:53:36 +00:00
gpt-engineer-app[bot]
71d21b9e6e
Refactor: Split Analytics page
...
Splits the Analytics page into smaller, more manageable components to improve code organization and maintainability.
2025-03-16 05:51:34 +00:00
gpt-engineer-app[bot]
f98db16d17
Fix onboarding and data issues
...
- Fix issue where welcome dialog reappears.
- Fix issue where new expenses are not reflected.
- Improve card layout on mobile devices.
2025-03-16 05:47:21 +00:00
gpt-engineer-app[bot]
59acb72cf3
Refactor FAQ items in HelpSupport
...
Updates the FAQ items in the HelpSupport page, changing "거래를 어떻게 추가하나요?" to "지출을 어떻게 추가하나요?" and reordering the items.
2025-03-15 23:32:31 +00:00
gpt-engineer-app[bot]
c56671c2cb
Refactor FAQ answer alignment
...
Changes the alignment of FAQ answers to left.
2025-03-15 23:30:38 +00:00
gpt-engineer-app[bot]
c277ee51a8
Remove email and chat cards
...
Removed the email inquiry and real-time chat cards from the help page.
2025-03-15 23:29:06 +00:00
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]
435ea26556
Refactor security settings page
...
Align text to the left in the security settings page.
2025-03-15 23:25:54 +00:00
gpt-engineer-app[bot]
059ee4878d
Fix security settings UI
...
Fix text alignment issues and add data reset functionality to the security and privacy settings page.
2025-03-15 23:24:02 +00:00
gpt-engineer-app[bot]
ef0d9c4052
Visual edit in Lovable
...
Edited UI in Lovable
2025-03-15 23:21:41 +00:00
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]
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]
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