Commit Graph

360 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
d50ab71da3 Reduce spacing in Header
Reduced the spacing between "젤리의 적자 탈출" and the graph in the Header component.
2025-03-21 09:40:24 +00:00
gpt-engineer-app[bot]
492b5264fe Fix edit button issue
The edit button was causing the page to turn white and the content to disappear. This commit addresses this issue.
2025-03-21 09:34:27 +00:00
gpt-engineer-app[bot]
d41b26bd42 Refactor: Remove redundant text
Removed "지출 분석" text above the category section as the spending graph is relevant.
2025-03-21 09:31:56 +00:00
gpt-engineer-app[bot]
c88f547f12 Refactor: Reorder budget cards
Move expense chart card to the top for better visibility.
2025-03-21 08:52:52 +00:00
gpt-engineer-app[bot]
bf2d275d9a Enhance budget tab appearance
Improve the visual distinction of the selected tab in the BudgetProgressCard component by adjusting the shadow.
2025-03-21 08:48:14 +00:00
gpt-engineer-app[bot]
a97234d9fa Refactor: Reduce component size
Reduces the size of a component.
2025-03-21 08:36:55 +00:00
gpt-engineer-app[bot]
7041f0c321 Visual edit in Lovable
Edited UI in Lovable
2025-03-21 08:31:19 +00:00
gpt-engineer-app[bot]
d9d566a8ee Visual edit in Lovable
Edited UI in Lovable
2025-03-21 08:30:43 +00:00
gpt-engineer-app[bot]
f550c49633 Refactor: Simplify avatar component 2025-03-21 08:29:35 +00:00
gpt-engineer-app[bot]
cbb21c764c Refactor code for smaller size
Further reduce code size.
2025-03-21 08:27:56 +00:00
gpt-engineer-app[bot]
a449b8c16c Visual edit in Lovable
Edited UI in Lovable
2025-03-21 08:26:02 +00:00
gpt-engineer-app[bot]
3b7f8988e4 Reduce selected text size
Reduces the font size of the currently selected text by one step.
2025-03-21 08:22:17 +00:00
gpt-engineer-app[bot]
1edb31a917 Reverted to edit edt-6d23fe6e-7940-4c9d-ab56-422454aafa8a: "Reduce font size
Decrease the font size of the selected text by one step."
2025-03-21 08:21:09 +00:00
gpt-engineer-app[bot]
5475ee2adb Refactor: Simplify BudgetTabContent
Further simplify the BudgetTabContent component.
2025-03-21 08:17:44 +00:00
gpt-engineer-app[bot]
b451ca0149 Reduce font size
Decrease the font size of the selected text by one step.
2025-03-21 08:16:17 +00:00
gpt-engineer-app[bot]
cfa4bc37db Visual edit in Lovable
Edited UI in Lovable
2025-03-21 08:14:16 +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
86c0035561 네트워크 유틸리티 개선: 변수 선언 문제 해결 및 이벤트 핸들러 관리 개선 2025-03-21 15:45:43 +09:00
hansoo
2ec913c6c0 optimize boot sequnse 2025-03-19 07:27:10 +09: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]
7122a0b8bc Refactor AppVersionInfo component
Refactor AppVersionInfo component to use a textarea for the description field and remove white backgrounds.
2025-03-18 14:30:31 +00:00
gpt-engineer-app[bot]
e0c2bbb345 Visual edit in Lovable
Edited UI in Lovable
2025-03-18 14:28:52 +00:00
gpt-engineer-app[bot]
43b1f700b5 Change AppVersionInfo to display text
Replaced input fields with static text for displaying app version information in the AppVersionInfo component.
2025-03-18 14:27:20 +00:00
gpt-engineer-app[bot]
99e64d6f51 Remove version code field
Removes the version code field from the app.
2025-03-18 14:25:49 +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]
450e57fe50 Change sync explanation text color
Change the color of the text in the sync explanation section to the main green color.
2025-03-18 13:52:37 +00:00
gpt-engineer-app[bot]
83669bea40 Adjust recent transactions card height
Slightly reduce the overall height of the recent transactions card.
2025-03-18 09:05:30 +00:00
gpt-engineer-app[bot]
b910b54b01 Visual edit in Lovable
Edited UI in Lovable
2025-03-18 09:04:01 +00:00
gpt-engineer-app[bot]
612cd37b1d Implement code changes
The prompt asked to implement code changes.
2025-03-18 07:49:51 +00:00
gpt-engineer-app[bot]
8e609519ac Refactor project for improvements
This commit refactors the project to improve overall code quality, performance, and maintainability. Specific changes may include code cleanup, optimization, and architectural enhancements.
2025-03-18 07:45:06 +00:00
gpt-engineer-app[bot]
d477febbf5 Refactor code for stability 2025-03-18 05:57:55 +00:00
gpt-engineer-app[bot]
df60d11aa5 Fix transaction deletion issue
Addresses the issue where deleting transactions caused the homepage and expense page to freeze.
2025-03-18 05:52:14 +00:00
gpt-engineer-app[bot]
281e459f14 Fix recent transactions deletion
Fixes an issue where deleting transactions from the recent expenses section of the homepage resulted in a malfunction.
2025-03-18 05:46:05 +00:00
gpt-engineer-app[bot]
0ed4073bfd Fix transaction delete type mismatch
The TransactionsContent component's onTransactionDelete prop was expecting a function that returns a boolean or a Promise<boolean>, but was receiving a function that returns void. This commit updates the type definition to match the expected return type.
2025-03-18 05:09:44 +00:00
gpt-engineer-app[bot]
ceb6dd4bcb Fix type error in TransactionDateGroup
The onDelete prop in TransactionCard component expects a function that returns boolean or Promise<boolean>, but TransactionDateGroup was passing a function with void return type. This commit updates the type definition to match the expected return type.
2025-03-18 05:08:10 +00:00
gpt-engineer-app[bot]
78dce33769 Fix transaction delete type mismatch
The `onDelete` prop in `TransactionCard` and `RecentTransactionsSection` components was expecting a function that returns a boolean or a Promise resolving to a boolean, but was receiving a function that returns void. This commit updates the type definition and implementation to ensure the `onDelete` function returns the expected type.
2025-03-18 04:41:26 +00:00
gpt-engineer-app[bot]
2b8069a150 Review expense history page 2025-03-18 04:12:54 +00:00
gpt-engineer-app[bot]
1dcd63cb12 Fix TypeScript errors
Fixes TypeScript errors related to type assignments and declaration conflicts. Specifically, addresses the type mismatch in `TransactionEditDialog.tsx` and declaration conflicts in `deleteTransactionStorage.ts`.
2025-03-18 04:07:08 +00:00
gpt-engineer-app[bot]
1fc2ee8a15 Fix transaction deletion issue
Addresses the issue where deleting transactions would sometimes cause the application to freeze.
2025-03-18 04:05:23 +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]
7f30d08466 Fix budget calculation error
Fixes an issue where entering a monthly budget resulted in incorrect daily, weekly, and monthly budget calculations, leading to incorrect display on the spending and analytics screens.
2025-03-18 02:31:08 +00:00
gpt-engineer-app[bot]
139338877a Visual edit in Lovable
Edited UI in Lovable
2025-03-18 02:28:20 +00:00
gpt-engineer-app[bot]
ba72611b9b Visual edit in Lovable
Edited UI in Lovable
2025-03-18 02:28:01 +00:00
gpt-engineer-app[bot]
b24931fecc Visual edit in Lovable
Edited UI in Lovable
2025-03-18 02:27:15 +00:00
gpt-engineer-app[bot]
42c9355e76 Refactor category budget setting
The category budget setting is now based on the monthly budget amount, which is then divided into daily and weekly budgets.
2025-03-18 02:22:58 +00:00
gpt-engineer-app[bot]
0be5154e02 Improve data reset flow
The settings page was reloading slowly after a data reset. This commit addresses the issue by preventing the unnecessary reload after the reset operation.
2025-03-18 02:07:27 +00:00
gpt-engineer-app[bot]
5bf8ff6e3f Fix toast text alignment
The text in the toast notification was left-aligned instead of centered. This commit fixes the alignment issue.
2025-03-18 01:56:46 +00:00
gpt-engineer-app[bot]
043db23836 Ensure sync is disabled
The sync setting was not consistently being disabled in certain scenarios. This change ensures that the sync setting is properly disabled when expected.
2025-03-18 01:48:38 +00:00