Commit Graph

690 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
62551d58e3 feat: Implement budget edit functionality
When the "Edit Budget" button is clicked, display a popup similar to the expense input form for budget modification.
2025-04-05 05:41:15 +00:00
gpt-engineer-app[bot]
45df7c368a Fix: Use correct safeStorage methods
The `safeStorage` object in `budgetUtils.ts` defines `get`, `set`, and `remove` methods, but the `budgetStorage.ts` file is using `getItem`, `setItem`, and `removeItem`. This commit updates `budgetStorage.ts` to use the correct methods from `safeStorage`.
2025-04-05 05:35:45 +00:00
gpt-engineer-app[bot]
a326981e5d Refactor: Split Index.tsx into smaller components and hooks
Split the large Index.tsx file into smaller, more manageable components and custom hooks to improve code readability and maintainability. Ensure all functionality remains the same after refactoring.
2025-04-05 05:31:21 +00:00
gpt-engineer-app[bot]
c8f0855f6c Refactor: Review and address code issues 2025-04-05 05:24:10 +00:00
gpt-engineer-app[bot]
a6524c17e6 Fix: Import BudgetData from types.ts
The BudgetData type was not being correctly imported from the BudgetContext. This commit updates the import statements in BudgetProgressCard.tsx and HomeContent.tsx to import BudgetData from types.ts, resolving the TypeScript errors.
2025-04-05 05:20:08 +00:00
gpt-engineer-app[bot]
02d24aca68 Fix: Resolve build error
The AI did not make any changes to the codebase, so the error must be elsewhere.
2025-04-05 05:16:51 +00:00
gpt-engineer-app[bot]
b7b55cc816 Fix: SafeArea for iOS dynamic island
Fixes iOS safe area issues caused by the dynamic island.
2025-04-05 05:08:29 +00:00
gpt-engineer-app[bot]
af51ba2d52 Fix: App crashing on launch
Investigate and resolve the issue causing the application to crash during startup.
2025-04-05 05:04:27 +00:00
hansoo
9f9c49c588 아이폰 앱 오류 수정 2025-03-24 00:11:30 +09:00
hansoo
79a943e9dd ios 스크립트 수정 2025-03-23 23:54:30 +09:00
hansoo
c9d7e53089 버전 표시 스크립트 수정, 자동 입력 2025-03-23 23:12:21 +09:00
hansoo
40e97c1858 버전 표시 오류 수정7 2025-03-23 23:05:04 +09:00
hansoo
2e6b489280 버전 표시 오류 수정6 2025-03-23 22:59:37 +09:00
hansoo
a964eeb60c 버전 표시 오류 수정5 2025-03-23 22:57:23 +09:00
hansoo
5720c9210f 버전 표시 오류 수정4 2025-03-23 22:55:33 +09:00
hansoo
a940f68b6a 버전 표시 오류 수정3 2025-03-23 22:54:38 +09:00
hansoo
c712dac4b3 버전 표시 오류 수정2 2025-03-23 22:51:56 +09:00
hansoo
9375d06aa2 버전 표시 오류 수정 2025-03-23 22:42:23 +09:00
hansoo
f5e3b39c73 fix: 웹앱 새로고침 후 버전 정보 유지 및 BuildInfoPlugin 오류 수정 2025-03-23 22:17:42 +09:00
hansoo
200f08860f 버전 정보 표시 기능 개선 - 웹앱에서 정상 동작 확인 2025-03-23 21:43:48 +09:00
hansoo
8279d4bb17 안드로이드 버전 정보 표시 문제 해결 (Lovable 변경사항 병합) 2025-03-23 21:39:27 +09:00
gpt-engineer-app[bot]
0aca18c276 Fix: Improve Android build version retrieval
Improve error handling and logging in BuildInfoPlugin.java. Enhance type conversion and error handling in getAppVersionInfo() in platform.ts to ensure correct version information display.
2025-03-23 12:07:39 +00:00
gpt-engineer-app[bot]
176acdd648 Modify add transaction button
The add transaction button was modified to always display "+ 지출 입력" on the right bottom side.
2025-03-23 12:02:59 +00:00
hansoo
a837e177ff 빌드 오류 수정 2025-03-23 21:00:49 +09:00
hansoo
da19495355 빌드 스크립트 개선: 안드로이드 버전 정보 파일 동기화 및 iOS 빌드 스크립트 수정 2025-03-23 20:10:48 +09:00
hansoo
35246beec7 빌드 결과물 및 임시 파일을 .gitignore에 추가 2025-03-23 20:10:48 +09:00
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