Commit Graph

664 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
485ac4775c Add bottom padding to page
Adds 80px of bottom padding to the page.
2025-03-23 11:05:05 +00:00
gpt-engineer-app[bot]
9968780732 Remove web platform support
The web platform is no longer needed, so remove related code.
2025-03-23 11:01:04 +00:00
gpt-engineer-app[bot]
1ce73d9354 Implement BuildInfo plugin for iOS
This commit implements the BuildInfo Capacitor plugin for iOS to retrieve the app version and build number from Info.plist. This resolves an issue where the version information was not being updated on iOS devices due to the absence of a native plugin implementation.
2025-03-23 10:56:42 +00:00
gpt-engineer-app[bot]
d2d0493ffd Fix: Update version info on settings page
Investigates and resolves the issue where the app version and build number were not updating correctly on the settings page.
2025-03-23 10:49:21 +00:00
gpt-engineer-app[bot]
8168d4b645 Fix type error in HomeContent
The `getCategorySpending` function was not returning an array, causing a type error when used with the `some` method in the `HomeContent` component. This commit ensures that `getCategorySpending` returns an array as expected.
2025-03-23 10:26:51 +00:00
gpt-engineer-app[bot]
606ac2f96a Reverted to edit edt-fb357fcb-7bf8-4196-adc5-e2dc2fed4b19: "Fix notch issue on iOS
Addresses the notch display issue on iOS devices."
2025-03-23 10:23:55 +00:00
gpt-engineer-app[bot]
d216daf2f4 Refactor code based on feedback
Refactor the code based on the provided feedback.
2025-03-23 10:22:23 +00:00
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]
8cf2e70050 Fix: Handle undefined budget data
The `useBudgetTabContent` hook was throwing an error when `data` prop was undefined. This commit adds a check to ensure that `data` is defined before accessing its properties.
2025-03-23 10:09:50 +00:00
gpt-engineer-app[bot]
abf8c6ae0c Reverted to edit edt-8539f783-4c38-49ea-9c24-fdafcfaa7d4f: "Check iOS notch handling
Verify that the iOS notch handling feature is working correctly."
2025-03-23 10:08:01 +00:00
gpt-engineer-app[bot]
01e6f56f8a Fix type errors in Index page
The BudgetTabContent and RecentTransactionsSection components in the Index page were receiving incorrect props, leading to TypeScript errors. This commit fixes these errors by passing the correct props to these components.
2025-03-23 08:59:17 +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
hansoo
015a3765f5 빌드 스크립트 개선 및 버전 관리 기능 추가 2025-03-23 07:32:49 +09:00
hansoo
dd5dba4c32 빌드 스크립트 수정 2025-03-23 07:32:49 +09: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
hansoo
548a1cd5bd 스크립트 파일 정리 및 ios 빌드 스크립트 복구 2025-03-23 07:19:18 +09:00
hansoo
db6cc7c005 chore: 패키지 업데이트 및 빌드 스크립트 추가 2025-03-23 07:12:44 +09:00
hansoo
f286f23842 fix: 앱 버전 정보 표시 개선 - editable 속성에 관계없이 버전 정보 표시 2025-03-23 07:09:31 +09:00
gpt-engineer-app[bot]
89f4d052b2 Refactor useSyncSettings hook
Refactor the useSyncSettings hook to improve code quality and maintain consistency with other files.
2025-03-22 13:47:25 +00:00
gpt-engineer-app[bot]
28f5275c91 Refactor useSyncStatus hook
Refactor the useSyncStatus hook into smaller, single-responsibility components and remove redundant code.
2025-03-22 13:46:16 +00:00
gpt-engineer-app[bot]
e6bc5a8ddc Refactor useSyncToggle hook
Splits the useSyncToggle hook into smaller, more manageable modules for improved code organization and maintainability.
2025-03-22 13:45:17 +00:00
gpt-engineer-app[bot]
6af72b9150 Fix network check for sync
The network check was incorrectly reporting a lack of connection when sync was enabled. This commit addresses the issue.
2025-03-22 13:41:13 +00:00
gpt-engineer-app[bot]
06cef28b9b Remove app version information
Removes the app version information and description.
2025-03-22 13:38:10 +00:00
gpt-engineer-app[bot]
321ad87d4f Reverted to edit edt-bfd6bc21-0add-4509-ab56-b4fbae0e8457: "Increase bottom margin of section
Increase the bottom margin of the recent transactions section from 30px to 50px."
2025-03-22 13:37:09 +00:00
gpt-engineer-app[bot]
72d272ef54 Reverted to edit edt-f8847c66-50e6-4952-bb7a-178d44a26294: "Fix edit functionality
The edit functionality was not working as expected. This commit addresses the issue."
2025-03-22 13:36:44 +00:00
gpt-engineer-app[bot]
e9cfb79e96 Make text editable
Make the text at the bottom of the screen editable.
2025-03-22 13:36:32 +00:00
gpt-engineer-app[bot]
1ea5fb1138 Reverted to edit edt-bfd6bc21-0add-4509-ab56-b4fbae0e8457: "Increase bottom margin of section
Increase the bottom margin of the recent transactions section from 30px to 50px."
2025-03-22 13:34:25 +00:00
gpt-engineer-app[bot]
1e156fc671 Fix edit functionality
The edit functionality was not working as expected. This commit addresses the issue.
2025-03-22 13:29:04 +00:00
gpt-engineer-app[bot]
b14fd095ac Refactor: Make app version info editable
Make the app version and description fields in the AppVersionInfo component editable.
2025-03-22 13:26:57 +00:00
gpt-engineer-app[bot]
2219908d9b Increase bottom margin of section
Increase the bottom margin of the recent transactions section from 30px to 50px.
2025-03-22 13:23:48 +00:00
gpt-engineer-app[bot]
78da23abe6 Refactor RecentTransactionsSection
Further refactors RecentTransactionsSection to separate remaining logic. Creates additional hooks and utility files as needed.
2025-03-22 13:22:33 +00:00
gpt-engineer-app[bot]
ff4afb0880 Refactor RecentTransactionsSection component
Refactors the RecentTransactionsSection component into smaller, more manageable components and extracts related logic into separate hooks to improve code organization and maintainability.
2025-03-22 13:21:23 +00:00
gpt-engineer-app[bot]
0c87fad21b Add spacing below last card
Adds 30px of spacing below the last card on the screen.
2025-03-22 13:19:36 +00:00
gpt-engineer-app[bot]
5f0092edf2 Limit title suggestions per category
Limit the number of title suggestions stored per category to 10.
2025-03-22 13:17:16 +00:00
gpt-engineer-app[bot]
2ce87a7994 Fix type error in useTransactionEdit
The category value was not correctly typed, leading to a TypeScript error. This commit ensures that the category value is correctly typed as one of the allowed expense categories.
2025-03-22 13:15:47 +00:00
gpt-engineer-app[bot]
e5bdb845a9 Visual edit in Lovable
Edited UI in Lovable
2025-03-22 13:15:05 +00:00
gpt-engineer-app[bot]
028c0844ad Fix: Resolve TS errors in TransactionEditDialog
This commit addresses TypeScript errors in TransactionEditDialog.tsx by:

