gpt-engineer-app[bot]
66c7b5f132
Refactor uploadBudget module
...
Refactor the uploadBudget.ts file into smaller, more manageable modules to improve code readability and maintainability.
2025-03-21 12:40:06 +00:00
gpt-engineer-app[bot]
e03642a75e
Fix type error in uploadBudget
...
The code was throwing a type error because it was comparing a value of type 'unknown' with a number. This commit fixes the error by ensuring that the value being compared is indeed a number.
2025-03-21 12:32:26 +00:00
gpt-engineer-app[bot]
befb29611b
Fix data loss on sync after reset
...
Addresses an issue where budget data was lost after a data reset, logout, and subsequent synchronization. The fix ensures budget data is correctly restored in such scenarios.
2025-03-21 12:29:28 +00:00
gpt-engineer-app[bot]
f7eb7d5af7
Display build number in version info
...
Display the build number next to the version number in the AppVersionInfo component.
2025-03-21 12:23:35 +00:00
gpt-engineer-app[bot]
35a9d89d40
No changes
...
This commit reflects that no code changes were made.
2025-03-21 12:21:59 +00:00
gpt-engineer-app[bot]
7fb0299c57
Display app version information
...
Display the app version and build number in the settings. Remove the build number and the number 1 below the app version.
2025-03-21 12:19:51 +00:00
gpt-engineer-app[bot]
6c85debea5
Adjust chart margins
...
Adjusted left margin to 50px and right margin to 30px.
2025-03-21 12:16:07 +00:00
gpt-engineer-app[bot]
b6726ad8ab
Reduce right padding
...
Reduce right padding in ExpenseChart component.
2025-03-21 12:15:01 +00:00
gpt-engineer-app[bot]
ec304692fb
Fix layout issue
...
Adjusted layout to fix a minor visual issue.
2025-03-21 12:13:32 +00:00
gpt-engineer-app[bot]
a9acac125d
Refactor: Adjust chart margin
...
Shifted the right margin of the chart to the right by 5px.
2025-03-21 12:11:32 +00:00
gpt-engineer-app[bot]
4646d21263
Refactor: Adjust chart size and position
...
Adjusted the chart size to 40 and shifted the graph 5px to the right.
2025-03-21 12:10:30 +00:00
gpt-engineer-app[bot]
c3ef58ee52
Reduce chart size
...
Reduce the size of the chart elements.
2025-03-21 12:08:55 +00:00
gpt-engineer-app[bot]
d67b58422e
Reverted to edit edt-4426a05b-1f41-4ec2-95c4-fdef3127d8df: "Center align pie chart
...
The pie chart was not properly centered. This commit aligns the pie chart to the center of the component."
2025-03-21 12:08:13 +00:00
gpt-engineer-app[bot]
514b61bedb
Reverted to edit edt-919426ad-b201-43ed-ab0d-bac2bf23133f: "Fix category list text overflow
...
Addresses an issue where the "쇼" character in "쇼핑" was being truncated in the category spending list."
2025-03-21 12:07:55 +00:00
gpt-engineer-app[bot]
552706e408
Reverted to edit edt-a41ccf6f-28b9-4a12-b13f-4d1674c2ef41: "Fix expense chart labels
...
The labels on the expense chart were missing. This commit fixes the issue by ensuring the labels are displayed correctly."
2025-03-21 12:07:28 +00:00
gpt-engineer-app[bot]
3b90e7396d
Reverted to edit edt-0b69430e-05e6-40e3-9ee2-b28a21c97d9a: "Adjust font sizes
...
Reduce font sizes in several components for better readability and UI consistency."
2025-03-21 12:06:53 +00:00
gpt-engineer-app[bot]
acea18c368
Fix category list text overflow
...
Addresses an issue where the "쇼" character in "쇼핑" was being truncated in the category spending list.
2025-03-21 12:06:28 +00:00
gpt-engineer-app[bot]
4cacb31522
Center align pie chart
...
The pie chart was not properly centered. This commit aligns the pie chart to the center of the component.
2025-03-21 12:05:00 +00:00
gpt-engineer-app[bot]
ad6e7ebd4b
Fix expense chart rendering
...
The expense chart was not rendering correctly, with the left side of the pie chart being cut off. This commit adjusts the chart's responsive container to ensure the entire chart is visible.
2025-03-21 12:03:19 +00:00
gpt-engineer-app[bot]
34eafdb14d
Adjust font sizes
...
Reduce font sizes in several components for better readability and UI consistency.
2025-03-21 12:02:18 +00:00
gpt-engineer-app[bot]
7e24a2db7c
Fix expense chart labels
...
The labels on the expense chart were missing. This commit fixes the issue by ensuring the labels are displayed correctly.
2025-03-21 12:01:39 +00:00
gpt-engineer-app[bot]
a24272023b
Adjust ExpenseChart label size
...
Modified the ExpenseChart component to ensure the labels on the pie chart have a consistent text size.
2025-03-21 12:00:28 +00:00
gpt-engineer-app[bot]
f935ae04e4
Refactor category spending list
...
- Adjust font size and color circle size in category spending list component for better UI consistency.
2025-03-21 11:58:34 +00:00
gpt-engineer-app[bot]
df12dc75b5
Adjust transaction item font sizes
...
Adjusted font sizes for title and amount in transaction cards for visual consistency.
2025-03-21 11:57:01 +00:00
gpt-engineer-app[bot]
fb0916627a
Refactor recent transactions section
...
Reduce font size of transportation titles and amounts in the recent transactions section.
2025-03-21 11:51:56 +00:00
gpt-engineer-app[bot]
cb29d6fe69
Fix: Match chart colors to category list
...
Updated the expense chart to use the same colors as the category spending list for 음식, 쇼핑, and 교통비.
2025-03-21 11:49:00 +00:00
gpt-engineer-app[bot]
40ddcee1da
Fix: Resolve TypeScript errors
...
The type `Transaction` was missing the `localTimestamp` property, causing TypeScript errors in `downloadTransaction.ts` and `uploadTransaction.ts`. This commit adds the `localTimestamp` property to the `Transaction` interface to resolve these errors.
2025-03-21 11:41:42 +00:00
gpt-engineer-app[bot]
e1c6875024
Improve sync logging
...
Add more detailed logging for sync functionality to improve issue tracking.
2025-03-21 11:39:44 +00:00
gpt-engineer-app[bot]
5903734503
Fix: Resolve initSyncSettings error
...
The commit fixes a TypeScript error in src/utils/syncUtils.ts where 'initSyncSettings' could not be found. This was resolved by ensuring the function is properly imported or defined within the scope of the module.
2025-03-21 11:32:48 +00:00
gpt-engineer-app[bot]
42c9bc4000
Fix TS errors and module issues
...
- Corrected module exports and imports to resolve TypeScript errors.
- Fixed property access errors in budget synchronization logic.
2025-03-21 11:30:08 +00:00
gpt-engineer-app[bot]
8e6eb9d8aa
Review and refine sync logic
...
This commit reviews and refines the synchronization logic to ensure proper functionality and data integrity.
2025-03-21 11:24:40 +00:00
gpt-engineer-app[bot]
e55dfac3a9
Update category descriptions
...
Update category descriptions in the spending graph card.
2025-03-21 11:17:55 +00:00
gpt-engineer-app[bot]
b69af1781f
Fix display issue
...
Addresses a problem where certain elements were not being displayed correctly.
2025-03-21 11:15:02 +00:00
gpt-engineer-app[bot]
11d824a38f
Update category labels
...
Add descriptions to category labels in the UI.
2025-03-21 10:10:25 +00:00
gpt-engineer-app[bot]
9352b1bb27
Refactor TransactionDeleteAlert component
...
Refactor TransactionDeleteAlert component to improve maintainability.
2025-03-21 10:06:03 +00:00
gpt-engineer-app[bot]
c473abda72
Refactor TransactionEditDialog component
...
The TransactionEditDialog component was refactored into smaller, more manageable components to improve code organization and maintainability. The functionality remains the same.
2025-03-21 10:05:01 +00:00
gpt-engineer-app[bot]
8ef3d998f5
Fix type error in TransactionEditDialog
...
Fixes a type error in TransactionEditDialog.tsx where the category type was incorrectly assigned.
2025-03-21 10:03:47 +00:00
gpt-engineer-app[bot]
d6e6c00ea9
Rename categories
...
Rename "식비" to "음식" and "생활비" to "쇼핑".
2025-03-21 10:02:05 +00:00
gpt-engineer-app[bot]
00d8d7f923
Refactor transaction edit dialog
...
Modify TransactionEditDialog to only change the desktop page layout.
2025-03-21 09:54:29 +00:00
gpt-engineer-app[bot]
aa39b23ccd
Improve TransactionEditDialog layout
...
Increase spacing between title and description in TransactionEditDialog.
2025-03-21 09:51:33 +00:00
gpt-engineer-app[bot]
8858bbca9e
Refactor SummaryCards component
...
Modify SummaryCards to display icon and title in one line with the amount below, centered.
2025-03-21 09:47:20 +00:00
gpt-engineer-app[bot]
bd5ba8f397
Refactor summary cards layout
...
Moves amount to same line as icon and title in summary cards, and aligns amount to the right.
2025-03-21 09:44:53 +00:00
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]
14b04cb384
Fix: Remove unused import
...
The `startNetworkMonitoring` import was removed from `src/App.tsx` because it does not exist in the `syncUtils` module.
2025-03-21 08:45:28 +00:00
gpt-engineer-app[bot]
6ec671e9ab
Fix TypeScript and Sync Errors
...
- Resolves TypeScript errors related to missing exports and incorrect argument counts.
- Corrects re-exporting of types to comply with `isolatedModules` setting.
- Addresses issues in sync-related files to ensure proper functionality.
2025-03-21 08:43:47 +00:00
gpt-engineer-app[bot]
2290cf0fc3
Fix TypeScript errors
...
- Corrected import/export issues related to SyncResult, setSyncEnabled, and clearCloudData in syncUtils.ts.
- Updated function calls to match expected arguments.
2025-03-21 08:41:13 +00:00