Commit Graph

632 Commits

Author SHA1 Message Date
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]
d48b866b3a Fix month display in transactions
Corrected the month display in the transactions list to remove the duplicate month number.
2025-03-17 23:33:46 +00:00
gpt-engineer-app[bot]
042965461e Fix: Resolve issue with transaction display
Addresses a bug where transactions were not displayed on the transaction history page and expense amounts were showing as zero.
2025-03-17 23:32:02 +00:00
gpt-engineer-app[bot]
a9974f9877 Refactor deleteTransaction hook
Refactors the `deleteTransaction` hook into smaller, more manageable units to improve code maintainability.
2025-03-17 23:25:30 +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]
dea8b9f8ba Fix type errors in filtering
Fixes type errors related to transaction filtering and property assignments.
2025-03-17 23:22:13 +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]
88cc1af139 Refactor useTransactionsFiltering hook
Refactor the useTransactionsFiltering hook into smaller, more manageable units without changing functionality.
2025-03-17 22:41:30 +00:00
gpt-engineer-app[bot]
9db57e10db Refactor useTransactionsOperations hook
Refactor the useTransactionsOperations.ts file into smaller modules for better code organization and maintainability, without changing any functionality.
2025-03-17 16:39:10 +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
acb9ae3d70 날짜 형식 처리 안정성 강화 및 트랜잭션 삭제 시 앱 먹통 문제 해결 2025-03-18 01:07:17 +09:00
hansoo
6f91afeebe 충돌 해결: index.css에서 @import를 @tailwind 선언 전에 배치 2025-03-18 00:54:09 +09:00
hansoo
fe07098817 CSS 파일 수정: @import 구문을 @tailwind 선언 이전으로 이동 2025-03-18 00:52:40 +09:00
gpt-engineer-app[bot]
10273e28cb Fix build error
Fixes a build error caused by an incorrect import path and CSS ordering.
2025-03-17 15:48:30 +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]
10af4210fa Remove chart hover effect
Removed the background color change on hover in the monthly comparison chart.
2025-03-17 12:48:56 +00:00
gpt-engineer-app[bot]
fd793998e4 Improve monthly chart colors
The monthly comparison chart now displays bars in yellow when expense is 90% of budget and in red when expense exceeds budget.
2025-03-17 12:47:30 +00:00
gpt-engineer-app[bot]
1072e2c57a Change remaining budget label
Change "남은 예산" to "잔액" or "초과액" and update the piggy bank icon.
2025-03-17 12:45:35 +00:00
gpt-engineer-app[bot]
3ba935151f Display remaining budget
Replaced savings with remaining budget and indicated budget overruns.
2025-03-17 12:43:11 +00:00
gpt-engineer-app[bot]
3fb90343b2 Improve Sync Explanation Alert
Make the text color in the SyncExplanation component's Alert component black.
2025-03-17 12:38:51 +00:00
gpt-engineer-app[bot]
b8f1762f2c Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:36:19 +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]
02dfe8f73e Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:35:40 +00:00
gpt-engineer-app[bot]
b264ff7d68 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:35:23 +00:00
gpt-engineer-app[bot]
089aa4cb5a Toggle budget input on click
Modify the budget input to toggle open/close on button click.
2025-03-17 12:33:37 +00:00
gpt-engineer-app[bot]
097419c28c Adjust progress bar color
Make the color of the progress bar above the total budget slightly darker.
2025-03-17 12:31:49 +00:00
gpt-engineer-app[bot]
96297d6780 Add category budget auto-calculation
The category budgets are now automatically summed to calculate daily, weekly, and monthly budgets.
2025-03-17 12:30:07 +00:00
gpt-engineer-app[bot]
5aa04cf796 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:28:42 +00:00
gpt-engineer-app[bot]
a1e9c6dda5 Update budget button text
Change "예산 수정하기" to "예산 입력하기" when budget is empty and add animation.
2025-03-17 12:27:48 +00:00
gpt-engineer-app[bot]
37937b38b3 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:25:55 +00:00
gpt-engineer-app[bot]
07f87d8ec0 Refactor plus button style
- Modified the style of the plus button before "예산 수정하기"
- Removed the white circle and increased the size of the plus icon
- Kept the same color and animation
2025-03-17 12:25:06 +00:00
gpt-engineer-app[bot]
6884b68466 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:23:27 +00:00
gpt-engineer-app[bot]
90a20df7b7 Move total budget display
Move the total budget display in BudgetTabContent.tsx to be between the category budget inputs and the save button.
2025-03-17 12:21:55 +00:00
gpt-engineer-app[bot]
625a1f605c Enhance budget input display
- Display existing values in budget input fields.
- Remove recessed boxes from category inputs.
- Add icons to 식비, 생활비, and 교통비 categories.
2025-03-17 12:20:35 +00:00
gpt-engineer-app[bot]
236925f787 Enhance budget input UI
- Improve the '+' icon for budget modification.
- Display the sum of category budgets instead of an input field for the total budget.
- Change the wallet icon in budget input.
2025-03-17 12:17:32 +00:00
gpt-engineer-app[bot]
c7300bebb7 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 12:14:33 +00:00
gpt-engineer-app[bot]
edeb9f8ffb Update budget display and input
- Allow budget progress bar to exceed 100% when over budget.
- Streamline budget input by directly displaying category budgets.
2025-03-17 12:10:59 +00:00
gpt-engineer-app[bot]
f9fb5364bb Enhance budget display and alerts
- Increase font size of "예산 목표 설정하기" text.
- Change budget bar color to yellow if remaining budget is less than 10%, and to red if over budget.
- Display "예산 초과" and the exceeded amount when the budget is exceeded.
2025-03-17 12:06:19 +00:00
gpt-engineer-app[bot]
ccc1d913be Emphasize initial budget setting
Add visual emphasis to the budget setting prompt on the home screen to guide new users.
2025-03-17 11:58:52 +00:00
gpt-engineer-app[bot]
0fe4825741 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 11:56:29 +00:00
gpt-engineer-app[bot]
cfe035ff3f Use consistent category icons
Use the same icons in the recent transactions card as in the expense chart.
2025-03-17 11:55:38 +00:00
gpt-engineer-app[bot]
bbcea786be Display remaining budget in graph
Display the remaining budget amount in the expense graph section.
2025-03-17 11:53:43 +00:00
gpt-engineer-app[bot]
64da436552 Refactor budget categories section
Consolidated the budget categories section into a single card.
2025-03-17 11:52:10 +00:00
gpt-engineer-app[bot]
20969dfb07 Visual edit in Lovable
Edited UI in Lovable
2025-03-17 11:51:11 +00:00
hansoo
5d1d773c15 스플래시 화면 최적화: 네이티브 스플래시 화면 제거 및 Capacitor 스플래시 화면 개선 2025-03-16 23:19:57 +09:00
hansoo
a030e0cb5b 스플래시 화면 기능 추가 및 개선 2025-03-16 21:35:59 +09:00
hansoo
a84ab79a01 로컬 설정 적용: capacitor.config.ts 및 Lovable 배너 제거 설정 2025-03-16 21:23:56 +09:00
hansoo
f62d89b040 충돌 해결: 앱 아이콘 배경색 업데이트 2025-03-16 21:23:25 +09:00