- Modifying the useTransactionEdit hook to return the form and handleDelete properties.
- Adjusting the arguments passed to the useTransactionEdit hook to match the expected parameters.
- Ensuring the onSubmit prop in TransactionEditForm expects the correct type.
2025-03-22 13:14:15 +00:00
gpt-engineer-app[bot]
74f7282fac Refactor title suggestion logic
Implement new logic for title suggestions based on usage frequency.
2025-03-22 13:12:52 +00:00
gpt-engineer-app[bot]
3229913bde Fix persistent sync failure alerts
Addresses an issue where sync failures were repeatedly triggering notifications, even after the initial failure was acknowledged.
2025-03-22 13:07:18 +00:00
gpt-engineer-app[bot]
a7d7bba7ce Add spacing below payment chart
Adds 80px margin below the payment method chart for better visual spacing.
2025-03-22 13:04:55 +00:00
gpt-engineer-app[bot]
b8e2dc8252 Fix spacing in CategorySpendingList
Reduce the spacing between lines in the CategorySpendingList component.
2025-03-22 13:03:29 +00:00
gpt-engineer-app[bot]
ab38a1931e Update category chart appearance
Modify the appearance of the category chart to have an inset look.
2025-03-22 13:02:14 +00:00
gpt-engineer-app[bot]
a5eb629f0c Merge category charts
Consolidated category spending list into the category pie chart card.
2025-03-22 13:00:32 +00:00
gpt-engineer-app[bot]
3a0c7d1c61 Remove category spending percentage
Removes the percentage display from the category spending list.
2025-03-22 12:58:46 +00:00
gpt-engineer-app[bot]
fdadbb06cc Update budget bar color
The gray color of the budget bar in the chart has been updated to be slightly darker.
2025-03-22 12:57:41 +00:00
gpt-engineer-app[bot]
273362ecb7 Refactor monthly comparison chart
Modify expense text and bar color in the monthly comparison chart legend from black to main green.
2025-03-22 12:56:28 +00:00
gpt-engineer-app[bot]
d7f0e6be4c Visual edit in Lovable
Edited UI in Lovable
2025-03-22 12:54:46 +00:00
gpt-engineer-app[bot]
9da2da2556 Visual edit in Lovable
Edited UI in Lovable
2025-03-22 12:54:14 +00:00
gpt-engineer-app[bot]
308f7ab325 Visual edit in Lovable
Edited UI in Lovable
2025-03-22 12:54:00 +00:00