Compare commits

..

159 Commits

Author SHA1 Message Date
sb 7861eef05b feat(admin): 신고 관리 화면 — 신고된 글/댓글 목록·블라인드·신고 무시
Deploy / deploy (push) Failing after 14m51s
- /admin/reports 라우트 + 사이드바 메뉴 + 헤더 타이틀
- boardApi.reports()/dismissReport() 추가(기존 block/unblock 재사용)
- 글 보기·블라인드(사유)·해제·신고 무시 액션

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04 12:10:06 +09:00
sb a261dd2ca2 docs: README 실제 문서화 + FRONTEND.md 현행화(브랜딩·플랫폼·화면·투자)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04 12:10:06 +09:00
ByungCheol ea9fbc359b feat(ui): 입력 모달 전체화면 슬라이드업 + 셀렉트→뱃지 전면 전환
Deploy / deploy (push) Failing after 12m1s
- AppModal.vue: 전체화면 슬라이드업 공통 모달 (Teleport+Transition)
- CategoryPicker.vue: 대/소분류 아코디언 칩 공통 컴포넌트
  admin 모드(일반: 행 단위+수정/삭제, 순서변경: flat+SortableJS)
- AccountView: 계좌종류·구분 셀렉트→뱃지, 분류→CategoryPicker
- RecurringView: 구분·주기 셀렉트→뱃지, 계좌/카드→뱃지, 분류→CategoryPicker
- AccountWalletView: 카드종류·상환방식 셀렉트→뱃지
- BudgetView: 비고정/고정 라디오→뱃지, 카테고리→CategoryPicker
- CategoryView: 리스트 UI → CategoryPicker 칩 그리드 관리 모드

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-04 01:24:15 +09:00
ByungCheol d364b52c73 fix(account): wallets ref TDZ 오류 수정 — computed 선언 전 초기화되도록 위로 이동
Deploy / deploy (push) Failing after 14m35s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-03 00:56:14 +09:00
ByungCheol 0b64f4f8cd Merge branch 'dev'
Deploy / deploy (push) Failing after 11m10s
2026-07-02 01:50:09 +09:00
ByungCheol c0e5421c33 fix(account): AccountView.vue 첫 줄 잘못된 '1' 문자 제거
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 01:43:01 +09:00
ByungCheol 282fb7476d Merge branch 'dev'
Deploy / deploy (push) Failing after 12m58s
2026-07-02 00:31:53 +09:00
ByungCheol 31cb4b7198 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m36s
2026-07-02 00:02:13 +09:00
ByungCheol f15820f204 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m12s
2026-07-01 00:41:46 +09:00
ByungCheol 7965706167 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m16s
2026-07-01 00:33:41 +09:00
ByungCheol 8d1567cb4b Merge branch 'dev'
Deploy / deploy (push) Failing after 11m7s
2026-07-01 00:20:17 +09:00
ByungCheol 1996c3355e Merge branch 'dev'
Deploy / deploy (push) Failing after 11m28s
2026-07-01 00:14:58 +09:00
ByungCheol 37b4a9f4cf Merge branch 'dev'
Deploy / deploy (push) Successful in 40s
2026-07-01 00:07:29 +09:00
ByungCheol daf6b840a9 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m24s
2026-06-30 22:45:34 +09:00
ByungCheol 27d405b154 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m43s
2026-06-30 22:35:52 +09:00
ByungCheol 8604fb5030 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m54s
2026-06-30 22:14:05 +09:00
ByungCheol 98172b3c56 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m43s
2026-06-30 22:09:15 +09:00
ByungCheol 8d659ea956 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m53s
2026-06-30 22:06:04 +09:00
ByungCheol 46a8cb5515 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m53s
2026-06-30 21:56:06 +09:00
ByungCheol 4c846c5bee Merge branch 'dev'
Deploy / deploy (push) Failing after 10m46s
2026-06-30 21:44:14 +09:00
ByungCheol e2d3be29da Merge branch 'dev'
Deploy / deploy (push) Failing after 14m4s
2026-06-30 21:37:26 +09:00
ByungCheol 20f67bbc76 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m42s
2026-06-29 21:36:18 +09:00
ByungCheol 8e7955b5d7 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m6s
2026-06-29 20:25:52 +09:00
ByungCheol 2329da1090 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m28s
2026-06-29 09:33:35 +09:00
ByungCheol 60794733a1 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m0s
2026-06-29 09:25:59 +09:00
ByungCheol b39190baa2 Merge branch 'dev'
Deploy / deploy (push) Successful in 36s
2026-06-29 09:09:03 +09:00
ByungCheol 48c3664136 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m22s
2026-06-29 08:45:40 +09:00
ByungCheol 091b42eb81 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m40s
2026-06-29 08:33:22 +09:00
ByungCheol d5be3c4fcd Merge branch 'dev'
Deploy / deploy (push) Failing after 13m54s
2026-06-29 08:26:05 +09:00
ByungCheol b7d8ede48f Merge branch 'dev'
Deploy / deploy (push) Failing after 15m28s
2026-06-28 20:29:33 +09:00
ByungCheol 6bb6a9727d Merge branch 'dev'
Deploy / deploy (push) Failing after 15m31s
2026-06-28 20:24:28 +09:00
ByungCheol 5534a2438b Merge branch 'dev'
Deploy / deploy (push) Failing after 12m32s
2026-06-28 19:57:30 +09:00
ByungCheol 791aaad1c0 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m19s
2026-06-28 19:20:42 +09:00
ByungCheol 6b8001b4ad Merge branch 'dev'
Deploy / deploy (push) Failing after 11m38s
2026-06-28 18:43:24 +09:00
ByungCheol ddf0074047 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m43s
2026-06-28 18:29:12 +09:00
ByungCheol 27b8ace100 Merge branch 'dev'
Deploy / deploy (push) Successful in 35s
2026-06-28 18:26:18 +09:00
ByungCheol 6cbe1440b3 Merge branch 'dev'
Deploy / deploy (push) Failing after 15m17s
2026-06-28 18:17:13 +09:00
ByungCheol 077b9598ef Merge branch 'dev'
Deploy / deploy (push) Failing after 11m13s
2026-06-28 18:05:45 +09:00
ByungCheol 9c932e7258 Merge branch 'dev'
Deploy / deploy (push) Failing after 15m2s
2026-06-28 17:43:27 +09:00
ByungCheol 98e413b1a1 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m58s
2026-06-28 17:42:02 +09:00
ByungCheol bcc0c4821f Merge branch 'dev'
Deploy / deploy (push) Failing after 12m13s
2026-06-28 17:29:32 +09:00
ByungCheol d56a8c75c3 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m59s
2026-06-28 17:17:01 +09:00
ByungCheol aed3f996fc Merge branch 'dev'
Deploy / deploy (push) Failing after 15m24s
2026-06-28 17:09:37 +09:00
ByungCheol 8cca35151c Merge branch 'dev'
Deploy / deploy (push) Failing after 15m2s
2026-06-28 16:59:27 +09:00
ByungCheol c114e7672b Merge branch 'dev'
Deploy / deploy (push) Successful in 36s
2026-06-28 16:38:08 +09:00
ByungCheol 0b8064e569 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m55s
2026-06-28 16:21:04 +09:00
ByungCheol 5349cf55f4 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m8s
2026-06-28 16:04:42 +09:00
ByungCheol 199b0c84e9 Merge branch 'dev'
Deploy / deploy (push) Successful in 35s
2026-06-28 15:44:42 +09:00
ByungCheol ad219fd0bb Merge branch 'dev'
Deploy / deploy (push) Failing after 12m16s
2026-06-28 15:24:29 +09:00
ByungCheol 3b542cb33d Merge branch 'dev'
Deploy / deploy (push) Failing after 13m43s
2026-06-28 15:13:01 +09:00
ByungCheol f0b5f87656 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m5s
2026-06-28 14:50:26 +09:00
ByungCheol 9be60000d9 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m0s
2026-06-28 14:45:01 +09:00
ByungCheol c2499c382a Merge branch 'dev'
Deploy / deploy (push) Failing after 11m31s
2026-06-28 14:05:14 +09:00
ByungCheol bf40cbb254 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m10s
2026-06-28 13:34:42 +09:00
ByungCheol 3eee749ab9 Merge branch 'dev'
Deploy / deploy (push) Failing after 15m5s
2026-06-28 13:21:39 +09:00
ByungCheol 8733cf1ee0 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m18s
2026-06-28 12:48:45 +09:00
ByungCheol 6125bf9ad8 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m34s
2026-06-28 12:45:29 +09:00
ByungCheol 09a00a1c37 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m15s
2026-06-28 12:36:50 +09:00
ByungCheol 1da98b6618 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m57s
2026-06-28 12:31:55 +09:00
ByungCheol 2d6af690d4 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m35s
2026-06-28 11:08:46 +09:00
ByungCheol 3f809b80bb Merge branch 'dev'
Deploy / deploy (push) Failing after 13m40s
2026-06-28 09:22:51 +09:00
ByungCheol d8ab99d1ec Merge branch 'dev'
Deploy / deploy (push) Failing after 13m50s
CI / build (push) Failing after 15m19s
2026-06-28 09:04:27 +09:00
ByungCheol e64de9c247 Merge branch 'dev'
CI / build (push) Failing after 10m48s
Deploy / deploy (push) Failing after 14m20s
2026-06-28 08:38:55 +09:00
ByungCheol b8260e9860 Merge branch 'dev'
CI / build (push) Successful in 37s
Deploy / deploy (push) Failing after 10m45s
2026-06-28 08:17:41 +09:00
ByungCheol a6829d4157 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m37s
CI / build (push) Failing after 15m5s
2026-06-28 00:44:57 +09:00
ByungCheol a3bdd2e76d Merge branch 'dev'
Deploy / deploy (push) Successful in 35s
CI / build (push) Failing after 12m53s
2026-06-28 00:02:12 +09:00
ByungCheol 4e03bf6393 Merge branch 'dev'
Deploy / deploy (push) Failing after 14m4s
CI / build (push) Failing after 15m32s
2026-06-27 23:19:30 +09:00
ByungCheol 639a50f8bc Merge branch 'dev'
Deploy / deploy (push) Failing after 13m5s
CI / build (push) Failing after 14m33s
2026-06-27 23:00:17 +09:00
ByungCheol 6fe7f8b168 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m58s
CI / build (push) Failing after 12m25s
2026-06-27 22:27:17 +09:00
ByungCheol a86d77b2c5 Merge branch 'dev'
CI / build (push) Failing after 11m24s
Deploy / deploy (push) Failing after 14m56s
2026-06-27 20:48:38 +09:00
ByungCheol d87dd0f56b Merge branch 'dev'
Deploy / deploy (push) Failing after 12m5s
CI / build (push) Failing after 13m36s
2026-06-27 20:16:26 +09:00
ByungCheol 11ab23ed14 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m52s
CI / build (push) Failing after 13m19s
2026-06-27 19:41:42 +09:00
ByungCheol 82b08df826 Merge branch 'dev'
Deploy / deploy (push) Successful in 35s
CI / build (push) Failing after 12m53s
2026-06-27 19:02:09 +09:00
ByungCheol a5c81cc0f2 Merge branch 'dev'
CI / build (push) Failing after 11m57s
Deploy / deploy (push) Failing after 15m29s
2026-06-27 18:03:39 +09:00
ByungCheol 091abd40be Merge branch 'dev'
Deploy / deploy (push) Failing after 13m6s
CI / build (push) Failing after 14m35s
2026-06-27 16:51:30 +09:00
ByungCheol 38484c51a6 Merge branch 'dev'
CI / build (push) Failing after 11m23s
Deploy / deploy (push) Failing after 14m55s
2026-06-27 16:29:42 +09:00
ByungCheol 1c8d9c427c Merge branch 'dev'
Deploy / deploy (push) Failing after 12m51s
CI / build (push) Failing after 14m20s
2026-06-27 16:21:43 +09:00
ByungCheol 383977bcb5 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m6s
CI / build (push) Failing after 14m37s
2026-06-27 16:16:26 +09:00
ByungCheol e455e8b3a8 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m48s
CI / build (push) Failing after 14m16s
2026-06-27 16:06:49 +09:00
ByungCheol 25b5938ab8 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m23s
CI / build (push) Failing after 13m52s
2026-06-27 15:52:11 +09:00
ByungCheol b4b8833fc1 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m16s
CI / build (push) Failing after 14m44s
2026-06-27 15:31:20 +09:00
ByungCheol 02290413b2 Merge branch 'dev'
CI / build (push) Failing after 11m51s
Deploy / deploy (push) Failing after 15m20s
2026-06-27 15:19:14 +09:00
ByungCheol c8c774f060 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m37s
CI / build (push) Failing after 12m5s
2026-06-27 15:08:59 +09:00
ByungCheol 0f56db744c Merge branch 'dev'
Deploy / deploy (push) Successful in 36s
CI / build (push) Failing after 11m54s
2026-06-27 14:59:09 +09:00
ByungCheol b5d6204a2d Merge branch 'dev'
Deploy / deploy (push) Failing after 12m0s
CI / build (push) Failing after 13m32s
2026-06-27 14:50:11 +09:00
ByungCheol 67ac385e26 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m39s
CI / build (push) Failing after 12m8s
2026-06-24 23:03:52 +09:00
ByungCheol 2e48570876 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m58s
CI / build (push) Failing after 13m26s
2026-06-24 21:57:50 +09:00
ByungCheol 40b517ad10 Merge branch 'dev'
CI / build (push) Successful in 43s
Deploy / deploy (push) Failing after 13m2s
2026-06-24 21:31:39 +09:00
ByungCheol f9aca601b6 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m37s
CI / build (push) Failing after 14m10s
2026-06-23 21:02:09 +09:00
ByungCheol 9f8d9bd7b5 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m36s
CI / build (push) Failing after 14m4s
2026-06-22 23:57:19 +09:00
ByungCheol a25fef65f8 Merge branch 'dev'
CI / build (push) Failing after 11m45s
Deploy / deploy (push) Failing after 15m17s
2026-06-22 23:49:39 +09:00
ByungCheol 5abe6cfc09 Merge branch 'dev'
CI / build (push) Failing after 11m45s
Deploy / deploy (push) Failing after 15m17s
2026-06-22 23:39:38 +09:00
ByungCheol d5ea6f048e Merge branch 'dev'
Deploy / deploy (push) Failing after 13m27s
CI / build (push) Failing after 14m56s
2026-06-22 23:16:46 +09:00
ByungCheol 74017243bb Merge branch 'dev'
Deploy / deploy (push) Failing after 11m25s
CI / build (push) Failing after 12m54s
2026-06-22 22:38:22 +09:00
ByungCheol ca6c8be229 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m27s
CI / build (push) Failing after 13m1s
2026-06-22 21:53:22 +09:00
ByungCheol f54db96a30 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m41s
CI / build (push) Failing after 13m12s
2026-06-20 17:13:26 +09:00
ByungCheol 1ae5f7ec69 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m7s
CI / build (push) Failing after 12m34s
2026-06-14 15:53:56 +09:00
ByungCheol 5f99fb3b5c Merge branch 'dev'
Deploy / deploy (push) Failing after 11m7s
CI / build (push) Failing after 12m36s
2026-06-14 15:43:45 +09:00
ByungCheol a56b8265c7 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m57s
CI / build (push) Failing after 13m25s
2026-06-12 22:52:34 +09:00
ByungCheol 2582bbb59b Merge branch 'dev'
Deploy / deploy (push) Failing after 11m39s
CI / build (push) Failing after 13m7s
2026-06-12 22:33:01 +09:00
ByungCheol eaa5c33d2c Merge branch 'dev'
Deploy / deploy (push) Failing after 13m12s
CI / build (push) Failing after 14m46s
2026-06-12 22:06:20 +09:00
ByungCheol 76b86712ef Merge branch 'dev'
Deploy / deploy (push) Successful in 34s
CI / build (push) Failing after 13m41s
2026-06-09 23:12:40 +09:00
ByungCheol 73895edca6 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m55s
CI / build (push) Failing after 13m24s
2026-06-09 22:50:23 +09:00
ByungCheol 162768d030 Merge branch 'dev'
CI / build (push) Failing after 10m43s
Deploy / deploy (push) Failing after 14m17s
2026-06-07 21:05:47 +09:00
ByungCheol 89eca761b5 Merge branch 'dev'
CI / build (push) Failing after 11m29s
Deploy / deploy (push) Failing after 15m2s
2026-06-07 21:00:01 +09:00
ByungCheol bbe6e93130 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m34s
CI / build (push) Failing after 12m0s
2026-06-07 20:49:28 +09:00
ByungCheol bb6621fae5 Merge branch 'dev'
Deploy / deploy (push) Successful in 38s
CI / build (push) Failing after 15m16s
2026-06-07 20:16:14 +09:00
ByungCheol 6b7955e098 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m19s
CI / build (push) Failing after 12m45s
2026-06-07 20:03:44 +09:00
ByungCheol 868f889505 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m3s
CI / build (push) Failing after 14m30s
2026-06-07 19:57:00 +09:00
ByungCheol 5f23f5f0b8 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m43s
CI / build (push) Failing after 14m9s
2026-06-07 19:47:20 +09:00
ByungCheol 20210f6716 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m16s
CI / build (push) Failing after 13m43s
2026-06-07 19:17:44 +09:00
ByungCheol 3862c33690 Merge branch 'dev'
CI / build (push) Failing after 11m44s
Deploy / deploy (push) Failing after 15m18s
2026-06-07 18:14:40 +09:00
ByungCheol 1d9a2a584e Merge branch 'dev'
Deploy / deploy (push) Failing after 11m33s
CI / build (push) Failing after 12m59s
2026-06-07 18:08:23 +09:00
ByungCheol 28182cc324 Merge branch 'dev'
Deploy / deploy (push) Failing after 13m38s
CI / build (push) Failing after 15m4s
2026-06-07 17:56:20 +09:00
ByungCheol 3e1410a522 Merge branch 'dev'
CI / build (push) Failing after 10m40s
Deploy / deploy (push) Failing after 14m14s
2026-06-07 17:50:43 +09:00
ByungCheol 8a9badb01d Merge branch 'dev'
CI / build (push) Successful in 34s
Deploy / deploy (push) Failing after 11m39s
2026-06-07 17:43:18 +09:00
ByungCheol ecd850f468 Merge branch 'dev'
CI / build (push) Failing after 10m58s
Deploy / deploy (push) Failing after 14m32s
2026-06-07 17:30:26 +09:00
ByungCheol 9d15644180 Merge branch 'dev'
CI / build (push) Failing after 11m4s
Deploy / deploy (push) Failing after 14m39s
2026-06-07 17:25:21 +09:00
ByungCheol 3fb0e36413 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m11s
CI / build (push) Failing after 13m41s
2026-06-07 17:17:42 +09:00
ByungCheol 32522ed512 Merge branch 'dev'
CI / build (push) Failing after 11m57s
Deploy / deploy (push) Failing after 15m30s
2026-06-07 16:54:28 +09:00
ByungCheol 33b3e3dc26 Merge branch 'dev'
CI / build (push) Failing after 11m57s
Deploy / deploy (push) Failing after 15m31s
2026-06-07 16:39:28 +09:00
ByungCheol 6253ddef3d Merge branch 'dev'
CI / build (push) Failing after 11m31s
Deploy / deploy (push) Failing after 15m5s
2026-06-07 16:29:54 +09:00
ByungCheol 2cc4bb301f Merge branch 'dev'
Deploy / deploy (push) Failing after 13m54s
CI / build (push) Failing after 15m31s
2026-06-07 16:20:55 +09:00
ByungCheol 33be9a80da Merge branch 'dev'
CI / build (push) Successful in 26s
Deploy / deploy (push) Failing after 11m57s
2026-06-06 17:09:05 +09:00
ByungCheol 981920b38e Merge branch 'dev'
Deploy / deploy (push) Failing after 12m7s
CI / build (push) Failing after 13m27s
2026-06-06 16:42:47 +09:00
ByungCheol f1a5e729f1 Merge branch 'dev'
Deploy / deploy (push) Failing after 10m54s
CI / build (push) Failing after 12m13s
2026-06-06 15:49:07 +09:00
ByungCheol f03062c92f Merge branch 'dev'
Deploy / deploy (push) Successful in 27s
CI / build (push) Failing after 11m24s
2026-06-06 15:29:56 +09:00
ByungCheol 3c5686e8fa Merge branch 'dev'
Deploy / deploy (push) Failing after 10m53s
CI / build (push) Failing after 12m13s
2026-06-06 15:04:15 +09:00
ByungCheol 5604a232fb Merge branch 'dev'
Deploy / deploy (push) Failing after 12m19s
CI / build (push) Failing after 13m39s
2026-06-06 14:27:37 +09:00
ByungCheol 2978ec7c90 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m43s
CI / build (push) Failing after 13m4s
2026-06-06 14:08:30 +09:00
ByungCheol 0f8134eca4 Merge branch 'dev'
CI / build (push) Failing after 11m28s
Deploy / deploy (push) Failing after 15m12s
2026-06-06 00:16:59 +09:00
ByungCheol 214334a01c Merge branch 'dev'
Deploy / deploy (push) Failing after 11m28s
CI / build (push) Failing after 12m45s
2026-06-04 05:02:03 +09:00
ByungCheol 468852d839 Merge branch 'dev'
Deploy / deploy (push) Successful in 20s
CI / build (push) Failing after 11m11s
2026-06-03 19:03:58 +09:00
ByungCheol 3066e3b37e Merge branch 'dev'
Deploy / deploy (push) Failing after 13m45s
CI / build (push) Failing after 14m58s
2026-06-03 18:55:50 +09:00
ByungCheol 488cc79bca Merge branch 'dev'
Deploy / deploy (push) Failing after 12m24s
CI / build (push) Failing after 13m36s
2026-06-03 18:51:44 +09:00
ByungCheol af272f0ffb Merge branch 'dev'
CI / build (push) Failing after 11m0s
Deploy / deploy (push) Failing after 14m46s
2026-06-03 18:29:02 +09:00
ByungCheol da8f64b738 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m1s
CI / build (push) Failing after 13m14s
2026-06-03 18:11:54 +09:00
ByungCheol 6448756aef Merge branch 'dev'
Deploy / deploy (push) Failing after 11m48s
CI / build (push) Failing after 13m1s
2026-06-03 18:07:04 +09:00
ByungCheol e8c5237ed0 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m1s
CI / build (push) Failing after 13m13s
2026-06-03 18:01:54 +09:00
ByungCheol 3f94ca4d2b Merge branch 'dev'
Deploy / deploy (push) Failing after 12m35s
CI / build (push) Failing after 13m48s
2026-06-03 17:56:20 +09:00
ByungCheol c8690b6d62 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m54s
CI / build (push) Failing after 14m7s
2026-06-03 17:44:04 +09:00
ByungCheol 5bf4e9f516 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m32s
CI / build (push) Failing after 12m46s
2026-06-03 17:37:37 +09:00
ByungCheol 0bd0e847c5 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m12s
CI / build (push) Failing after 12m27s
2026-06-03 17:02:37 +09:00
ByungCheol efb1b7d1b3 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m39s
CI / build (push) Failing after 13m54s
2026-06-03 16:50:57 +09:00
ByungCheol 90fedccd84 Merge branch 'dev'
Deploy / deploy (push) Failing after 11m23s
CI / build (push) Failing after 12m38s
2026-06-03 16:42:35 +09:00
ByungCheol 208f87c24f Merge branch 'dev' into main
CI / build (push) Failing after 10m54s
Deploy / deploy (push) Failing after 14m41s
2026-06-01 22:54:43 +09:00
ByungCheol 0feb655327 Merge branch 'dev' into main
Deploy / deploy (push) Failing after 11m17s
CI / build (push) Failing after 12m30s
2026-06-01 22:37:57 +09:00
ByungCheol 0606f280b4 Merge branch 'dev' into main
Deploy / deploy (push) Failing after 13m30s
CI / build (push) Failing after 14m44s
2026-06-01 22:10:25 +09:00
ByungCheol 05912d8e7e Merge branch 'dev' into main
Deploy / deploy (push) Failing after 12m39s
CI / build (push) Failing after 13m52s
2026-05-31 21:47:05 +09:00
ByungCheol 80e717e281 Merge branch 'dev' into main
Deploy / deploy (push) Failing after 11m50s
CI / build (push) Failing after 13m3s
2026-05-31 21:32:12 +09:00
ByungCheol f0932cbc0c Merge branch 'dev' into main
Deploy / deploy (push) Failing after 13m2s
CI / build (push) Failing after 14m15s
2026-05-31 20:26:00 +09:00
ByungCheol b9833f6d23 Merge branch 'dev' into main
Deploy / deploy (push) Failing after 11m40s
CI / build (push) Failing after 12m53s
2026-05-31 19:52:25 +09:00
ByungCheol f479a35cef Merge branch 'dev' into main
Deploy / deploy (push) Failing after 11m14s
CI / build (push) Failing after 12m30s
2026-05-31 19:13:14 +09:00
ByungCheol ef2e0db4fd Merge branch 'dev' into main
Deploy / deploy (push) Failing after 12m32s
CI / build (push) Failing after 13m44s
2026-05-31 19:02:08 +09:00
ByungCheol a352655662 Merge branch 'dev' into main
Deploy / deploy (push) Has been cancelled
CI / build (push) Failing after 13m42s
2026-05-31 18:46:59 +09:00
ByungCheol fcfb279b16 Merge branch 'dev' into main
CI / build (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
fix(ci): SSH 개인키 CR 제거
2026-05-31 17:40:43 +09:00
ByungCheol d94513934b Merge branch 'dev' into main
CI / build (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
ci: 자동 배포 워크플로 + 서버 설정 파일
2026-05-31 15:55:25 +09:00
ByungCheol a255204ad8 Merge branch 'dev' into main
CI / build (push) Failing after 12m44s
ci: Gitea Actions CI/CD 워크플로 추가
2026-05-31 15:48:59 +09:00
ByungCheol 050efaf902 Merge branch 'dev' into main
가계부·게시판 프론트엔드 구현 + Slim Budget 브랜딩/모바일 대응
2026-05-31 15:45:07 +09:00
17 changed files with 2005 additions and 1431 deletions
+56 -31
View File
@@ -1,44 +1,69 @@
# sb_pt # 돈돼지 가계부 — 프론트엔드 (sb_pt)
This template should help get you started developing with Vue 3 in Vite. Vue 3 + Vite 기반의 가계부·자산·게시판 앱 프론트엔드. 웹 / 안드로이드(Capacitor) / Windows 데스크톱(Electron) 3개 플랫폼을 하나의 코드베이스로 빌드합니다.
## Recommended IDE Setup - 서비스명 **돈돼지 가계부** (구 Slim Budget)
- 운영: [app.sblog.kr](https://app.sblog.kr) · 안내/정책 페이지 [www.sblog.kr](https://www.sblog.kr)
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## 기술 스택
- **Vue 3** (`<script setup>` Composition API) + **Vite**
## Recommended Browser Setup - **Pinia** (상태관리), **Vue Router** (라우팅 + 인증 가드)
- **Axios** (공통 인스턴스 + 토큰/401 인터셉터)
- Chromium-based browsers (Chrome, Edge, Brave, etc.): - **Toast UI Editor** + Prism.js (게시판 마크다운 작성/뷰어)
- [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) - **Capacitor** (안드로이드 하이브리드 앱), **Electron** (Windows 데스크톱)
- [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters) - **Vitest** + `@vue/test-utils` (테스트)
- Firefox:
- [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
- [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
## 빠른 시작
```sh ```sh
npm install npm install
npm run dev # 개발 서버 (전체 앱 표시 — 웹 접근 제한 예외)
``` ```
- Node: `^20.19.0 || >=22.12.0`
- API 베이스 URL: `VITE_API_BASE_URL` (기본 `/api`, Nginx 가 백엔드 8080 으로 프록시)
### Compile and Hot-Reload for Development ## 주요 스크립트
| 명령 | 설명 |
|---|---|
| `npm run dev` | 개발 서버 (HMR) |
| `npm run build` | `dist/` 정적 빌드 (웹 배포용) |
| `npm run build:app` | Capacitor 모드 빌드 (`--mode capacitor`, 앱 전용 env) |
| `npm run cap:sync` | 앱 빌드 + `cap sync` (안드로이드 동기화) |
| `npm run cap:android` | Android Studio 열기 |
| `npm run electron:dev` | Electron 데스크톱 실행 |
| `npm run electron:build` | Windows 설치파일(`DonDwaeji-Setup.exe`) 빌드 |
| `npm test` | Vitest 실행 |
| `npm run lint` | oxlint + eslint (`--fix`) |
```sh ## 플랫폼별 동작
npm run dev - **웹(PC·모바일)**: 안내 페이지만 노출(앱 다운로드 유도). 실제 이용은 앱에서. (`npm run dev` 는 예외로 전체 앱 표시)
``` - **안드로이드**: Capacitor WebView 패키징. 빌드 전 `.env.capacitor` 의 백엔드 절대 URL 설정 필수 → [docs/ANDROID.md](docs/ANDROID.md)
- **Windows**: Electron 이 라이브 사이트(app.sblog.kr)를 직접 로드 → 프론트 변경이 재설치 없이 반영
### Compile and Minify for Production ## 인증
- 로그인 시 발급된 **Bearer 토큰**을 `localStorage` 에 저장, `http.js` 인터셉터가 `Authorization` 헤더에 주입
- **구글 로그인**(웹/PC=GIS, 앱=네이티브 플러그인) — 현재 소셜 로그인 전용(아이디/비번 폼은 `features.js` 플래그로 숨김)
- 401 응답 시 토큰 정리 후 로그인 모달, 라우트 `meta.requiresAuth` / `requiresAdmin` 가드
```sh ## 주요 기능
npm run build - **가계부** — 수입·지출·이체 기록, 검색·필터, 날짜 그룹 접기/펴기, 외화 입력(환율 자동환산)
``` - **계좌·자산** — 은행·현금·카드·대출·투자 계좌, 순자산 자동 집계
- **고정 지출** — 반복 규칙 자동 생성 + '확인' 확정 흐름
- **통계** — 분류별 분석, 순자산 추이, 월말 예상 지출, 지난달 대비 (대시보드 차트)
- **예산** — 월별 카테고리 예산, 예산 대비 진행률
- **게시판** — 커뮤니티/짠테크/재테크 3개 게시판, 댓글·태그·이미지 업로드·공지
- **테마** — 시스템/라이트/다크 모드
### Lint with [ESLint](https://eslint.org/) ## 문서
| 문서 | 내용 |
|---|---|
| [docs/FRONTEND.md](docs/FRONTEND.md) | 아키텍처·디렉터리 구조·화면 명세 |
| [docs/release-2026-06-06.md](docs/release-2026-06-06.md) | 누적 변경 이력 (릴리스 노트) |
| [docs/ANDROID.md](docs/ANDROID.md) | 안드로이드(Capacitor) 빌드·배포 |
| [docs/plan-membership-tiers.md](docs/plan-membership-tiers.md) | 무료/유료 티어 설계 (미구현) |
| [deploy/README.md](deploy/README.md) | 프론트 배포(Nginx + Gitea Actions) |
| [brand/LAUNCH-PROGRESS.md](brand/LAUNCH-PROGRESS.md) | Play 스토어 출시 진행 상황·로드맵 |
```sh ## 배포
npm run lint - `main` 푸시 → Gitea Actions 가 CI(빌드·테스트) + Deploy(Nginx 업로드·reload) 실행
``` - **테스트 게이트**: CI·배포 워크플로 모두 테스트 실패 시 배포 중단
- 상세: [deploy/README.md](deploy/README.md)
+12 -2
View File
@@ -99,6 +99,13 @@
- **월별 예산 + 전월/다음달 복사** — budget에 year/month 추가, 기존 예산은 현재 월로 1회 이관 - **월별 예산 + 전월/다음달 복사** — budget에 year/month 추가, 기존 예산은 현재 월로 1회 이관
- 내역추가 **전체화면 모달**(바깥 닫힘 방지) / 분류 **아코디언**(대분류 삼각형) / 계좌 셀렉트 정리(종류별 안내·이름만) - 내역추가 **전체화면 모달**(바깥 닫힘 방지) / 분류 **아코디언**(대분류 삼각형) / 계좌 셀렉트 정리(종류별 안내·이름만)
- 구글 로그인 **Play 서명 SHA-1 등록**(Google Cloud Android OAuth 클라 추가) - 구글 로그인 **Play 서명 SHA-1 등록**(Google Cloud Android OAuth 클라 추가)
- **UI 전면 개편 (2026-07-04)** — 모든 입력 모달 전체화면 슬라이드업(AppModal) 적용:
- 공통 `CategoryPicker.vue` 컴포넌트 — 대분류/소분류 아코디언 칩 + 인라인 추가 (가계부·고정지출·예산 공통)
- `AccountView` 계좌종류·구분 셀렉트→뱃지, 분류→CategoryPicker
- `RecurringView` 구분·주기 셀렉트→뱃지, 계좌/카드→뱃지, 분류→CategoryPicker
- `AccountWalletView` 카드종류·상환방식 셀렉트→뱃지
- `BudgetView` 비고정/고정 라디오→뱃지, 카테고리→CategoryPicker
- `CategoryView` 리스트 UI → **칩 그리드 관리 모드** (CategoryPicker admin prop): ✏ 이름수정·✕ 삭제·⠿ 순서변경(토글 후 드래그)
--- ---
@@ -124,9 +131,12 @@
## 🔨 빌드 상태 ## 🔨 빌드 상태
- **v2** (versionCode 2, 1.0.1): 비공개 테스트 게시·검토통과 - **v2** (versionCode 2, 1.0.1): 비공개 테스트 게시·검토통과
- **v3** (versionCode 3): 위 'v2 이후 추가' 반영 — 빌드 후 비공개 트랙 업로드 (테스터에게 최신본 제공, 14일 카운트 리셋 안 됨) - **v3** (versionCode 3): 위 'v2 이후 추가' 반영 — 빌드 후 비공개 트랙 업로드 (테스터에게 최신본 제공, 14일 카운트 리셋 안 됨)
- ⚠️ 서버 `.env``SQL_INIT_MODE=always` 추가 필요 (budget_onetime 테이블 자동 생성)
- ⚠️ 가계부 내역 오류 미해결 — 서버 로그 + DevTools 확인 필요
--- ---
## 다음 세션 재개 지점 ## 다음 세션 재개 지점
**테스터 12명 opt-in 진행상황 확인**(업체 의뢰) → 12명 + 14일 연속 충족되면 **프로덕션 액세스 신청**(`production-access-draft.md`). 1. **테스터 12명 opt-in 진행상황 확인**(업체 의뢰) → 12명 + 14일 연속 충족되면 **프로덕션 액세스 신청**(`production-access-draft.md`)
v3 AAB를 비공개 트랙에 업로드해 테스터가 최신본을 받게. 2. **가계부 내역 오류 디버깅** — 서버 로그(`journalctl -u sb-backend`) + DevTools Network 탭
3. v3 AAB를 비공개 트랙에 업로드해 테스터가 최신본을 받게
+49 -31
View File
@@ -1,16 +1,23 @@
# Slim Budget — 프론트엔드 (sb_pt) # 돈돼지 가계부 — 프론트엔드 (sb_pt)
Vue 3 + Vite 기반의 가계부·게시판 웹 애플리케이션 프론트엔드. Vue 3 + Vite 기반의 가계부·자산·게시판 앱 프론트엔드. 하나의 코드베이스로 **웹 / 안드로이드(Capacitor) / Windows 데스크톱(Electron)** 3개 플랫폼을 빌드합니다.
## 기술 스택 ## 기술 스택
- **Vue 3** (`<script setup>` Composition API) + **Vite** - **Vue 3** (`<script setup>` Composition API) + **Vite**
- **Pinia** (상태관리), **Vue Router** (라우팅) - **Pinia** (상태관리), **Vue Router** (라우팅)
- **Axios** (HTTP, 공통 인스턴스 + 토큰/401 인터셉터) - **Axios** (HTTP, 공통 인스턴스 + 토큰/401 인터셉터)
- **Toast UI Editor** (`@toast-ui/editor`) + Prism.js (게시판 마크다운 작성/뷰어·코드 하이라이트) - **Toast UI Editor** (`@toast-ui/editor`) + Prism.js (게시판 마크다운 작성/뷰어·코드 하이라이트)
- **Capacitor**(안드로이드 하이브리드 앱) · **Electron**(Windows 데스크톱) · **Vitest**(테스트)
## 브랜딩 ## 브랜딩
- 서비스명 **Slim Budget** (헤더 로고/타이틀/푸터) - 서비스명 **돈돼지 가계부** (구 Slim Budget)
- 로고: `public/logo.svg` (브랜드 그린 `#00bc7e` 배지 + 슬림 막대 차트), 파비콘으로도 사용 - 로고: 돈돼지(투명 배경) — 헤더/사이드바 로고·파비콘·앱 런처 아이콘. 브랜드 그린 `#00bc7e`
## 플랫폼별 동작
- **웹(PC·모바일)**: 안내 페이지([WebOnlyNotice.vue](../src/components/WebOnlyNotice.vue))만 노출(앱 다운로드 유도). 실제 이용은 앱에서. `npm run dev` 는 예외로 전체 앱 표시
- **안드로이드**: Capacitor WebView 패키징 → [ANDROID.md](ANDROID.md)
- **Windows**: Electron 이 라이브 사이트(app.sblog.kr)를 직접 로드 → 프론트 변경이 재설치 없이 반영
- 기능 플래그 [src/config/features.js](../src/config/features.js): `ID_LOGIN_ENABLED`(아이디 로그인)·`BILLING_ENABLED`(인앱결제)·`ADS_ENABLED`(광고)·`CARD_NOTIF_ENABLED`(카드알림) — 첫 출시 기준 전부 `false`
## 디렉터리 구조 ## 디렉터리 구조
``` ```
@@ -21,65 +28,76 @@ src/
│ ├── boardApi.js # 게시판 │ ├── boardApi.js # 게시판
│ ├── adminApi.js # 관리자(태그 카테고리) │ ├── adminApi.js # 관리자(태그 카테고리)
│ └── accountApi.js # 가계부 전체 │ └── accountApi.js # 가계부 전체
│ ├── billingApi.js # 인앱결제/구독
├── stores/ # Pinia (auth, ui, user) ├── stores/ # Pinia (auth, ui, user)
├── config/features.js # 기능 플래그(아이디로그인·결제·광고·카드알림)
├── router/index.js # 라우트 + 인증 가드 ├── router/index.js # 라우트 + 인증 가드
├── components/ ├── components/
│ ├── layout/ # AppHeader / AppSidebar / AppFooter │ ├── layout/ # AppHeader / AppSidebar / AppFooter / AppBottomNav
│ ├── ui/IconBtn.vue # 공통 SVG 아이콘 버튼 │ ├── ui/ # IconBtn / AppModal(전체화면 슬라이드업) / AppDialog / CategoryPicker
│ ├── editor/ # MarkdownEditor / MarkdownViewer │ ├── editor/ # MarkdownEditor / MarkdownViewer
│ ├── LoginModal.vue / SignupModal.vue │ ├── LoginModal.vue / SignupModal.vue / AppLockScreen.vue(PIN) / AdBanner.vue / WebOnlyNotice.vue
├── views/ ├── views/
│ ├── HomeView.vue # 홈(대시보드 자리, 현재 빈 공간) │ ├── HomeView.vue # 홈 대시보드(요약·일별 캘린더)
│ ├── UsersView.vue # 사용자 관리
│ ├── board/ # 게시판 (목록/상세/작성) │ ├── board/ # 게시판 (목록/상세/작성)
│ ├── account/ # 가계부 (아래 참조) │ ├── account/ # 가계부 (아래 참조)
│ └── admin/ # 태그 관리(관리자) │ └── admin/ # 회원/태그 관리(관리자)
└── assets/main.css # 전역 스타일 └── assets/ # base.css(data-theme 다크모드) 등 전역 스타일
``` ```
## 인증 ## 인증
- 로그인 시 발급된 **Bearer 토큰**을 `localStorage`에 저장, `http.js` 요청 인터셉터가 `Authorization` 헤더에 주입 - 로그인 시 발급된 **Bearer 토큰**을 `localStorage`에 저장, `http.js` 요청 인터셉터가 `Authorization` 헤더에 주입
- **구글 로그인**(웹/PC=Google Identity Services, 앱=네이티브 플러그인) — 현재 소셜 로그인 전용(`ID_LOGIN_ENABLED=false` 로 아이디/비번 폼·회원가입 UI 숨김)
- 401 응답 시 토큰 정리 후 `auth:unauthorized` 이벤트 → 로그인 모달 표시 - 401 응답 시 토큰 정리 후 `auth:unauthorized` 이벤트 → 로그인 모달 표시
- 라우트 `meta.requiresAuth` / `requiresAdmin` 가드 - 라우트 `meta.requiresAuth` / `requiresAdmin` 가드
## 레이아웃 / 반응형 ## 레이아웃 / 반응형 / 테마
- 그리드 레이아웃(헤더·사이드바·본문·푸터) - 그리드 레이아웃 — 사이드바가 좌측 상단(헤더 행)까지, 헤더는 현재 화면 타이틀 표시. 본문 폭 `--page-max`(760px)로 통일
- **하단 고정 내비**([AppBottomNav.vue](../src/components/layout/AppBottomNav.vue)): 뒤로·앞으로·홈·새로고침·설정 (안드로이드 소프트키 위 안전영역)
- **모바일(≤768px)**: 사이드바가 **오프캔버스 드로어**(햄버거 토글 + 백드롭, 라우트 이동 시 자동 닫힘) - **모바일(≤768px)**: 사이드바가 **오프캔버스 드로어**(햄버거 토글 + 백드롭, 라우트 이동 시 자동 닫힘)
- 모든 액션 버튼은 **아이콘화**(`IconBtn`: 등록/수정/삭제/검색/페이징 등), `title`로 접근성·툴팁 제공 - **입력 모달**: 전체화면 슬라이드업([AppModal.vue](../src/components/ui/AppModal.vue), 바깥 닫힘 방지). 셀렉트 대신 **뱃지/칩** 선택, 분류는 공통 [CategoryPicker.vue](../src/components/ui/CategoryPicker.vue)(대/소분류 아코디언)
- 한 줄에 담기 어려운 목록은 **2줄 표기**(게시판: 제목/메타, 가계부 내역: 분류·금액/날짜·메모·액션 등) - **테마**: 시스템 / 라이트 / 다크 (설정 화면, `data-theme` 기반)
- 모든 액션 버튼은 **아이콘화**(`IconBtn`), `title`로 접근성·툴팁 제공
## 게시판 (`/board`) ## 게시판 (`/board`)
- 목록(페이징·태그 필터·검색[제목/본문/댓글]), 상세, 작성/수정(마크다운) - **커뮤니티 / 짠테크 수다방 / 재테크 팁** 3개 게시판(카테고리)
- 댓글, 태그, 관리자 **열람 제한/해제** - 목록(페이징·태그 필터·검색[제목/본문/댓글]·공지 최상단), 상세, 작성/수정(마크다운·이미지 업로드)
- 댓글, 추천(vote), 태그, **공지**(관리자), 관리자 **열람 제한/해제**, 신고
## 가계부 (`/account`) ## 가계부 (`/account`)
사용자별 데이터 격리(본인 데이터만). 주요 화면(사이드바 하위 메뉴): 사용자별 데이터 격리(본인 데이터만). 주요 화면(사이드바 하위 메뉴):
| 경로 | 화면 | 설명 | | 경로 | 화면 | 설명 |
|------|------|------| |------|------|------|
| `/account` | 대시보드 | 예산 대비 지출 도넛, **분류별 파이차트**, 기간별 예산대비지출 막대(툴팁), 수입대비지출, 월별 총액, **순자산 추이** 라인차트 | | `/account` | 대시보드 | 예산 대비 지출 도넛, **분류별 파이차트**(대분류 집계), 수입대비지출(월말 예상·지난달 대비), 월별 총액, **순자산 추이**(주간) 라인차트, 일별 캘린더 |
| `/account/entries` | 가계부 내역 | 월별 내역 CRUD, **검색·필터**(키워드/구분/분류/계좌/태그), 분류 인라인 추가 | | `/account/entries` | 가계부 내역 | 월별 내역 CRUD, **검색·필터**(키워드/구분/분류/계좌/태그), 날짜 그룹 접기/펴기, **외화 입력**(환율 자동환산), 내역→고정지출 바로 등록 |
| `/account/recurrings` | 정기 거래 | 일/주/월/년 반복 규칙, 진입 시 자동 반영(중복 없이) | | `/account/recurrings` | 고정 지출 | 일/주/월/년 반복 규칙, 진입 시 자동 반영(중복 없이·'확인 필요'로 생성) |
| `/account/wallets` | 계좌 관리 | 은행/카드/대출/**투자** 계좌, 잔액·순자산, 상환/납부, **투자 포트폴리오** | | `/account/wallets` | 계좌 관리 | 은행/**현금**/카드/대출/**투자** 계좌, 잔액·순자산, 상환/납부(원금·이자·연회비 분리), 월별 이용내역 |
| `/account/categories` | 분류 관리 | 수입/지출 분류 CRUD, 이름 변경 전파, 기존 내역에서 가져오기 | | `/account/categories` | 분류 관리 | 수입/지출 분류 CRUD(**대/소분류 2단계**), 칩 그리드 관리, 순서변경, 기존 내역에서 가져오기 |
| `/account/budget` | 예산 설정 | 고정(일수 기준 자동 환산)/비고정, 예산 대비 진행률 | | `/account/budget` | 예산 설정 | **월별 예산**(전월/다음달 복사), 고정(일수 기준 자동 환산)/비고정, 예산 대비 진행률 |
| `/account/tags` | 태그 관리 | 사용자별 가계부 태그 | | `/account/tags` | 태그 관리 | 사용자별 가계부 태그 |
### 잔액·순자산 모델 (표시) ### 잔액·순자산 모델 (표시)
- 자산(+) / 부채(−) 부호 모델. 지갑 잔액 = 개시잔액 + 수입 − 지출 − 이체출금 + 이체입금 - 자산(+) / 부채(−) 부호 모델. 현금은 은행과 동일하게 자산 합산. 지갑 잔액 = 개시잔액 + 수입 − 지출 − 이체출금 + 이체입금
- 순자산 = 총자산 − 총부채 (투자계좌는 평가금액 반영) - 순자산 = 총자산 − 총부채 (투자계좌는 평가금액 반영)
### 투자 포트폴리오 (계좌 관리 > 투자 탭) ### 투자 계좌 (계좌 관리 > 투자 탭)
- 투자계좌를 펼치면 [InvestPortfolio.vue](../src/views/account/InvestPortfolio.vue) 패널 - 투자계좌를 펼치면 [InvestPortfolio.vue](../src/views/account/InvestPortfolio.vue) 패널
- **종목별** 보유: 수량·평균매입단가·현재가(수동)·평가금액·**평가손익·수익률**·실현손익 - **단순형 UI**: **투자금(투입원금) + 현재 평가액**만 입력 → 손익·수익률 자동 계산(퇴직연금·연금 등 포함). 계좌 펼침 시 투자금/평가액/손익(%) 요약 카드
- **매수/매도** 건별 기록(이동평균 평단 자동 산출, 매도수량 초과 검증) - 입금은 가계부 **이체**(은행→투자)로, 평가액은 순자산·추이에 반영
- 입금은 가계부 **이체**(은행→투자)로, 예수금·주식평가는 자동 계산되어 순자산·추이에 반영 - ℹ️ 백엔드는 종목 단위(매수·매도·시세 자동조회) API 를 유지하나 현재 UI 에는 노출하지 않음. 원화 기준
- 원화·정수 수량 기준 (해외주식 소수점/환율·자동 시세는 범위 외)
## 설정 화면
- 하단 내비 → 설정: 계정정보(이름·이메일·비밀번호 변경) · 테마(시스템/라이트/다크) · 앱 잠금(PIN, 1시간 유예) · 앱 버전 · App Data 삭제 · (PC)창 크기 프리셋
## 개발/빌드 ## 개발/빌드
```bash ```bash
npm install npm install
npm run dev # 개발 서버 npm run dev # 개발 서버(전체 앱 표시)
npm run build # dist/ 정적 빌드 npm run build # dist/ 정적 빌드(웹 배포)
npm run cap:sync # 앱 빌드 + 안드로이드 동기화
npm run electron:build # Windows 설치파일
npm test # Vitest
``` ```
- API 베이스 URL: `VITE_API_BASE_URL` (기본 `/api`) - API 베이스 URL: `VITE_API_BASE_URL` (기본 `/api`)
- 상세: [../README.md](../README.md) · 앱 [ANDROID.md](ANDROID.md) · 배포 [../deploy/README.md](../deploy/README.md)
+13
View File
@@ -104,6 +104,19 @@ const realApi = {
removeBudget(id) { removeBudget(id) {
return http.delete(`/account/budgets/${id}`) return http.delete(`/account/budgets/${id}`)
}, },
// 1회성 예산
onetimeBudgets() {
return http.get('/account/budgets/onetime')
},
createOnetimeBudget(payload) {
return http.post('/account/budgets/onetime', payload)
},
updateOnetimeBudget(id, payload) {
return http.put(`/account/budgets/onetime/${id}`, payload)
},
removeOnetimeBudget(id) {
return http.delete(`/account/budgets/onetime/${id}`)
},
createWallet(payload) { createWallet(payload) {
return http.post('/account/wallets', payload) return http.post('/account/wallets', payload)
}, },
+8
View File
@@ -76,6 +76,14 @@ export const boardApi = {
unblockComment(commentId) { unblockComment(commentId) {
return http.post(`/board/comments/${commentId}/unblock`) return http.post(`/board/comments/${commentId}/unblock`)
}, },
// 신고 관리 (관리자) — 신고된 글/댓글 목록
reports() {
return http.get('/board/reports')
},
// 신고 무시 (관리자) — 블라인드 없이 신고 기록만 초기화
dismissReport(targetType, targetId) {
return http.post('/board/reports/dismiss', { targetType, targetId })
},
block(id, reason) { block(id, reason) {
return http.post(`/board/posts/${id}/block`, { reason }) return http.post(`/board/posts/${id}/block`, { reason })
}, },
+1
View File
@@ -28,6 +28,7 @@ const TITLES = {
users: '회원 관리', users: '회원 관리',
'admin-tags': '태그 관리(관리자)', 'admin-tags': '태그 관리(관리자)',
'admin-default-categories': '기본 분류 설정', 'admin-default-categories': '기본 분류 설정',
'admin-reports': '신고 관리',
settings: '설정', settings: '설정',
'settings-account': '계정정보', 'settings-account': '계정정보',
'settings-account-edit': '가입정보 변경', 'settings-account-edit': '가입정보 변경',
+5
View File
@@ -25,6 +25,7 @@ const icons = {
board: '<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>', board: '<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>',
users: '<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/>', users: '<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/>',
sliders: '<line x1="4" y1="21" x2="4" y2="14"/><line x1="4" y1="10" x2="4" y2="3"/><line x1="12" y1="21" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="3"/><line x1="20" y1="21" x2="20" y2="16"/><line x1="20" y1="12" x2="20" y2="3"/><line x1="1" y1="14" x2="7" y2="14"/><line x1="9" y1="8" x2="15" y2="8"/><line x1="17" y1="16" x2="23" y2="16"/>', sliders: '<line x1="4" y1="21" x2="4" y2="14"/><line x1="4" y1="10" x2="4" y2="3"/><line x1="12" y1="21" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="3"/><line x1="20" y1="21" x2="20" y2="16"/><line x1="20" y1="12" x2="20" y2="3"/><line x1="1" y1="14" x2="7" y2="14"/><line x1="9" y1="8" x2="15" y2="8"/><line x1="17" y1="16" x2="23" y2="16"/>',
flag: '<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"/><line x1="4" y1="22" x2="4" y2="15"/>',
} }
</script> </script>
@@ -106,6 +107,10 @@ const icons = {
<svg class="menu-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" v-html="icons.sliders" /> <svg class="menu-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" v-html="icons.sliders" />
<span>기본 분류 설정</span> <span>기본 분류 설정</span>
</RouterLink> </RouterLink>
<RouterLink to="/admin/reports" class="menu-item">
<svg class="menu-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" v-html="icons.flag" />
<span>신고 관리</span>
</RouterLink>
</template> </template>
</nav> </nav>
</aside> </aside>
+88
View File
@@ -0,0 +1,88 @@
<script setup>
defineProps({
modelValue: { type: Boolean, required: true },
title: { type: String, default: '' },
zIndex: { type: Number, default: 1000 },
})
defineEmits(['update:modelValue'])
</script>
<template>
<Teleport to="body">
<Transition name="am">
<div v-if="modelValue" class="am-wrap" :style="{ zIndex }">
<div class="am-panel" role="dialog" aria-modal="true">
<button class="am-close" type="button" @click="$emit('update:modelValue', false)">×</button>
<div class="am-inner">
<h2 v-if="title" class="am-title">{{ title }}</h2>
<slot />
</div>
</div>
</div>
</Transition>
</Teleport>
</template>
<style scoped>
.am-wrap {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.4);
}
.am-panel {
position: absolute;
inset: 0;
background: var(--color-background);
overflow-y: auto;
padding: calc(3rem + env(safe-area-inset-top)) 1.25rem calc(2rem + env(safe-area-inset-bottom));
}
.am-inner {
max-width: 460px;
margin: 0 auto;
}
.am-close {
position: absolute;
top: calc(0.5rem + env(safe-area-inset-top));
right: 0.6rem;
width: 2rem;
height: 2rem;
border: 0;
background: transparent;
font-size: 1.5rem;
line-height: 1;
cursor: pointer;
color: var(--color-text);
z-index: 1;
}
.am-title {
margin-bottom: 1.25rem;
font-size: 1.2rem;
text-align: center;
}
/* ── 슬라이드업 애니메이션 ── */
.am-enter-active {
transition: background 0.25s ease;
}
.am-leave-active {
transition: background 0.2s ease;
}
.am-enter-from,
.am-leave-to {
background: rgba(0, 0, 0, 0);
}
.am-enter-active .am-panel {
transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.am-leave-active .am-panel {
transition: transform 0.22s cubic-bezier(0.4, 0, 1, 1);
}
.am-enter-from .am-panel,
.am-leave-to .am-panel {
transform: translateY(100%);
}
</style>
+533
View File
@@ -0,0 +1,533 @@
<script setup>
import { computed, nextTick, onBeforeUnmount, ref, watch } from 'vue'
import Sortable from 'sortablejs'
import { accountApi } from '@/api/accountApi'
const props = defineProps({
modelValue: { type: String, default: '' },
type: { type: String, required: true },
categories: { type: Array, default: () => [] },
disabled: { type: Boolean, default: false },
admin: { type: Boolean, default: false },
reorderable: { type: Boolean, default: false },
})
const emit = defineEmits(['update:modelValue', 'category-added', 'rename', 'delete', 'reorder'])
// ─── accordion state ───────────────────────────────────────────────────
const categoryMajor = ref('')
const majorOptions = computed(() =>
props.categories.filter((c) => c.type === props.type && c.parentId == null)
)
// select 모드: 4개씩 행 분할
const majorRows = computed(() => {
const rows = []
for (let i = 0; i < majorOptions.value.length; i += 4)
rows.push(majorOptions.value.slice(i, i + 4))
return rows
})
// admin 일반 모드: 2개씩 행 분할 (이름+아이콘 공간 확보)
const adminRows = computed(() => {
const rows = []
for (let i = 0; i < majorOptions.value.length; i += 2)
rows.push(majorOptions.value.slice(i, i + 2))
return rows
})
const selectedMajorObj = computed(() =>
majorOptions.value.find((m) => m.name === categoryMajor.value) ?? null
)
function subsByMajor(majorId) {
return props.categories.filter((c) => c.parentId === majorId)
}
// select 모드: 클릭 시 accordion 토글 + 값 emit
function onMajorClick(major) {
if (categoryMajor.value === major.name) {
categoryMajor.value = ''
emit('update:modelValue', '')
} else {
categoryMajor.value = major.name
if (!subsByMajor(major.id).length) emit('update:modelValue', major.name)
else emit('update:modelValue', '')
}
}
// admin 모드: 클릭 시 accordion 토글만 (값 emit 없음)
function onAdminMajorClick(major) {
categoryMajor.value = categoryMajor.value === major.name ? '' : major.name
}
// modelValue / type / categories 변경 시 대분류 상태 동기화
function syncFromValue() {
if (props.admin) return
const cur = props.modelValue
if (!cur) { categoryMajor.value = ''; return }
const c = props.categories.find((x) => x.type === props.type && x.name === cur)
if (c && c.parentId != null) {
const parent = props.categories.find((x) => x.id === c.parentId)
categoryMajor.value = parent ? parent.name : cur
} else {
categoryMajor.value = cur
}
}
watch(() => [props.modelValue, props.type, props.categories], syncFromValue, { immediate: true })
// ─── 인라인 분류 추가 ──────────────────────────────────────────────────
const addingCategory = ref(false)
const addingAsMajor = ref(true)
const newCategoryName = ref('')
const catSubmitting = ref(false)
function startAddMajor() {
if (!props.admin) { categoryMajor.value = ''; emit('update:modelValue', '') }
newCategoryName.value = ''
addingAsMajor.value = true
addingCategory.value = true
}
function startAddSub() {
newCategoryName.value = ''
addingAsMajor.value = false
addingCategory.value = true
}
function cancelAdd() {
addingCategory.value = false
newCategoryName.value = ''
}
async function confirmAdd() {
const name = newCategoryName.value.trim()
if (!name) return
catSubmitting.value = true
const parent = props.categories.find(
(c) => c.type === props.type && c.parentId == null && c.name === categoryMajor.value,
)
const parentId = parent ? parent.id : null
try {
await accountApi.createCategory({ type: props.type, name, parentId })
emit('category-added')
if (!props.admin) {
emit('update:modelValue', name)
if (!parentId) categoryMajor.value = name
} else {
if (!parentId) categoryMajor.value = name
}
cancelAdd()
} catch (e) {
if (e.response?.status === 409) {
if (!props.admin) emit('update:modelValue', name)
syncFromValue()
cancelAdd()
} else {
alert(e.response?.data?.message || '분류 추가에 실패했습니다.')
}
} finally {
catSubmitting.value = false
}
}
// ─── Admin: 인라인 이름 수정 ───────────────────────────────────────────
const editingId = ref(null)
const editingName = ref('')
const editingCategory = ref(null)
function startEdit(c) {
editingId.value = c.id
editingName.value = c.name
editingCategory.value = c
nextTick(() => {
const input = document.querySelector('.adm-edit-input')
if (input) input.focus()
})
}
function cancelEdit() {
editingId.value = null
editingName.value = ''
editingCategory.value = null
}
function confirmEdit() {
const name = editingName.value.trim()
if (name && editingCategory.value && name !== editingCategory.value.name) {
emit('rename', editingCategory.value, name)
}
cancelEdit()
}
// ─── Admin: SortableJS (순서변경 모드에서만 활성) ─────────────────────
const majorGridEl = ref(null)
const subGridEl = ref(null)
let majorSortable = null
let subSortable = null
function destroySortables() {
majorSortable?.destroy(); majorSortable = null
subSortable?.destroy(); subSortable = null
}
function initMajorSortable() {
if (!props.admin || !props.reorderable || !majorGridEl.value) return
majorSortable?.destroy()
majorSortable = Sortable.create(majorGridEl.value, {
handle: '.adm-handle',
draggable: '.admin-chip',
animation: 150,
onEnd: () => {
const ids = [...majorGridEl.value.querySelectorAll(':scope > .admin-chip')]
.map((el) => Number(el.dataset.id))
emit('reorder', ids)
},
})
}
function initSubSortable() {
if (!props.admin || !props.reorderable || !subGridEl.value) return
subSortable?.destroy()
subSortable = Sortable.create(subGridEl.value, {
handle: '.adm-handle',
draggable: '.admin-chip',
animation: 150,
onEnd: () => {
const ids = [...subGridEl.value.querySelectorAll(':scope > .admin-chip')]
.map((el) => Number(el.dataset.id))
if (ids.length) emit('reorder', ids)
},
})
}
watch(majorGridEl, (el) => { if (el && props.admin && props.reorderable) initMajorSortable() })
watch(subGridEl, (el) => { if (el && props.admin && props.reorderable) initSubSortable() })
watch(
() => [props.admin, props.reorderable, props.categories],
async () => {
if (!props.admin || !props.reorderable) { destroySortables(); return }
await nextTick()
initMajorSortable()
initSubSortable()
},
)
onBeforeUnmount(destroySortables)
</script>
<template>
<!-- SELECT MODE -->
<template v-if="!admin">
<div v-if="!addingCategory" class="cat-picker">
<template v-for="(row, rowIdx) in majorRows" :key="rowIdx">
<div class="acc-major-grid">
<button
v-for="m in row" :key="m.id"
type="button" class="acc-chip major"
:class="{ active: categoryMajor === m.name }"
:disabled="disabled"
@click="onMajorClick(m)"
>{{ m.name }}</button>
</div>
<div
v-if="selectedMajorObj && row.some(m => m.id === selectedMajorObj.id)"
class="acc-sub-grid"
>
<button
v-for="s in subsByMajor(selectedMajorObj.id)" :key="s.id"
type="button" class="acc-chip sub"
:class="{ active: modelValue === s.name }"
:disabled="disabled"
@click="$emit('update:modelValue', s.name)"
>{{ s.name }}</button>
<button type="button" class="acc-chip add-chip sub-add" :disabled="disabled" @click="startAddSub">+ 소분류</button>
</div>
</template>
<button type="button" class="acc-chip add-chip" :disabled="disabled" @click="startAddMajor">+ 대분류</button>
</div>
<div v-else class="cat-input">
<input
v-model="newCategoryName" type="text"
:placeholder="addingAsMajor
? (type === 'EXPENSE' ? '새 지출 대분류' : '새 수입 대분류')
: `${categoryMajor} > 새 소분류`"
:disabled="catSubmitting"
@keyup.enter.prevent="confirmAdd"
/>
<button type="button" class="cat-add-btn primary" :disabled="catSubmitting" @click="confirmAdd">확인</button>
<button type="button" class="cat-add-btn" :disabled="catSubmitting" @click="cancelAdd">취소</button>
</div>
</template>
<!-- ADMIN MODE -->
<template v-else>
<div v-if="!addingCategory" class="cat-picker">
<!-- 일반 모드: 단위, 소분류 정위치 -->
<template v-if="!reorderable">
<template v-for="(row, rowIdx) in adminRows" :key="rowIdx">
<div class="acc-major-grid">
<div
v-for="m in row" :key="m.id"
class="acc-chip major admin-chip"
:class="{ active: categoryMajor === m.name }"
@click="onAdminMajorClick(m)"
>
<template v-if="editingId === m.id">
<input
v-model="editingName" class="adm-edit-input"
@keyup.enter.stop="confirmEdit" @keyup.escape="cancelEdit" @click.stop
/>
<button type="button" class="adm-ok" @mousedown.prevent @click.stop="confirmEdit"></button>
</template>
<span v-else class="adm-label">{{ m.name }}</span>
<button v-if="editingId !== m.id" type="button" class="adm-edit-btn" title="이름 수정" @click.stop="startEdit(m)"></button>
<button type="button" class="adm-del" title="삭제" @click.stop="$emit('delete', m)"></button>
</div>
</div>
<!-- 행에 선택된 대분류가 있을 때만 바로 아래에 소분류 트레이 노출 -->
<div
v-if="selectedMajorObj && row.some(m => m.id === selectedMajorObj.id)"
class="acc-sub-grid adm-sub-grid"
>
<div
v-for="s in subsByMajor(selectedMajorObj.id)" :key="s.id"
class="acc-chip sub admin-chip"
:data-id="s.id"
>
<template v-if="editingId === s.id">
<input
v-model="editingName" class="adm-edit-input"
@keyup.enter.stop="confirmEdit" @keyup.escape="cancelEdit" @click.stop
/>
<button type="button" class="adm-ok" @mousedown.prevent @click.stop="confirmEdit"></button>
</template>
<span v-else class="adm-label">{{ s.name }}</span>
<button v-if="editingId !== s.id" type="button" class="adm-edit-btn" title="이름 수정" @click.stop="startEdit(s)"></button>
<button type="button" class="adm-del" title="삭제" @click.stop="$emit('delete', s)"></button>
</div>
<button type="button" class="acc-chip add-chip sub-add" @click="startAddSub">+ 소분류</button>
</div>
</template>
<button type="button" class="acc-chip add-chip" @click="startAddMajor">+ 대분류</button>
</template>
<!-- 순서변경 모드: flat 그리드 + SortableJS -->
<template v-else>
<div class="acc-major-grid adm-grid" ref="majorGridEl">
<div
v-for="m in majorOptions" :key="m.id"
class="acc-chip major admin-chip"
:class="{ active: categoryMajor === m.name }"
:data-id="m.id"
@click="onAdminMajorClick(m)"
>
<span class="adm-handle" @click.stop></span>
<span class="adm-label">{{ m.name }}</span>
</div>
</div>
<!-- 선택된 대분류의 소분류 순서 변경 -->
<div
v-if="selectedMajorObj"
class="acc-sub-grid adm-sub-grid"
ref="subGridEl"
:data-major="selectedMajorObj.id"
>
<div
v-for="s in subsByMajor(selectedMajorObj.id)" :key="s.id"
class="acc-chip sub admin-chip"
:data-id="s.id"
>
<span class="adm-handle" @click.stop></span>
<span class="adm-label">{{ s.name }}</span>
</div>
</div>
</template>
</div>
<div v-else class="cat-input">
<input
v-model="newCategoryName" type="text"
:placeholder="addingAsMajor
? (type === 'EXPENSE' ? '새 지출 대분류' : '새 수입 대분류')
: `${categoryMajor} > 새 소분류`"
:disabled="catSubmitting"
@keyup.enter.prevent="confirmAdd"
/>
<button type="button" class="cat-add-btn primary" :disabled="catSubmitting" @click="confirmAdd">확인</button>
<button type="button" class="cat-add-btn" :disabled="catSubmitting" @click="cancelAdd">취소</button>
</div>
</template>
</template>
<style scoped>
.cat-picker {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.acc-major-grid,
.acc-sub-grid {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}
.acc-sub-grid {
padding: 0.45rem;
border-radius: 0 6px 6px 6px;
background: var(--color-background-mute);
border-left: 3px solid hsla(160, 100%, 37%, 0.4);
}
.acc-chip {
flex: 1 1 calc(25% - 0.35rem);
min-width: 0;
padding: 0.38rem 0.4rem;
border: 1px solid var(--color-border);
border-radius: 6px;
background: transparent;
cursor: pointer;
font-size: 0.82rem;
color: var(--color-text);
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.acc-chip:disabled { opacity: 0.45; cursor: not-allowed; }
.acc-chip.major.active {
border-color: hsla(160, 100%, 37%, 1);
background: hsla(160, 100%, 37%, 0.1);
color: hsla(160, 100%, 37%, 1);
font-weight: 600;
}
.acc-chip.sub { background: transparent; }
.acc-chip.sub.active {
border-color: hsla(160, 100%, 37%, 1);
background: hsla(160, 100%, 37%, 0.1);
color: hsla(160, 100%, 37%, 1);
font-weight: 600;
}
.acc-chip.add-chip {
opacity: 0.55;
border-style: dashed;
}
.acc-chip.add-chip.sub-add { flex: 0 0 auto; }
/* ── admin 칩 공통 ──────────────────────────────────────── */
/* 2개씩 한 줄 (이름+아이콘 공간 확보) */
.admin-chip {
flex: 1 1 calc(50% - 0.35rem) !important;
display: flex;
align-items: center;
gap: 0.25rem;
padding: 0.32rem 0.4rem;
text-align: left;
cursor: default;
overflow: visible;
}
.adm-handle {
flex-shrink: 0;
cursor: grab;
color: var(--color-text);
opacity: 0.35;
font-size: 0.85rem;
touch-action: none;
user-select: none;
line-height: 1;
}
.adm-handle:active { cursor: grabbing; }
.adm-label {
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.adm-edit-input {
flex: 1;
min-width: 0;
padding: 0.1rem 0.3rem;
border: 1px solid var(--color-border);
border-radius: 3px;
background: var(--color-background);
color: var(--color-text);
font-size: 0.8rem;
}
.adm-ok {
flex-shrink: 0;
width: 1.3rem;
height: 1.3rem;
border: 1px solid hsla(160, 100%, 37%, 0.5);
border-radius: 3px;
background: hsla(160, 100%, 37%, 0.1);
color: hsla(160, 100%, 37%, 1);
font-size: 0.65rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.adm-edit-btn {
flex-shrink: 0;
width: 1.3rem;
height: 1.3rem;
border: 1px solid var(--color-border);
border-radius: 3px;
background: transparent;
color: var(--color-text);
opacity: 0.45;
font-size: 0.65rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.adm-edit-btn:hover { opacity: 0.9; }
.adm-del {
flex-shrink: 0;
width: 1.3rem;
height: 1.3rem;
border: 1px solid rgba(192, 57, 43, 0.3);
border-radius: 3px;
background: rgba(192, 57, 43, 0.06);
color: #c0392b;
font-size: 0.65rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.adm-del:hover { background: rgba(192, 57, 43, 0.15); }
.adm-sub-grid {
gap: 0.3rem;
background: var(--color-background-mute);
border-left: 3px solid hsla(160, 100%, 37%, 0.4);
border-radius: 0 6px 6px 6px;
padding: 0.45rem;
}
/* 소분류 칩은 트레이 배경이 보이도록 투명 처리 */
.adm-sub-grid .admin-chip {
background: transparent;
}
/* ── 인라인 추가 입력 ──────────────────────────────────── */
.cat-input {
display: flex;
gap: 0.35rem;
align-items: center;
}
.cat-input input {
flex: 1;
min-width: 0;
padding: 0.45rem 0.7rem;
border: 1px solid var(--color-border);
border-radius: 4px;
background: var(--color-background-soft);
color: var(--color-text);
font-size: 0.85rem;
}
.cat-add-btn {
padding: 0.38rem 0.7rem;
border: 1px solid var(--color-border);
border-radius: 4px;
background: var(--color-background-soft);
color: var(--color-text);
font-size: 0.82rem;
cursor: pointer;
white-space: nowrap;
}
.cat-add-btn.primary {
border-color: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1);
}
.cat-add-btn:disabled { opacity: 0.5; cursor: not-allowed; }
</style>
+6
View File
@@ -104,6 +104,12 @@ const router = createRouter({
component: () => import('../views/admin/DefaultCategoryView.vue'), component: () => import('../views/admin/DefaultCategoryView.vue'),
meta: { requiresAuth: true, requiresAdmin: true }, meta: { requiresAuth: true, requiresAdmin: true },
}, },
{
path: '/admin/reports',
name: 'admin-reports',
component: () => import('../views/admin/ReportAdminView.vue'),
meta: { requiresAuth: true, requiresAdmin: true },
},
{ {
// 구 가계부 대시보드 → 내역으로 (대시보드 정보는 홈/통계로 이전) // 구 가계부 대시보드 → 내역으로 (대시보드 정보는 홈/통계로 이전)
path: '/account', path: '/account',
+96 -259
View File
@@ -1,4 +1,4 @@
1<script setup> <script setup>
import { computed, nextTick, onMounted, reactive, ref, watch } from 'vue' import { computed, nextTick, onMounted, reactive, ref, watch } from 'vue'
import { accountApi } from '@/api/accountApi' import { accountApi } from '@/api/accountApi'
import { reminders } from '@/native/reminders' import { reminders } from '@/native/reminders'
@@ -6,6 +6,7 @@ import { useAuthStore } from '@/stores/auth'
import { useDialog } from '@/composables/dialog' import { useDialog } from '@/composables/dialog'
import { appLock } from '@/composables/appLock' import { appLock } from '@/composables/appLock'
import IconBtn from '@/components/ui/IconBtn.vue' import IconBtn from '@/components/ui/IconBtn.vue'
import CategoryPicker from '@/components/ui/CategoryPicker.vue'
import { imageToBlob, parseReceiptText } from '@/utils/receiptOcr' import { imageToBlob, parseReceiptText } from '@/utils/receiptOcr'
import { cardNotif } from '@/native/cardNotif' import { cardNotif } from '@/native/cardNotif'
import { CARD_NOTIF_ENABLED } from '@/config/features' import { CARD_NOTIF_ENABLED } from '@/config/features'
@@ -121,6 +122,8 @@ function onCurrencyChange() {
form.rate = null form.rate = null
} }
} }
// 계좌/카드 (repayTargetIsCard·repayTargetLoanWallet computed가 참조하므로 먼저 선언)
const wallets = ref([])
const isRepayment = computed(() => form.type === 'REPAYMENT') const isRepayment = computed(() => form.type === 'REPAYMENT')
// 상환 대상이 카드면 연회비 입력 노출(대출은 연회비 없음) // 상환 대상이 카드면 연회비 입력 노출(대출은 연회비 없음)
const repayTargetIsCard = computed(() => { const repayTargetIsCard = computed(() => {
@@ -278,7 +281,6 @@ async function runOcr(image) {
} }
// 계좌/카드 // 계좌/카드
const wallets = ref([])
async function loadWallets() { async function loadWallets() {
try { try {
wallets.value = await accountApi.wallets() wallets.value = await accountApi.wallets()
@@ -289,12 +291,19 @@ async function loadWallets() {
// 계좌 종류(콤보) → 해당 종류만 목록에 // 계좌 종류(콤보) → 해당 종류만 목록에
const WALLET_KINDS = [ const WALLET_KINDS = [
{ value: 'BANK', label: '계좌' }, { value: 'BANK', label: '계좌' },
{ value: 'CASH', label: '현금' }, { value: 'CASH', label: '현금' },
{ value: 'CARD', label: '카드' }, { value: 'CARD', label: '카드' },
{ value: 'LOAN', label: '대출' }, { value: 'LOAN', label: '대출' },
{ value: 'MINUS', label: '마이너스' },
{ value: 'INVEST', label: '증권' }, { value: 'INVEST', label: '증권' },
] ]
const TYPES = [
{ value: 'EXPENSE', label: '지출', cls: 'chip-expense' },
{ value: 'INCOME', label: '수입', cls: 'chip-income' },
{ value: 'TRANSFER', label: '이체', cls: 'chip-transfer' },
{ value: 'REPAYMENT', label: '상환/납부', cls: 'chip-repay' },
]
const walletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.walletKind)) const walletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.walletKind))
const toWalletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.toWalletKind)) const toWalletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.toWalletKind))
// 선택한 계좌 종류 라벨(계좌/현금/카드/대출/증권) — 셀렉트 안내문에 사용 // 선택한 계좌 종류 라벨(계좌/현금/카드/대출/증권) — 셀렉트 안내문에 사용
@@ -326,111 +335,12 @@ async function loadCategories() {
categories.value = [] categories.value = []
} }
} }
// ===== 분류: 대분류 아코디언 → 소분류 선택 =====
const categoryMajor = ref('') // 펼쳐진 대분류 이름
// 현재 구분의 대분류 객체 목록
const majorOptionsData = computed(() =>
categories.value.filter((c) => c.type === form.type && c.parentId == null)
)
// 대분류를 4개씩 행으로 묶음
const majorRows = computed(() => {
const items = majorOptionsData.value
const rows = []
for (let i = 0; i < items.length; i += 4) rows.push(items.slice(i, i + 4))
return rows
})
// 현재 펼쳐진 대분류 객체
const selectedMajorObj = computed(() =>
majorOptionsData.value.find((m) => m.name === categoryMajor.value) ?? null
)
// 특정 대분류의 소분류 목록
function subsByMajor(majorId) {
return categories.value.filter((c) => c.parentId === majorId)
}
// 대분류 클릭: 소분류 있으면 펼침 토글, 없으면 바로 선택
function onMajorClick(major) {
if (categoryMajor.value === major.name) {
categoryMajor.value = ''
form.category = ''
} else {
categoryMajor.value = major.name
if (!subsByMajor(major.id).length) form.category = major.name
else form.category = ''
}
}
// form.category 로부터 대분류 추론 (편집 진입 시)
function syncCategoryMajor() {
const cur = form.category
if (!cur) {
categoryMajor.value = ''
return
}
const c = categories.value.find((x) => x.type === form.type && x.name === cur)
if (c && c.parentId != null) {
const parent = categories.value.find((x) => x.id === c.parentId)
categoryMajor.value = parent ? parent.name : cur
} else {
categoryMajor.value = cur
}
}
// 필터용 전체 분류명 (중복 제거) // 필터용 전체 분류명 (중복 제거)
const allCategoryNames = computed(() => [...new Set(categories.value.map((c) => c.name))]) const allCategoryNames = computed(() => [...new Set(categories.value.map((c) => c.name))])
// 모달 내 분류 인라인 추가
const addingCategory = ref(false)
const addingAsMajor = ref(true) // true=대분류 추가, false=소분류 추가
const newCategoryName = ref('')
const catSubmitting = ref(false)
function startAddMajorCategory() {
categoryMajor.value = ''
form.category = ''
newCategoryName.value = ''
addingAsMajor.value = true
addingCategory.value = true
}
function startAddSubCategory() {
newCategoryName.value = ''
addingAsMajor.value = false
addingCategory.value = true
}
function cancelAddCategory() {
addingCategory.value = false
newCategoryName.value = ''
}
async function confirmAddCategory() {
const name = newCategoryName.value.trim()
if (!name) return
catSubmitting.value = true
// 대분류가 선택돼 있으면 그 아래 소분류로 추가, 아니면 대분류로 추가
const parent = categories.value.find(
(c) => c.type === form.type && c.parentId == null && c.name === categoryMajor.value,
)
const parentId = parent ? parent.id : null
try {
await accountApi.createCategory({ type: form.type, name, parentId })
await loadCategories()
form.category = name
if (!parentId) categoryMajor.value = name // 새 대분류면 대분류로 선택
cancelAddCategory()
} catch (e) {
if (e.response?.status === 409) {
// 이미 있는 분류면 그대로 선택
form.category = name
syncCategoryMajor()
cancelAddCategory()
} else {
alert(e.response?.data?.message || '분류 추가에 실패했습니다.')
}
} finally {
catSubmitting.value = false
}
}
// 구분(수입/지출/이체) 변경 시 분류 초기화 // 구분(수입/지출/이체) 변경 시 분류 초기화
function onTypeChange() { function onTypeChange() {
form.category = '' form.category = ''
categoryMajor.value = ''
} }
// 태그 (태그 관리에 등록된 태그 선택) // 태그 (태그 관리에 등록된 태그 선택)
@@ -562,8 +472,6 @@ function openCreate() {
editingPending.value = false editingPending.value = false
Object.assign(form, { entryDate: todayStr(), type: 'EXPENSE', category: '', amount: null, memo: '', walletKind: 'BANK', walletId: '', toWalletKind: '', toWalletId: '', principal: null, interest: null, annualFee: null, installmentMonths: '', currency: 'KRW', foreignAmount: null, rate: null }) Object.assign(form, { entryDate: todayStr(), type: 'EXPENSE', category: '', amount: null, memo: '', walletKind: 'BANK', walletId: '', toWalletKind: '', toWalletId: '', principal: null, interest: null, annualFee: null, installmentMonths: '', currency: 'KRW', foreignAmount: null, rate: null })
selectedTagIds.value = [] selectedTagIds.value = []
syncCategoryMajor()
cancelAddCategory()
formError.value = null formError.value = null
formInfo.value = '' formInfo.value = ''
formOpen.value = true formOpen.value = true
@@ -597,8 +505,6 @@ function openEdit(e) {
const nameToId = {} const nameToId = {}
tagOptions.value.forEach((t) => (nameToId[t.name] = t.id)) tagOptions.value.forEach((t) => (nameToId[t.name] = t.id))
selectedTagIds.value = (e.tags || []).map((n) => nameToId[n]).filter(Boolean) selectedTagIds.value = (e.tags || []).map((n) => nameToId[n]).filter(Boolean)
syncCategoryMajor()
cancelAddCategory()
pasteDetected.value = null pasteDetected.value = null
pasteModalOpen.value = false pasteModalOpen.value = false
pasteText.value = '' pasteText.value = ''
@@ -1083,7 +989,7 @@ onMounted(async () => {
<!-- 추가/수정 모달 --> <!-- 추가/수정 모달 -->
<Teleport to="body"> <Teleport to="body">
<Transition name="fade"> <Transition name="slide-up">
<div v-if="formOpen" class="modal-backdrop entry-backdrop"> <div v-if="formOpen" class="modal-backdrop entry-backdrop">
<div class="modal entry-modal" role="dialog" aria-modal="true"> <div class="modal entry-modal" role="dialog" aria-modal="true">
<button class="close" type="button" @click="formOpen = false">×</button> <button class="close" type="button" @click="formOpen = false">×</button>
@@ -1121,24 +1027,26 @@ onMounted(async () => {
</div> </div>
<label>거래일<input v-model="form.entryDate" type="date" :disabled="submitting" /></label> <label>거래일<input v-model="form.entryDate" type="date" :disabled="submitting" /></label>
<label>구분 <!-- 구분 배지 -->
<select v-model="form.type" :disabled="submitting" @change="onTypeChange">
<option value="EXPENSE">지출</option>
<option value="INCOME">수입</option>
<option value="TRANSFER">이체</option>
<option value="REPAYMENT">상환/납부</option>
</select>
</label>
<!-- 계좌 종류 먼저 선택(라디오) 해당 종류만 셀렉트에 -->
<div class="field"> <div class="field">
<div class="field-row"> <span class="field-label">구분</span>
<span class="field-label">계좌 종류</span> <div class="type-chips">
<div class="wallet-radios"> <button v-for="t in TYPES" :key="t.value" type="button"
<label v-for="k in WALLET_KINDS" :key="k.value" class="radio"> class="chip" :class="[t.cls, { active: form.type === t.value }]"
<input type="radio" :value="k.value" v-model="form.walletKind" :disabled="submitting" @change="onWalletKindChange" /> :disabled="submitting" @click="form.type = t.value; onTypeChange()">
{{ k.label }} {{ t.label }}
</label> </button>
</div> </div>
</div>
<!-- 계좌 종류 먼저 선택(배지) 해당 종류만 셀렉트에 -->
<div class="field">
<span class="field-label">계좌 종류</span>
<div class="wallet-chips">
<button v-for="k in WALLET_KINDS" :key="k.value" type="button"
class="chip" :class="{ active: form.walletKind === k.value }"
:disabled="submitting" @click="form.walletKind = k.value; onWalletKindChange()">
{{ k.label }}
</button>
</div> </div>
<select v-if="form.walletKind" v-model="form.walletId" :disabled="submitting"> <select v-if="form.walletKind" v-model="form.walletId" :disabled="submitting">
<option value="">{{ form.walletKind === 'CASH' && (form.type === 'INCOME' || form.type === 'EXPENSE') ? '현금 (계좌 미지정)' : (form.type === 'INCOME' || form.type === 'EXPENSE' ? walletKindLabel + ' 선택' : '출금 계좌 선택') }}</option> <option value="">{{ form.walletKind === 'CASH' && (form.type === 'INCOME' || form.type === 'EXPENSE') ? '현금 (계좌 미지정)' : (form.type === 'INCOME' || form.type === 'EXPENSE' ? walletKindLabel + ' 선택' : '출금 계좌 선택') }}</option>
@@ -1157,14 +1065,13 @@ onMounted(async () => {
</label> </label>
<template v-if="form.type === 'TRANSFER'"> <template v-if="form.type === 'TRANSFER'">
<div class="field"> <div class="field">
<div class="field-row"> <span class="field-label">입금 종류</span>
<span class="field-label">입금 종류</span> <div class="wallet-chips">
<div class="wallet-radios"> <button v-for="k in WALLET_KINDS" :key="k.value" type="button"
<label v-for="k in WALLET_KINDS" :key="k.value" class="radio"> class="chip" :class="{ active: form.toWalletKind === k.value }"
<input type="radio" :value="k.value" v-model="form.toWalletKind" :disabled="submitting" @change="onToWalletKindChange" /> :disabled="submitting" @click="form.toWalletKind = k.value; onToWalletKindChange()">
{{ k.label }} {{ k.label }}
</label> </button>
</div>
</div> </div>
<select v-if="form.toWalletKind" v-model="form.toWalletId" :disabled="submitting"> <select v-if="form.toWalletKind" v-model="form.toWalletId" :disabled="submitting">
<option value="">입금 계좌 선택</option> <option value="">입금 계좌 선택</option>
@@ -1217,40 +1124,13 @@ onMounted(async () => {
</template> </template>
<label v-if="form.type === 'INCOME' || form.type === 'EXPENSE'">분류 <label v-if="form.type === 'INCOME' || form.type === 'EXPENSE'">분류
<div v-if="!addingCategory" class="cat-picker"> <CategoryPicker
<!-- 대분류 행별 렌더링: 선택된 대분류가 속한 바로 아래 소분류 삽입 --> v-model="form.category"
<template v-for="(row, rowIdx) in majorRows" :key="rowIdx"> :type="form.type"
<div class="acc-major-grid"> :categories="categories"
<button :disabled="submitting"
v-for="m in row" :key="m.id" @category-added="loadCategories"
type="button" class="acc-chip major" />
:class="{ active: categoryMajor === m.name }"
:disabled="submitting"
@click="onMajorClick(m)"
>{{ m.name }}</button>
</div>
<div v-if="selectedMajorObj && row.some(m => m.id === selectedMajorObj.id) && subsByMajor(selectedMajorObj.id).length" class="acc-sub-grid">
<button
v-for="s in subsByMajor(selectedMajorObj.id)" :key="s.id"
type="button" class="acc-chip sub"
:class="{ active: form.category === s.name }"
:disabled="submitting"
@click="form.category = s.name"
>{{ s.name }}</button>
<button type="button" class="acc-chip add-chip sub-add" :disabled="submitting" @click="startAddSubCategory">+ 소분류</button>
</div>
</template>
<button type="button" class="acc-chip add-chip" :disabled="submitting" @click="startAddMajorCategory">+ 대분류</button>
</div>
<div v-else class="cat-input">
<input
v-model="newCategoryName" type="text"
:placeholder="addingAsMajor ? (form.type === 'EXPENSE' ? '새 지출 대분류' : '새 수입 대분류') : `${categoryMajor} > 새 소분류`"
:disabled="catSubmitting" @keyup.enter.prevent="confirmAddCategory"
/>
<button type="button" class="cat-add-btn primary" :disabled="catSubmitting" @click="confirmAddCategory">확인</button>
<button type="button" class="cat-add-btn" :disabled="catSubmitting" @click="cancelAddCategory">취소</button>
</div>
</label> </label>
<label v-if="!isRepayment" class="amount-label"> <label v-if="!isRepayment" class="amount-label">
금액 금액
@@ -1794,6 +1674,27 @@ button.primary {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
/* 전체화면 내역 모달 슬라이드업 */
.slide-up-enter-active {
transition: background 0.25s ease;
}
.slide-up-leave-active {
transition: background 0.2s ease;
}
.slide-up-enter-from.entry-backdrop,
.slide-up-leave-to.entry-backdrop {
background: rgba(0, 0, 0, 0);
}
.slide-up-enter-active .modal.entry-modal {
transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.slide-up-leave-active .modal.entry-modal {
transition: transform 0.22s cubic-bezier(0.4, 0, 1, 1);
}
.slide-up-enter-from .modal.entry-modal,
.slide-up-leave-to .modal.entry-modal {
transform: translateY(100%);
}
.modal { .modal {
position: relative; position: relative;
width: 100%; width: 100%;
@@ -1942,112 +1843,48 @@ button.primary {
background: var(--color-background-soft); background: var(--color-background-soft);
color: var(--color-text); color: var(--color-text);
} }
/* 계좌 종류 라디오 (라벨+라디오 한 줄, 선택 종류는 셀렉트로 아래) */ /* 배지형 선택 (구분 · 계좌 종류) */
.field { .field {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.3rem; gap: 0.3rem;
} }
.field-row {
display: flex;
align-items: center;
gap: 0.5rem;
}
.field-label { .field-label {
font-size: 0.82rem; font-size: 0.82rem;
flex-shrink: 0; opacity: 0.7;
} }
.wallet-radios { .type-chips,
display: flex; .wallet-chips {
flex: 1;
min-width: 0;
flex-wrap: wrap;
gap: 0.3rem 0.5rem;
}
.wallet-radios .radio {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.15rem;
font-size: 0.82rem;
cursor: pointer;
}
.wallet-radios .radio input {
padding: 0;
width: auto;
margin: 0;
}
.cat-input {
display: flex;
gap: 0.4rem;
}
.cat-input input {
flex: 1;
min-width: 0;
}
.cat-add-btn {
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
white-space: nowrap;
flex-shrink: 0;
}
.cat-add-btn.primary {
border-color: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1);
}
/* 분류 칩 그리드 */
.cat-picker {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.acc-major-grid,
.acc-sub-grid {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.35rem; gap: 0.35rem;
} }
.acc-sub-grid { .chip {
padding: 0.4rem; padding: 0.28rem 0.75rem;
border-radius: 6px; border: 1.5px solid var(--color-border);
border-radius: 100px;
background: var(--color-background-soft); background: var(--color-background-soft);
}
.acc-chip {
flex: 1 1 calc(25% - 0.35rem);
min-width: 0;
padding: 0.38rem 0.4rem;
border: 1px solid var(--color-border);
border-radius: 6px;
background: transparent;
cursor: pointer;
font-size: 0.82rem;
color: var(--color-text); color: var(--color-text);
text-align: center; font-size: 0.82rem;
white-space: nowrap; font-weight: 500;
overflow: hidden; cursor: pointer;
text-overflow: ellipsis; line-height: 1.4;
transition: border-color 0.12s, background 0.12s, color 0.12s;
} }
.acc-chip.major.active { .chip:disabled {
opacity: 0.45;
cursor: not-allowed;
}
/* 구분 배지 active 색상 */
.chip-expense.active { border-color: #c0392b; background: #c0392b; color: #fff; }
.chip-income.active { border-color: #2e7d32; background: #2e7d32; color: #fff; }
.chip-transfer.active { border-color: #1565c0; background: #1565c0; color: #fff; }
.chip-repay.active { border-color: #6a1fa2; background: #6a1fa2; color: #fff; }
/* 계좌 종류 배지 active 색상 */
.wallet-chips .chip.active {
border-color: hsla(160, 100%, 37%, 1); border-color: hsla(160, 100%, 37%, 1);
background: hsla(160, 100%, 37%, 0.1); background: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1); color: #fff;
font-weight: 600;
}
.acc-chip.sub {
background: var(--color-background);
}
.acc-chip.sub.active {
border-color: hsla(160, 100%, 37%, 1);
background: hsla(160, 100%, 37%, 0.1);
color: hsla(160, 100%, 37%, 1);
font-weight: 600;
}
.acc-chip.add-chip {
opacity: 0.55;
border-style: dashed;
}
.acc-chip.add-chip.sub-add {
flex: 0 0 auto;
} }
.loan-breakdown { .loan-breakdown {
display: flex; display: flex;
+117 -117
View File
@@ -4,6 +4,7 @@ import Sortable from 'sortablejs'
import { accountApi } from '@/api/accountApi' import { accountApi } from '@/api/accountApi'
import { useDialog } from '@/composables/dialog' import { useDialog } from '@/composables/dialog'
import IconBtn from '@/components/ui/IconBtn.vue' import IconBtn from '@/components/ui/IconBtn.vue'
import AppModal from '@/components/ui/AppModal.vue'
const dialog = useDialog() const dialog = useDialog()
@@ -12,8 +13,19 @@ const TABS = [
{ key: 'CASH', label: '현금' }, { key: 'CASH', label: '현금' },
{ key: 'CARD', label: '신용/체크카드' }, { key: 'CARD', label: '신용/체크카드' },
{ key: 'LOAN', label: '대출' }, { key: 'LOAN', label: '대출' },
{ key: 'MINUS', label: '마이너스통장' },
{ key: 'INVEST', label: '투자' }, { key: 'INVEST', label: '투자' },
] ]
const CARD_TYPES = [
{ value: 'CREDIT', label: '신용카드' },
{ value: 'CHECK', label: '체크카드' },
]
const LOAN_METHODS = [
{ value: 'EQUAL_PAYMENT', label: '원리금균등' },
{ value: 'EQUAL_PRINCIPAL', label: '원금균등' },
{ value: 'BULLET', label: '만기일시' },
{ value: '', label: '선택안함' },
]
const wallets = ref([]) const wallets = ref([])
const networth = ref({ totalAssets: 0, totalLiabilities: 0, netWorth: 0 }) const networth = ref({ totalAssets: 0, totalLiabilities: 0, netWorth: 0 })
@@ -85,7 +97,7 @@ function shiftMonth(w, delta) {
entryMonth[w.id] = ms[j] entryMonth[w.id] = ms[j]
} }
const isLiability = (t) => t === 'CARD' || t === 'LOAN' const isLiability = (t) => t === 'CARD' || t === 'LOAN' || t === 'MINUS'
// 현재 탭(activeType)의 계좌 — 드래그 정렬 대상 (백엔드가 sort_order 순 정렬) // 현재 탭(activeType)의 계좌 — 드래그 정렬 대상 (백엔드가 sort_order 순 정렬)
const rows = ref([]) const rows = ref([])
@@ -160,7 +172,7 @@ function entryDesc(e, w) {
if (e.type === 'TRANSFER') { if (e.type === 'TRANSFER') {
if (e.toWalletId === w.id) { if (e.toWalletId === w.id) {
// 이 계좌로 들어온 이체: 부채는 상환/납부, 그 외(은행·투자)는 입금 // 이 계좌로 들어온 이체: 부채는 상환/납부, 그 외(은행·투자)는 입금
const inLabel = w.type === 'CARD' || w.type === 'LOAN' ? '상환/납부' : '입금' const inLabel = w.type === 'CARD' || w.type === 'LOAN' || w.type === 'MINUS' ? '상환/납부' : '입금'
return `${inLabel}${e.walletName || '계좌'}${m}` return `${inLabel}${e.walletName || '계좌'}${m}`
} }
return `이체 → ${e.toWalletName || '계좌'}${m}` return `이체 → ${e.toWalletName || '계좌'}${m}`
@@ -199,10 +211,14 @@ function toggleReveal(id) {
revealedAccts.value = s revealedAccts.value = s
} }
function issuerLabel(t) { function issuerLabel(t) {
return t === 'BANK' ? '은행명' : t === 'CARD' ? '카드사' : t === 'INVEST' ? '증권사' : '대출기관' return t === 'BANK' || t === 'MINUS' ? '은행명' : t === 'CARD' ? '카드사' : t === 'INVEST' ? '증권사' : '대출기관'
} }
function openingLabel(t) { function openingLabel(t) {
return t === 'BANK' || t === 'CASH' ? '초기 잔액' : t === 'CARD' ? '초기 미결제 금액' : t === 'INVEST' ? '투자금(투입원금)' : '기록 시작 시 잔액' if (t === 'BANK' || t === 'CASH') return '초기 잔액'
if (t === 'CARD') return '초기 미결제 금액'
if (t === 'INVEST') return '투자금(투입원금)'
if (t === 'MINUS') return '기록 시작 시 사용 잔액'
return '기록 시작 시 잔액'
} }
// 투자 수익률(%) — 투입원금 대비 평가손익 // 투자 수익률(%) — 투입원금 대비 평가손익
function returnPct(w) { function returnPct(w) {
@@ -378,7 +394,7 @@ onBeforeUnmount(() => sortable?.destroy())
</div> </div>
<span class="sub"> <span class="sub">
{{ w.issuer }} {{ w.issuer }}
<template v-if="w.type === 'BANK' && w.accountNumber"> <template v-if="(w.type === 'BANK' || w.type === 'MINUS') && w.accountNumber">
· {{ revealedAccts.has(w.id) ? w.accountNumber : maskAccount(w.accountNumber) }} · {{ revealedAccts.has(w.id) ? w.accountNumber : maskAccount(w.accountNumber) }}
<button <button
type="button" class="acct-eye" type="button" class="acct-eye"
@@ -453,78 +469,75 @@ onBeforeUnmount(() => sortable?.destroy())
<div v-if="!loading && !rows.length" class="empty-state"> <div v-if="!loading && !rows.length" class="empty-state">
<p class="empty-emoji">🏦</p> <p class="empty-emoji">🏦</p>
<p class="empty-title">아직 등록된 계좌가 없어요</p> <p class="empty-title">아직 등록된 계좌가 없어요</p>
<p class="empty-desc">은행·카드·현금·대출·투자를 추가해보세요.</p> <p class="empty-desc">은행·카드·현금·대출·마이너스통장·투자를 추가해보세요.</p>
<button type="button" class="empty-cta" @click="openCreate"> 계좌 추가</button> <button type="button" class="empty-cta" @click="openCreate"> 계좌 추가</button>
</div> </div>
<!-- 추가/수정 모달 --> <!-- 추가/수정 모달 -->
<Teleport to="body"> <AppModal v-model="formOpen" :title="`${TABS.find((t) => t.key === form.type)?.label} ${editId ? '수정' : '추가'}`">
<Transition name="fade"> <form class="wallet-form" @submit.prevent="submit">
<div v-if="formOpen" class="modal-backdrop" @click.self="formOpen = false"> <label>이름(별칭)<input v-model="form.name" type="text" placeholder="예: 월급통장 / 메인카드 / 신용대출" :disabled="submitting" /></label>
<div class="modal" role="dialog" aria-modal="true"> <label v-if="form.type !== 'CASH'">{{ issuerLabel(form.type) }}<input v-model="form.issuer" type="text" :disabled="submitting" /></label>
<button class="close" type="button" @click="formOpen = false">×</button> <label v-if="form.type === 'BANK' || form.type === 'MINUS'">계좌번호<input v-model="form.accountNumber" type="text" placeholder="(선택)" :disabled="submitting" /></label>
<h2>{{ TABS.find((t) => t.key === form.type)?.label }} {{ editId ? '수정' : '추가' }}</h2> <div v-if="form.type === 'CARD'" class="field">
<span class="field-label">카드 종류</span>
<form class="wallet-form" @submit.prevent="submit"> <div class="chip-group">
<label>이름(별칭)<input v-model="form.name" type="text" placeholder="예: 월급통장 / 메인카드 / 신용대출" :disabled="submitting" /></label> <button
<label v-if="form.type !== 'CASH'">{{ issuerLabel(form.type) }}<input v-model="form.issuer" type="text" :disabled="submitting" /></label> v-for="c in CARD_TYPES" :key="c.value"
<label v-if="form.type === 'BANK'">계좌번호<input v-model="form.accountNumber" type="text" placeholder="(선택)" :disabled="submitting" /></label> type="button" class="chip" :class="{ active: form.cardType === c.value }"
<label v-if="form.type === 'CARD'">카드 종류 :disabled="submitting" @click="form.cardType = c.value"
<select v-model="form.cardType" :disabled="submitting"> >{{ c.label }}</button>
<option value="CREDIT">신용카드</option>
<option value="CHECK">체크카드</option>
</select>
</label>
<label>{{ openingLabel(form.type) }}<input v-model.number="form.openingBalance" type="number" min="0" :disabled="submitting" /></label>
<template v-if="form.type === 'INVEST'">
<label>현재 평가액
<input v-model.number="form.currentValue" type="number" min="0" placeholder="예: 현재 계좌 평가금액" :disabled="submitting" />
</label>
<p class="form-hint">
<b>투자금</b>(투입원금) <b>현재 평가액</b> 입력하면 손익이 자동 계산됩니다. (퇴직연금·연금·증권계좌 공통)<br />
평가액은 <b>수정</b>에서 주기적으로 갱신하세요.
</p>
</template>
<label>기준일<input v-model="form.openingDate" type="date" :disabled="submitting" /></label>
<!-- 대출 전용 -->
<template v-if="form.type === 'LOAN'">
<label>대출 실행 금액(원금)
<input v-model.number="form.loanAmount" type="number" min="0"
placeholder="처음 빌린 금액 (예: 10000000)" :disabled="submitting" />
</label>
<label>연이자율(%)
<input v-model.number="form.loanRate" type="number" min="0" max="100" step="0.01"
placeholder="예: 5.25" :disabled="submitting" />
</label>
<label>상환방식
<select v-model="form.loanMethod" :disabled="submitting">
<option value="">(선택 )</option>
<option value="EQUAL_PAYMENT">원리금균등상환</option>
<option value="EQUAL_PRINCIPAL">원금균등상환</option>
<option value="BULLET">만기일시상환</option>
</select>
</label>
<label>대출기간(개월)
<input v-model.number="form.loanMonths" type="number" min="1"
placeholder="예: 120 (10년)" :disabled="submitting" />
</label>
<label>대출시작일
<input v-model="form.loanStart" type="date" :disabled="submitting" />
</label>
</template>
<p v-if="formError" class="msg error">{{ formError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="formOpen = false" />
<IconBtn icon="save" :title="editId ? '수정' : '등록'" variant="primary" type="submit" :disabled="submitting" />
</div>
</form>
</div> </div>
</div> </div>
</Transition> <label>{{ openingLabel(form.type) }}<input v-model.number="form.openingBalance" type="number" min="0" :disabled="submitting" /></label>
</Teleport> <template v-if="form.type === 'INVEST'">
<label>현재 평가액
<input v-model.number="form.currentValue" type="number" min="0" placeholder="예: 현재 계좌 평가금액" :disabled="submitting" />
</label>
<p class="form-hint">
<b>투자금</b>(투입원금) <b>현재 평가액</b> 입력하면 손익이 자동 계산됩니다. (퇴직연금·연금·증권계좌 공통)<br />
평가액은 <b>수정</b>에서 주기적으로 갱신하세요.
</p>
</template>
<label>기준일<input v-model="form.openingDate" type="date" :disabled="submitting" /></label>
<!-- 대출 전용 -->
<template v-if="form.type === 'LOAN'">
<label>대출 실행 금액(원금)
<input v-model.number="form.loanAmount" type="number" min="0"
placeholder="처음 빌린 금액 (예: 10000000)" :disabled="submitting" />
</label>
<label>연이자율(%)
<input v-model.number="form.loanRate" type="number" min="0" max="100" step="0.01"
placeholder="예: 5.25" :disabled="submitting" />
</label>
<div class="field">
<span class="field-label">상환방식</span>
<div class="chip-group">
<button
v-for="m in LOAN_METHODS" :key="m.value"
type="button" class="chip" :class="{ active: form.loanMethod === m.value }"
:disabled="submitting" @click="form.loanMethod = m.value"
>{{ m.label }}</button>
</div>
</div>
<label>대출기간(개월)
<input v-model.number="form.loanMonths" type="number" min="1"
placeholder="예: 120 (10년)" :disabled="submitting" />
</label>
<label>대출시작일
<input v-model="form.loanStart" type="date" :disabled="submitting" />
</label>
</template>
<p v-if="formError" class="msg error">{{ formError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="formOpen = false" />
<IconBtn icon="save" :title="editId ? '수정' : '등록'" variant="primary" type="submit" :disabled="submitting" />
</div>
</form>
</AppModal>
</section> </section>
</template> </template>
@@ -893,43 +906,6 @@ button.primary {
color: #c0392b; color: #c0392b;
} }
/* 모달 */
.modal-backdrop {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
padding: 1rem;
}
.modal {
position: relative;
width: 100%;
max-width: 360px;
padding: 1.75rem 1.5rem 1.5rem;
background: var(--color-background);
border: 1px solid var(--color-border);
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal .close {
position: absolute;
top: 0.5rem;
right: 0.6rem;
width: 2rem;
height: 2rem;
border: 0;
background: transparent;
font-size: 1.5rem;
line-height: 1;
}
.modal h2 {
margin-bottom: 1rem;
font-size: 1.2rem;
text-align: center;
}
.wallet-form { .wallet-form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -949,21 +925,45 @@ button.primary {
background: var(--color-background-soft); background: var(--color-background-soft);
color: var(--color-text); color: var(--color-text);
} }
/* 배지형 선택 */
.field {
display: flex;
flex-direction: column;
gap: 0.3rem;
}
.field-label {
font-size: 0.82rem;
opacity: 0.7;
}
.chip-group {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}
.chip {
padding: 0.28rem 0.75rem;
border: 1.5px solid var(--color-border);
border-radius: 100px;
background: var(--color-background-soft);
color: var(--color-text);
font-size: 0.82rem;
font-weight: 500;
cursor: pointer;
line-height: 1.4;
transition: border-color 0.12s, background 0.12s, color 0.12s;
}
.chip:disabled { opacity: 0.45; cursor: not-allowed; }
.chip.active {
border-color: hsla(160, 100%, 37%, 1);
background: hsla(160, 100%, 37%, 1);
color: #fff;
}
.buttons { .buttons {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
gap: 0.5rem; gap: 0.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.18s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
@media (max-width: 768px) { @media (max-width: 768px) {
.wallet { .wallet {
max-width: 100%; max-width: 100%;
+322 -129
View File
@@ -3,6 +3,8 @@ import { computed, onMounted, reactive, ref } from 'vue'
import { accountApi } from '@/api/accountApi' import { accountApi } from '@/api/accountApi'
import { useDialog } from '@/composables/dialog' import { useDialog } from '@/composables/dialog'
import IconBtn from '@/components/ui/IconBtn.vue' import IconBtn from '@/components/ui/IconBtn.vue'
import AppModal from '@/components/ui/AppModal.vue'
import CategoryPicker from '@/components/ui/CategoryPicker.vue'
const dialog = useDialog() const dialog = useDialog()
@@ -39,26 +41,6 @@ async function loadCategories() {
categories.value = [] categories.value = []
} }
} }
const categoryOptions = computed(() => {
const names = categories.value.filter((c) => c.type === 'EXPENSE').map((c) => c.name)
if (form.category && !names.includes(form.category)) names.unshift(form.category)
return names
})
// 대분류로 그룹핑 (소분류=optgroup 옵션 / 자식없는 대분류=단독 옵션)
const categoryGroups = computed(() => {
const list = categories.value.filter((c) => c.type === 'EXPENSE')
const groups = []
if (form.category && !list.some((c) => c.name === form.category)) {
groups.push({ key: '_cur', label: null, options: [form.category] })
}
for (const m of list.filter((c) => c.parentId == null)) {
const children = list.filter((c) => c.parentId === m.id)
if (children.length) groups.push({ key: 'g' + m.id, label: m.name, options: children.map((c) => c.name) })
else groups.push({ key: 'i' + m.id, label: null, options: [m.name] })
}
return groups
})
const periodLabel = computed(() => `${year.value}${String(month.value).padStart(2, '0')}`) const periodLabel = computed(() => `${year.value}${String(month.value).padStart(2, '0')}`)
function won(n) { function won(n) {
@@ -273,10 +255,97 @@ async function remove(s) {
} }
} }
// ===== 1회성 예산 =====
const onetimes = ref([])
const onetimeFormOpen = ref(false)
const onetimeEditId = ref(null)
const onetimeForm = reactive({ title: '', category: '', amount: null, startDate: '', endDate: '' })
const onetimeSubmitting = ref(false)
const onetimeFormError = ref(null)
function todayStr() {
const d = new Date()
return `${d.getFullYear()}-${String(d.getMonth() + 1).padStart(2, '0')}-${String(d.getDate()).padStart(2, '0')}`
}
async function loadOnetime() {
try { onetimes.value = await accountApi.onetimeBudgets() }
catch { onetimes.value = [] }
}
function statusLabel(s) {
return s === 'UPCOMING' ? '예정' : s === 'ACTIVE' ? '진행' : '종료'
}
function onetimeRatio(o) {
if (!o.amount) return 0
return Math.min(Math.round((o.spent / o.amount) * 100), 999)
}
function onetimeBarClass(o) {
const r = o.amount ? o.spent / o.amount : 0
return r >= 1 ? 'over' : r >= 0.8 ? 'warn' : 'ok'
}
function openOnetimeCreate() {
onetimeEditId.value = null
Object.assign(onetimeForm, { title: '', category: '', amount: null, startDate: todayStr(), endDate: '' })
onetimeFormError.value = null
onetimeFormOpen.value = true
}
function openOnetimeEdit(o) {
onetimeEditId.value = o.id
Object.assign(onetimeForm, {
title: o.title,
category: o.category || '',
amount: o.amount,
startDate: o.startDate,
endDate: o.endDate,
})
onetimeFormError.value = null
onetimeFormOpen.value = true
}
async function submitOnetime() {
onetimeFormError.value = null
if (!onetimeForm.title.trim()) { onetimeFormError.value = '제목을 입력하세요.'; return }
if (!onetimeForm.amount || onetimeForm.amount <= 0) { onetimeFormError.value = '금액을 입력하세요.'; return }
if (!onetimeForm.startDate) { onetimeFormError.value = '시작일을 입력하세요.'; return }
if (!onetimeForm.endDate) { onetimeFormError.value = '종료일을 입력하세요.'; return }
if (onetimeForm.startDate > onetimeForm.endDate) { onetimeFormError.value = '종료일이 시작일보다 빠를 수 없습니다.'; return }
const payload = {
title: onetimeForm.title.trim(),
category: onetimeForm.category || null,
amount: Number(onetimeForm.amount),
startDate: onetimeForm.startDate,
endDate: onetimeForm.endDate,
}
onetimeSubmitting.value = true
try {
if (onetimeEditId.value) await accountApi.updateOnetimeBudget(onetimeEditId.value, payload)
else await accountApi.createOnetimeBudget(payload)
onetimeFormOpen.value = false
await loadOnetime()
} catch (e) {
onetimeFormError.value = e.response?.data?.message || '저장에 실패했습니다.'
} finally {
onetimeSubmitting.value = false
}
}
async function removeOnetime(o) {
if (!(await dialog.confirm(`'${o.title}' 1회성 예산을 삭제할까요?`, { title: '삭제', danger: true }))) return
try {
await accountApi.removeOnetimeBudget(o.id)
await loadOnetime()
} catch (e) {
alert(e.response?.data?.message || '삭제에 실패했습니다.')
}
}
onMounted(() => { onMounted(() => {
load() load()
loadCategories() loadCategories()
loadIncome() loadIncome()
loadOnetime()
}) })
</script> </script>
@@ -349,70 +418,126 @@ onMounted(() => {
</ul> </ul>
<p v-else-if="!loading" class="msg">설정된 예산이 없습니다. "예산 추가" 시작하세요.</p> <p v-else-if="!loading" class="msg">설정된 예산이 없습니다. "예산 추가" 시작하세요.</p>
<!-- 추가/수정 모달 --> <!-- 1회성 예산 섹션 -->
<Teleport to="body"> <div class="onetime-section">
<Transition name="fade"> <div class="onetime-header">
<div v-if="formOpen" class="modal-backdrop" @click.self="formOpen = false"> <span class="onetime-title">1회성 예산</span>
<div class="modal" role="dialog" aria-modal="true"> <IconBtn icon="plus" title="1회성 예산 추가" variant="primary" size="sm" @click="openOnetimeCreate" />
<button class="close" type="button" @click="formOpen = false">×</button> </div>
<h2>예산 {{ editId ? '수정' : '추가' }}</h2>
<form class="budget-form" @submit.prevent="submit"> <ul v-if="onetimes.length" class="onetime-list">
<label>카테고리 <li v-for="o in onetimes" :key="o.id" class="onetime-row">
<select v-model="form.category" :disabled="submitting"> <div class="ot-top">
<option value="">(선택)</option> <span class="ot-name">{{ o.title }}</span>
<template v-for="g in categoryGroups" :key="g.key"> <span class="ot-status" :class="o.status.toLowerCase()">{{ statusLabel(o.status) }}</span>
<optgroup v-if="g.label" :label="g.label"> <span class="ot-amounts">
<option v-for="n in g.options" :key="n" :value="n">{{ n }}</option> <span :class="o.remaining < 0 ? 'neg' : ''">{{ won(o.spent) }}</span>
</optgroup> <span class="ot-sep">/</span>
<template v-else> {{ won(o.amount) }}
<option v-for="n in g.options" :key="n" :value="n">{{ n }}</option> </span>
</template> </div>
</template> <div class="bar">
</select> <div class="bar-fill" :class="onetimeBarClass(o)" :style="{ width: Math.min(onetimeRatio(o), 100) + '%' }"></div>
</label> </div>
<div class="ot-bottom">
<span class="ot-date">{{ o.startDate }} ~ {{ o.endDate }}</span>
<span v-if="o.category" class="ot-cat">{{ o.category }}</span>
<span class="ot-remain" :class="o.remaining < 0 ? 'neg' : ''">
{{ o.remaining >= 0 ? `잔여 ${won(o.remaining)}` : `초과 ${won(-o.remaining)}` }}
</span>
<span class="acts">
<IconBtn icon="edit" title="수정" size="sm" @click="openOnetimeEdit(o)" />
<IconBtn icon="trash" title="삭제" variant="danger" size="sm" @click="removeOnetime(o)" />
</span>
</div>
</li>
</ul>
<p v-else class="msg ot-empty">등록된 1회성 예산이 없습니다.</p>
</div>
<div class="mode"> <!-- 1회성 예산 추가/수정 모달 -->
<label class="radio"><input type="radio" :value="false" v-model="form.fixed" /> 비고정(기간별 직접)</label> <AppModal v-model="onetimeFormOpen" :title="`1회성 예산 ${onetimeEditId ? '수정' : '추가'}`">
<label class="radio"><input type="radio" :value="true" v-model="form.fixed" /> 고정(자동 환산)</label> <form class="budget-form" @submit.prevent="submitOnetime">
</div> <label>제목<input v-model="onetimeForm.title" type="text" placeholder="예: 7월 여행, 추석 준비" :disabled="onetimeSubmitting" /></label>
<div class="field">
<span class="field-label">카테고리 <span class="field-hint">(선택 비우면 전체 지출)</span></span>
<CategoryPicker
v-model="onetimeForm.category"
type="EXPENSE"
:categories="categories"
:disabled="onetimeSubmitting"
@category-added="loadCategories"
/>
</div>
<label>예산 금액<input v-model.number="onetimeForm.amount" type="number" min="1" placeholder="원" :disabled="onetimeSubmitting" /></label>
<div class="date-range">
<label>시작일<input v-model="onetimeForm.startDate" type="date" :disabled="onetimeSubmitting" /></label>
<span class="range-sep">~</span>
<label>종료일<input v-model="onetimeForm.endDate" type="date" :disabled="onetimeSubmitting" /></label>
</div>
<p v-if="onetimeFormError" class="msg error">{{ onetimeFormError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="onetimeFormOpen = false" />
<IconBtn icon="save" :title="onetimeEditId ? '수정' : '등록'" variant="primary" type="submit" :disabled="onetimeSubmitting" />
</div>
</form>
</AppModal>
<!-- 고정 --> <!-- 추가/수정 모달 (월별) -->
<template v-if="form.fixed"> <AppModal v-model="formOpen" :title="`예산 ${editId ? '수정' : '추가'}`">
<div class="fixed-base"> <form class="budget-form" @submit.prevent="submit">
<select v-model="form.baseUnit" :disabled="submitting"> <div class="field">
<option value="DAY"></option> <span class="field-label">카테고리</span>
<option value="WEEK"></option> <CategoryPicker
<option value="MONTH"></option> v-model="form.category"
</select> type="EXPENSE"
<input v-model.number="form.baseAmount" type="number" min="0" placeholder="기준 금액(원)" :disabled="submitting" /> :categories="categories"
</div> :disabled="submitting"
<p v-if="fixedPreview" class="preview"> @category-added="loadCategories"
환산 {{ won(fixedPreview.weekly) }} · {{ won(fixedPreview.monthly) }} · {{ won(fixedPreview.yearly) }} />
<span class="note">(이번 {{ daysInMonth(year, month) }} / 올해 {{ daysInYear(year) }} 기준)</span> </div>
</p>
</template>
<!-- 비고정 --> <div class="field">
<template v-else> <span class="field-label">예산 방식</span>
<label> 예산<input v-model.number="form.daily" type="number" min="0" placeholder="원" :disabled="submitting" /></label> <div class="chip-group">
<label> 예산<input v-model.number="form.weekly" type="number" min="0" placeholder="원" :disabled="submitting" /></label> <button type="button" class="chip" :class="{ active: !form.fixed }" :disabled="submitting" @click="form.fixed = false">비고정 (기간별 직접)</button>
<label> 예산<input v-model.number="form.monthly" type="number" min="0" placeholder="원" :disabled="submitting" /></label> <button type="button" class="chip" :class="{ active: form.fixed }" :disabled="submitting" @click="form.fixed = true">고정 (자동 환산)</button>
<label> 예산<input v-model.number="form.yearly" type="number" min="0" placeholder="원" :disabled="submitting" /></label>
<p class="note">예산 대비 지출은 '월 예산' 기준으로 비교됩니다.</p>
</template>
<p v-if="formError" class="msg error">{{ formError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="formOpen = false" />
<IconBtn icon="save" :title="editId ? '수정' : '등록'" variant="primary" type="submit" :disabled="submitting" />
</div>
</form>
</div> </div>
</div> </div>
</Transition>
</Teleport> <!-- 고정 -->
<template v-if="form.fixed">
<div class="fixed-base">
<select v-model="form.baseUnit" :disabled="submitting">
<option value="DAY"></option>
<option value="WEEK"></option>
<option value="MONTH"></option>
</select>
<input v-model.number="form.baseAmount" type="number" min="0" placeholder="기준 금액(원)" :disabled="submitting" />
</div>
<p v-if="fixedPreview" class="preview">
환산 {{ won(fixedPreview.weekly) }} · {{ won(fixedPreview.monthly) }} · {{ won(fixedPreview.yearly) }}
<span class="note">(이번 {{ daysInMonth(year, month) }} / 올해 {{ daysInYear(year) }} 기준)</span>
</p>
</template>
<!-- 비고정 -->
<template v-else>
<label> 예산<input v-model.number="form.daily" type="number" min="0" placeholder="원" :disabled="submitting" /></label>
<label> 예산<input v-model.number="form.weekly" type="number" min="0" placeholder="원" :disabled="submitting" /></label>
<label> 예산<input v-model.number="form.monthly" type="number" min="0" placeholder="원" :disabled="submitting" /></label>
<label> 예산<input v-model.number="form.yearly" type="number" min="0" placeholder="원" :disabled="submitting" /></label>
<p class="note">예산 대비 지출은 '월 예산' 기준으로 비교됩니다.</p>
</template>
<p v-if="formError" class="msg error">{{ formError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="formOpen = false" />
<IconBtn icon="save" :title="editId ? '수정' : '등록'" variant="primary" type="submit" :disabled="submitting" />
</div>
</form>
</AppModal>
</section> </section>
</template> </template>
@@ -647,43 +772,6 @@ button.primary {
color: #c0392b; color: #c0392b;
} }
/* 모달 */
.modal-backdrop {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
padding: 1rem;
}
.modal {
position: relative;
width: 100%;
max-width: 380px;
padding: 1.75rem 1.5rem 1.5rem;
background: var(--color-background);
border: 1px solid var(--color-border);
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal .close {
position: absolute;
top: 0.5rem;
right: 0.6rem;
width: 2rem;
height: 2rem;
border: 0;
background: transparent;
font-size: 1.5rem;
line-height: 1;
}
.modal h2 {
margin-bottom: 1rem;
font-size: 1.2rem;
text-align: center;
}
.budget-form { .budget-form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -703,17 +791,42 @@ button.primary {
background: var(--color-background-soft); background: var(--color-background-soft);
color: var(--color-text); color: var(--color-text);
} }
.mode { /* 배지형 선택 */
.field {
display: flex; display: flex;
gap: 1rem; flex-direction: column;
font-size: 0.85rem; gap: 0.3rem;
padding: 0.25rem 0;
} }
.radio { .field-label {
flex-direction: row !important; font-size: 0.82rem;
align-items: center; opacity: 0.7;
gap: 0.3rem !important; }
.field-hint {
font-size: 0.75rem;
opacity: 0.7;
}
.chip-group {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}
.chip {
padding: 0.28rem 0.75rem;
border: 1.5px solid var(--color-border);
border-radius: 100px;
background: var(--color-background-soft);
color: var(--color-text);
font-size: 0.82rem;
font-weight: 500;
cursor: pointer; cursor: pointer;
line-height: 1.4;
transition: border-color 0.12s, background 0.12s, color 0.12s;
}
.chip:disabled { opacity: 0.45; cursor: not-allowed; }
.chip.active {
border-color: hsla(160, 100%, 37%, 1);
background: hsla(160, 100%, 37%, 1);
color: #fff;
} }
.fixed-base { .fixed-base {
display: flex; display: flex;
@@ -741,12 +854,92 @@ button.primary {
gap: 0.5rem; gap: 0.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.fade-enter-active, /* 1회성 예산 */
.fade-leave-active { .onetime-section {
transition: opacity 0.18s ease; margin-top: 2rem;
border-top: 2px solid var(--color-border);
padding-top: 1.25rem;
} }
.fade-enter-from, .onetime-header {
.fade-leave-to { display: flex;
opacity: 0; align-items: center;
justify-content: space-between;
margin-bottom: 1rem;
}
.onetime-title {
font-size: 1rem;
font-weight: 700;
}
.onetime-list {
list-style: none;
padding: 0;
margin: 0;
}
.onetime-row {
padding: 0.85rem 0;
border-bottom: 1px solid var(--color-border);
}
.ot-top {
display: flex;
align-items: baseline;
gap: 0.5rem;
margin-bottom: 0.4rem;
}
.ot-name {
font-weight: 600;
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ot-status {
font-size: 0.7rem;
border-radius: 3px;
padding: 0.05rem 0.35rem;
border: 1px solid;
white-space: nowrap;
}
.ot-status.active { color: #2e7d32; border-color: #2e7d32; }
.ot-status.upcoming { color: #1565c0; border-color: #1565c0; }
.ot-status.ended { opacity: 0.5; }
.ot-amounts {
font-size: 0.9rem;
white-space: nowrap;
}
.ot-amounts .neg { color: #c0392b; font-weight: 600; }
.ot-sep { opacity: 0.5; margin: 0 0.2rem; }
.ot-bottom {
display: flex;
align-items: center;
gap: 0.6rem;
margin-top: 0.35rem;
font-size: 0.8rem;
flex-wrap: wrap;
}
.ot-date { opacity: 0.65; }
.ot-cat {
background: var(--color-background-mute);
border-radius: 3px;
padding: 0.05rem 0.35rem;
font-size: 0.75rem;
}
.ot-remain { opacity: 0.85; }
.ot-remain.neg { color: #c0392b; opacity: 1; }
.ot-empty { opacity: 0.6; }
/* 날짜 범위 입력 */
.date-range {
display: flex;
align-items: flex-end;
gap: 0.4rem;
}
.date-range label {
flex: 1;
}
.range-sep {
padding-bottom: 0.55rem;
opacity: 0.6;
font-size: 0.9rem;
} }
</style> </style>
+115 -372
View File
@@ -1,19 +1,23 @@
<script setup> <script setup>
import { computed, onBeforeUnmount, onMounted, reactive, ref, watch, nextTick } from 'vue' import { computed, onMounted, reactive, ref, watch } from 'vue'
import Sortable from 'sortablejs'
import { accountApi } from '@/api/accountApi' import { accountApi } from '@/api/accountApi'
import IconBtn from '@/components/ui/IconBtn.vue' import IconBtn from '@/components/ui/IconBtn.vue'
import CategoryPicker from '@/components/ui/CategoryPicker.vue'
const categories = ref([]) const categories = ref([])
const rows = ref([]) // (activeType)
const loading = ref(false) const loading = ref(false)
const error = ref(null) const error = ref(null)
const activeType = ref('EXPENSE') // EXPENSE / INCOME const activeType = ref('EXPENSE')
const newName = ref('') const reorderMode = ref(false)
const newParent = ref('') // ('' = )
// ( confirm PC 'sb_pt' ) function toggleReorder() {
reorderMode.value = !reorderMode.value
}
//
watch(activeType, () => { reorderMode.value = false })
//
const confirmState = reactive({ open: false, title: '', message: '', onOk: null }) const confirmState = reactive({ open: false, title: '', message: '', onOk: null })
function askConfirm(title, message, onOk) { function askConfirm(title, message, onOk) {
confirmState.title = title confirmState.title = title
@@ -26,22 +30,12 @@ function confirmOk() {
confirmState.open = false confirmState.open = false
if (fn) fn() if (fn) fn()
} }
// alert
function showError(e, fallback) { function showError(e, fallback) {
error.value = e.response?.data?.message || fallback error.value = e.response?.data?.message || fallback
} }
// categories/activeType ( sort_order ) const hasCategories = computed(() =>
function syncRows() { categories.value.some((c) => c.type === activeType.value)
rows.value = categories.value.filter((c) => c.type === activeType.value)
}
watch([categories, activeType], syncRows, { immediate: true })
// (parent )
const majors = computed(() => rows.value.filter((c) => c.parentId == null))
// (major/children row v-model )
const tree = computed(() =>
majors.value.map((m) => ({ major: m, children: rows.value.filter((c) => c.parentId === m.id) })),
) )
async function load() { async function load() {
@@ -55,111 +49,45 @@ async function load() {
loading.value = false loading.value = false
} }
} }
async function reload() {
await load()
await nextTick()
initSortable()
}
// ===== ( / ) ===== async function onRename(cat, newName) {
// : , '' .
const majorListEl = ref(null)
const reorderMode = ref(false)
let sortables = []
function destroySortables() {
sortables.forEach((s) => s.destroy())
sortables = []
}
function toggleReorder() {
reorderMode.value = !reorderMode.value
nextTick(() => initSortable()) // , destroy early-return
}
function initSortable() {
destroySortables()
if (!majorListEl.value || !reorderMode.value) return
//
sortables.push(
Sortable.create(majorListEl.value, {
handle: '.major-handle',
draggable: '.major-block',
animation: 150,
onEnd: () => {
const ids = [...majorListEl.value.querySelectorAll(':scope > .major-block')].map((li) => Number(li.dataset.id))
persistOrder(ids)
},
}),
)
// group
majorListEl.value.querySelectorAll('.sub-list').forEach((ul) => {
sortables.push(
Sortable.create(ul, {
handle: '.sub-handle',
draggable: '.sub-item',
group: 'sub-' + ul.dataset.parent,
animation: 150,
onEnd: () => {
const ids = [...ul.querySelectorAll(':scope > .sub-item')].map((li) => Number(li.dataset.id))
if (ids.length) persistOrder(ids)
},
}),
)
})
}
// ( )
function reorderLocal(ids) {
const idSet = new Set(ids)
const moved = ids.map((id) => categories.value.find((c) => c.id === id)).filter(Boolean)
let k = 0
categories.value = categories.value.map((c) => (idSet.has(c.id) ? moved[k++] : c))
syncRows()
}
async function persistOrder(ids) {
reorderLocal(ids)
try {
await accountApi.reorderCategories(activeType.value, ids)
} catch (e) {
showError(e, '순서 저장에 실패했습니다.')
}
await reload()
}
async function addCategory() {
const name = newName.value.trim()
if (!name) return
error.value = null error.value = null
try { try {
await accountApi.createCategory({ type: activeType.value, name, parentId: newParent.value || null }) await accountApi.updateCategory(cat.id, { type: cat.type, name: newName, parentId: cat.parentId || null })
newName.value = '' await load()
await reload()
} catch (e) {
showError(e, '추가에 실패했습니다.')
}
}
async function saveCategory(c) {
const name = (c.name || '').trim()
if (!name) return
error.value = null
try {
// parentId ( )
await accountApi.updateCategory(c.id, { type: c.type, name, parentId: c.parentId || null })
await reload()
} catch (e) { } catch (e) {
showError(e, '수정에 실패했습니다.') showError(e, '수정에 실패했습니다.')
} }
} }
function removeCategory(c) { function onDelete(cat) {
askConfirm('분류 삭제', `'${c.name}' 분류를 삭제할까요?\n기존 내역의 분류명은 그대로 유지됩니다.`, async () => { askConfirm(
error.value = null '분류 삭제',
try { `'${cat.name}' 분류를 삭제할까요?\n기존 내역의 분류명은 그대로 유지됩니다.`,
await accountApi.removeCategory(c.id) async () => {
await reload() error.value = null
} catch (e) { try {
showError(e, '삭제에 실패했습니다.') await accountApi.removeCategory(cat.id)
} await load()
}) } catch (e) {
showError(e, '삭제에 실패했습니다.')
}
},
)
}
async function onReorder(ids) {
//
const idSet = new Set(ids)
const moved = ids.map((id) => categories.value.find((c) => c.id === id)).filter(Boolean)
let k = 0
categories.value = categories.value.map((c) => (idSet.has(c.id) ? moved[k++] : c))
try {
await accountApi.reorderCategories(activeType.value, ids)
} catch (e) {
showError(e, '순서 저장에 실패했습니다.')
await load()
}
} }
function importDefaults() { function importDefaults() {
@@ -167,24 +95,13 @@ function importDefaults() {
error.value = null error.value = null
try { try {
categories.value = await accountApi.importCategories() categories.value = await accountApi.importCategories()
await nextTick()
initSortable()
} catch (e) { } catch (e) {
showError(e, '불러오기에 실패했습니다.') showError(e, '불러오기에 실패했습니다.')
} }
}) })
} }
// (/) onMounted(load)
watch(activeType, async () => {
await nextTick()
initSortable()
})
onMounted(async () => {
await reload()
})
onBeforeUnmount(destroySortables)
</script> </script>
<template> <template>
@@ -204,55 +121,34 @@ onBeforeUnmount(destroySortables)
</div> </div>
</div> </div>
<form class="new-cat" @submit.prevent="addCategory">
<select v-model="newParent" class="parent-sel" title="대분류 선택">
<option value="">대분류로 추가</option>
<option v-for="m in majors" :key="m.id" :value="m.id">{{ m.name }}</option>
</select>
<div class="nc-line">
<input v-model="newName" type="text" :placeholder="activeType === 'EXPENSE' ? '예: 식비, 교통' : '예: 급여, 용돈'" />
<IconBtn icon="plus" title="추가" variant="primary" type="submit" size="sm" />
</div>
</form>
<p class="hint sm"> <p class="hint sm">
<template v-if="reorderMode"> 손잡이를 끌어 순서를 바꾸세요 <b>대분류</b> 소분류와 함께, <b>소분류</b> 대분류 안에서만 이동. 끝나면 <b>완료</b>.</template> <template v-if="reorderMode"> 손잡이를 끌어 순서를 바꾸세요. 끝나면 <b>완료</b>.</template>
<template v-else><b>순서변경</b> 누르면 분류 순서를 바꿀 있어요. (평소엔 스크롤 실수 방지로 잠겨 있어요)</template> <template v-else> 이름 수정 &nbsp;·&nbsp; 삭제 &nbsp;·&nbsp; 대분류 클릭 소분류 펼침</template>
</p> </p>
<p v-if="error" class="msg error">{{ error }}</p> <p v-if="error" class="msg error">{{ error }}</p>
<p v-if="loading" class="msg">불러오는 중...</p> <p v-if="loading" class="msg">불러오는 중...</p>
<ul v-show="!loading && tree.length" ref="majorListEl" class="major-list"> <CategoryPicker
<li v-for="g in tree" :key="g.major.id" :data-id="g.major.id" class="major-block"> v-if="!loading || categories.length"
<div class="cat-row major-row"> :admin="true"
<div class="cat-main"> :reorderable="reorderMode"
<span v-show="reorderMode" class="drag-handle major-handle" title="대분류 순서 변경(소분류 함께 이동)"></span> :type="activeType"
<input v-model="g.major.name" class="cat-name" @keyup.enter="saveCategory(g.major)" /> :categories="categories"
<IconBtn icon="check" title="저장" size="sm" @click="saveCategory(g.major)" /> @rename="onRename"
<IconBtn icon="trash" title="삭제" variant="danger" size="sm" @click="removeCategory(g.major)" /> @delete="onDelete"
</div> @reorder="onReorder"
</div> @category-added="load"
<ul class="sub-list" :data-parent="g.major.id"> />
<li v-for="s in g.children" :key="s.id" :data-id="s.id" class="sub-item cat-row child">
<div class="cat-main"> <div v-if="!loading && !hasCategories" class="empty-state">
<span v-show="reorderMode" class="drag-handle sub-handle" title="소분류 순서 변경"></span>
<span class="sub-mark"></span>
<input v-model="s.name" class="cat-name" @keyup.enter="saveCategory(s)" />
<IconBtn icon="check" title="저장" size="sm" @click="saveCategory(s)" />
<IconBtn icon="trash" title="삭제" variant="danger" size="sm" @click="removeCategory(s)" />
</div>
</li>
</ul>
</li>
</ul>
<div v-if="!loading && !tree.length" class="empty-state">
<p class="empty-emoji">🗂</p> <p class="empty-emoji">🗂</p>
<p class="empty-title">등록된 {{ activeType === 'EXPENSE' ? '지출' : '수입' }} 분류가 없어요</p> <p class="empty-title">등록된 {{ activeType === 'EXPENSE' ? '지출' : '수입' }} 분류가 없어요</p>
<p class="empty-desc">기본 분류를 불러오면 식비·교통 등이 번에 추가됩니다.</p> <p class="empty-desc">기본 분류를 불러오면 식비·교통 등이 번에 추가됩니다.</p>
<button type="button" class="empty-cta" @click="importDefaults">기본 분류 불러오기</button> <button type="button" class="empty-cta" @click="importDefaults">기본 분류 불러오기</button>
</div> </div>
<!-- 인앱 확인 모달 (네이티브 confirm 대체 제목 'sb_pt' 노출 방지) --> <!-- 인앱 확인 모달 -->
<Teleport to="body"> <Teleport to="body">
<Transition name="fade"> <Transition name="fade">
<div v-if="confirmState.open" class="modal-backdrop" @click.self="confirmState.open = false"> <div v-if="confirmState.open" class="modal-backdrop" @click.self="confirmState.open = false">
@@ -275,41 +171,14 @@ onBeforeUnmount(destroySortables)
max-width: 560px; max-width: 560px;
margin: 0 auto; margin: 0 auto;
} }
.head {
display: flex;
align-items: center;
justify-content: space-between;
}
.head-actions {
display: flex;
gap: 0.5rem;
}
h1 {
font-size: 1.5rem;
}
.hint { .hint {
font-size: 0.85rem; font-size: 0.85rem;
opacity: 0.7; opacity: 0.7;
margin: 0.5rem 0 1rem; margin: 0.5rem 0 1rem;
} }
input { .hint.sm {
padding: 0.5rem 0.7rem; font-size: 0.78rem;
border: 1px solid var(--color-border); margin: 0 0 0.75rem;
border-radius: 4px;
background: var(--color-background-soft);
color: var(--color-text);
}
button {
padding: 0.45rem 0.85rem;
border: 1px solid var(--color-border);
border-radius: 4px;
background: var(--color-background-soft);
color: var(--color-text);
cursor: pointer;
}
button.danger {
border-color: #c0392b;
color: #c0392b;
} }
.tabs-row { .tabs-row {
display: flex; display: flex;
@@ -317,11 +186,30 @@ button.danger {
justify-content: space-between; justify-content: space-between;
gap: 0.75rem; gap: 0.75rem;
margin-bottom: 1rem; margin-bottom: 1rem;
flex-wrap: wrap; /* 좁으면 액션 버튼이 아래 줄로 — 탭 텍스트가 깨지지 않게 */ flex-wrap: wrap;
} }
.tabs-row .tabs { .tabs-row .tabs { flex: none; }
.tabs {
display: flex;
gap: 0.25rem;
border-bottom: 1px solid var(--color-border);
margin-bottom: 0; margin-bottom: 0;
flex: none; /* 탭은 줄어들지 않음 */ }
.tabs button {
border: 0;
border-bottom: 2px solid transparent;
border-radius: 0;
background: transparent;
padding: 0.6rem 1rem;
white-space: nowrap;
cursor: pointer;
color: var(--color-text);
font-size: 0.9rem;
}
.tabs button.active {
border-bottom-color: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1);
font-weight: 600;
} }
.tabs-actions { .tabs-actions {
display: flex; display: flex;
@@ -330,150 +218,29 @@ button.danger {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-end; justify-content: flex-end;
} }
.text-btn {
border: 1px solid var(--color-border);
border-radius: 6px;
background: var(--color-background-soft);
color: var(--color-text);
padding: 0.4rem 0.75rem;
font-size: 0.82rem;
cursor: pointer;
white-space: nowrap;
}
.text-btn:hover { background: var(--color-background-mute); }
.reorder-btn.active { .reorder-btn.active {
color: #fff; color: #fff;
background: hsla(160, 100%, 37%, 1); background: hsla(160, 100%, 37%, 1);
border-radius: 6px; border-color: hsla(160, 100%, 37%, 1);
}
.tabs {
display: flex;
gap: 0.25rem;
border-bottom: 1px solid var(--color-border);
margin-bottom: 1rem;
}
.tabs button {
border: 0;
border-bottom: 2px solid transparent;
border-radius: 0;
background: transparent;
padding: 0.6rem 1rem;
white-space: nowrap; /* '지출 분류' 두 줄로 깨짐 방지 */
}
.tabs button.active {
border-bottom-color: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1);
font-weight: 600;
}
.new-cat {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-bottom: 1rem;
}
.nc-line {
display: flex;
gap: 0.5rem;
}
.nc-line input {
flex: 1;
min-width: 0;
}
.major-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.major-block {
border: 1px solid var(--color-border);
border-radius: 8px;
margin-bottom: 0.5rem;
overflow: hidden;
}
.major-row {
background: var(--color-background-soft);
border-bottom: 0 !important;
}
.sub-list {
list-style: none;
padding: 0 0 0 0.4rem;
margin: 0;
}
.sub-item:last-child {
border-bottom: 0;
}
.cat-row {
display: flex;
flex-direction: column;
gap: 0.35rem;
padding: 0.5rem 0.5rem;
border-bottom: 1px solid var(--color-border);
background: var(--color-background);
}
.cat-main {
display: flex;
gap: 0.4rem;
align-items: center;
}
.cat-parent {
display: flex;
align-items: center;
gap: 0.4rem;
padding-left: 1.4rem;
font-size: 0.8rem;
opacity: 0.85;
}
.cat-parent .pl {
flex: 0 0 auto;
opacity: 0.6;
}
.cat-parent .parent-sel {
flex: 1;
min-width: 0;
}
.drag-handle {
cursor: grab;
user-select: none;
opacity: 0.5;
font-size: 1.1rem;
padding: 0 0.2rem;
touch-action: none;
}
.drag-handle:active {
cursor: grabbing;
}
.cat-name {
flex: 1;
min-width: 0;
}
.cat-row.child {
padding-left: 1.2rem;
}
.cat-row.child .cat-name {
background: var(--color-background-soft);
}
.sub-mark {
opacity: 0.45;
}
.hint.sm {
font-size: 0.78rem;
margin: 0 0 0.75rem;
}
.msg {
margin: 0.75rem 0;
}
.msg.error {
color: #c0392b;
}
/* 신규 유저 빈 상태 */
.empty-state {
text-align: center;
padding: 2.2rem 1rem 2rem;
}
.empty-emoji {
font-size: 2.6rem;
}
.empty-title {
margin-top: 0.6rem;
font-size: 1.05rem;
font-weight: 700;
color: var(--color-heading);
}
.empty-desc {
margin-top: 0.3rem;
font-size: 0.88rem;
opacity: 0.7;
} }
.msg { margin: 0.75rem 0; font-size: 0.9rem; }
.msg.error { color: #c0392b; }
/* 빈 상태 */
.empty-state { text-align: center; padding: 2.2rem 1rem 2rem; }
.empty-emoji { font-size: 2.6rem; }
.empty-title { margin-top: 0.6rem; font-size: 1.05rem; font-weight: 700; color: var(--color-heading); }
.empty-desc { margin-top: 0.3rem; font-size: 0.88rem; opacity: 0.7; }
.empty-cta { .empty-cta {
margin-top: 1.1rem; margin-top: 1.1rem;
padding: 0.7rem 1.6rem; padding: 0.7rem 1.6rem;
@@ -485,17 +252,11 @@ button.danger {
font-weight: 700; font-weight: 700;
cursor: pointer; cursor: pointer;
} }
.empty-cta:hover { .empty-cta:hover { background: hsla(160, 100%, 32%, 1); }
background: hsla(160, 100%, 32%, 1); /* 확인 모달 */
}
/* 인앱 확인 모달 */
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed; inset: 0; z-index: 1000;
inset: 0; display: flex; align-items: center; justify-content: center;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
padding: 1rem; padding: 1rem;
} }
@@ -508,27 +269,9 @@ button.danger {
border: 1px solid var(--color-border); border: 1px solid var(--color-border);
border-radius: 12px; border-radius: 12px;
} }
.modal h2 { .modal h2 { font-size: 1.05rem; margin: 0 0 0.6rem; }
font-size: 1.05rem; .confirm-body { margin: 0 0 1rem; font-size: 0.9rem; line-height: 1.5; white-space: pre-line; }
margin: 0 0 0.6rem; .buttons { display: flex; justify-content: flex-end; gap: 0.5rem; }
} .fade-enter-active, .fade-leave-active { transition: opacity 0.15s; }
.confirm-body { .fade-enter-from, .fade-leave-to { opacity: 0; }
margin: 0 0 1rem;
font-size: 0.9rem;
line-height: 1.5;
white-space: pre-line;
}
.buttons {
display: flex;
justify-content: flex-end;
gap: 0.5rem;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.15s;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
</style> </style>
+60 -139
View File
@@ -2,6 +2,7 @@
import { computed, onMounted, reactive, ref } from 'vue' import { computed, onMounted, reactive, ref } from 'vue'
import { accountApi } from '@/api/accountApi' import { accountApi } from '@/api/accountApi'
import IconBtn from '@/components/ui/IconBtn.vue' import IconBtn from '@/components/ui/IconBtn.vue'
import AppModal from '@/components/ui/AppModal.vue'
const props = defineProps({ walletId: { type: [Number, String], required: true } }) const props = defineProps({ walletId: { type: [Number, String], required: true } })
const emit = defineEmits(['changed']) const emit = defineEmits(['changed'])
@@ -339,93 +340,69 @@ onMounted(async () => {
</ul> </ul>
<!-- 종목 추가/수정 모달 --> <!-- 종목 추가/수정 모달 -->
<Teleport to="body"> <AppModal v-model="holdingModal" :title="`종목 ${holdingEditId ? '수정' : '추가'}`">
<Transition name="fade"> <form class="pf-form" @submit.prevent="submitHolding">
<div v-if="holdingModal" class="modal-backdrop" @click.self="holdingModal = false"> <label>종목명<input v-model="hForm.name" type="text" placeholder="예: 삼성전자" :disabled="hSubmitting" /></label>
<div class="modal" role="dialog" aria-modal="true"> <label>종목코드<input v-model="hForm.ticker" type="text" placeholder="예: 005930 (국내 상장)" :disabled="hSubmitting" /></label>
<button class="close" type="button" @click="holdingModal = false">×</button> <label>현재가<input v-model.number="hForm.currentPrice" type="number" min="0" placeholder="(비우면 시세 갱신으로 자동)" :disabled="hSubmitting" /></label>
<h2>종목 {{ holdingEditId ? '수정' : '추가' }}</h2> <p class="pf-form-hint">종목코드(6자리) 입력하면 <b>시세 갱신</b> 버튼으로 현재가를 자동으로 불러옵니다.</p>
<form class="pf-form" @submit.prevent="submitHolding"> <p v-if="hError" class="pf-msg err">{{ hError }}</p>
<label>종목명<input v-model="hForm.name" type="text" placeholder="예: 삼성전자" :disabled="hSubmitting" /></label> <div class="pf-buttons">
<label>종목코드<input v-model="hForm.ticker" type="text" placeholder="예: 005930 (국내 상장)" :disabled="hSubmitting" /></label> <IconBtn icon="close" title="취소" @click="holdingModal = false" />
<label>현재가<input v-model.number="hForm.currentPrice" type="number" min="0" placeholder="(비우면 시세 갱신으로 자동)" :disabled="hSubmitting" /></label> <IconBtn icon="save" title="저장" variant="primary" type="submit" :disabled="hSubmitting" />
<p class="pf-form-hint">종목코드(6자리) 입력하면 <b>시세 갱신</b> 버튼으로 현재가를 자동으로 불러옵니다.</p>
<p v-if="hError" class="pf-msg err">{{ hError }}</p>
<div class="pf-buttons">
<IconBtn icon="close" title="취소" @click="holdingModal = false" />
<IconBtn icon="save" title="저장" variant="primary" type="submit" :disabled="hSubmitting" />
</div>
</form>
</div>
</div> </div>
</Transition> </form>
</Teleport> </AppModal>
<!-- 매매 모달 --> <!-- 매매 모달 (매매내역 위에 표시되도록 z-index 높게) -->
<Teleport to="body"> <AppModal v-model="tradeModal" :title="`${tradeHolding?.name} ${tradeEditId ? '매매 수정' : (tForm.tradeType === 'SELL' ? '매도' : '매수')}`" :zIndex="1100">
<Transition name="fade"> <form class="pf-form" @submit.prevent="submitTrade">
<div v-if="tradeModal" class="modal-backdrop" @click.self="tradeModal = false"> <label>구분
<div class="modal" role="dialog" aria-modal="true"> <select v-model="tForm.tradeType" :disabled="tSubmitting">
<button class="close" type="button" @click="tradeModal = false">×</button> <option value="BUY">매수</option>
<h2>{{ tradeHolding?.name }} {{ tradeEditId ? '매매 수정' : (tForm.tradeType === 'SELL' ? '매도' : '매수') }}</h2> <option value="SELL" :disabled="(tradeHolding?.quantity || 0) <= 0">매도</option>
<form class="pf-form" @submit.prevent="submitTrade"> </select>
<label>구분 </label>
<select v-model="tForm.tradeType" :disabled="tSubmitting"> <label>거래일<input v-model="tForm.tradeDate" type="date" :disabled="tSubmitting" /></label>
<option value="BUY">매수</option> <label>수량()<input v-model.number="tForm.quantity" type="number" min="0" step="any" inputmode="decimal" placeholder="예: 0.5 / 1.25 (소수점 가능)" :disabled="tSubmitting" /></label>
<option value="SELL" :disabled="(tradeHolding?.quantity || 0) <= 0">매도</option> <label>입력 방식
</select> <select v-model="tForm.inputMode" :disabled="tSubmitting">
</label> <option value="PRICE">단가로 입력</option>
<label>거래일<input v-model="tForm.tradeDate" type="date" :disabled="tSubmitting" /></label> <option value="AMOUNT">금액으로 입력 (소수점 매수)</option>
<label>수량()<input v-model.number="tForm.quantity" type="number" min="0" step="any" inputmode="decimal" placeholder="예: 0.5 / 1.25 (소수점 가능)" :disabled="tSubmitting" /></label> </select>
<label>입력 방식 </label>
<select v-model="tForm.inputMode" :disabled="tSubmitting"> <label v-if="tForm.inputMode === 'PRICE'">단가()
<option value="PRICE">단가로 입력</option> <input v-model.number="tForm.price" type="number" min="0" :disabled="tSubmitting" />
<option value="AMOUNT">금액으로 입력 (소수점 매수)</option> <small v-if="tradeQty > 0 && tForm.price" class="pf-hint"> {{ won(tradeAmount) }}</small>
</select> </label>
</label> <label v-else>금액(, )
<label v-if="tForm.inputMode === 'PRICE'">단가() <input v-model.number="tForm.amount" type="number" min="0" placeholder="이 금액어치 매매" :disabled="tSubmitting" />
<input v-model.number="tForm.price" type="number" min="0" :disabled="tSubmitting" /> <small v-if="tradeQty > 0 && tForm.amount" class="pf-hint">단가 {{ won(tradePrice) }}</small>
<small v-if="tradeQty > 0 && tForm.price" class="pf-hint"> {{ won(tradeAmount) }}</small> </label>
</label> <label>수수료/세금<input v-model.number="tForm.fee" type="number" min="0" placeholder="(선택)" :disabled="tSubmitting" /></label>
<label v-else>금액(, ) <p v-if="tForm.tradeType === 'SELL'" class="pf-hint">보유 {{ shares(tradeHolding?.quantity) }} · 평단 {{ won(tradeHolding?.avgPrice) }}</p>
<input v-model.number="tForm.amount" type="number" min="0" placeholder="이 금액어치 매매" :disabled="tSubmitting" /> <p v-if="tError" class="pf-msg err">{{ tError }}</p>
<small v-if="tradeQty > 0 && tForm.amount" class="pf-hint">단가 {{ won(tradePrice) }}</small> <div class="pf-buttons">
</label> <IconBtn icon="close" title="취소" @click="tradeModal = false" />
<label>수수료/세금<input v-model.number="tForm.fee" type="number" min="0" placeholder="(선택)" :disabled="tSubmitting" /></label> <IconBtn icon="save" :title="tradeEditId ? '수정' : '등록'" variant="primary" type="submit" :disabled="tSubmitting" />
<p v-if="tForm.tradeType === 'SELL'" class="pf-hint">보유 {{ shares(tradeHolding?.quantity) }} · 평단 {{ won(tradeHolding?.avgPrice) }}</p>
<p v-if="tError" class="pf-msg err">{{ tError }}</p>
<div class="pf-buttons">
<IconBtn icon="close" title="취소" @click="tradeModal = false" />
<IconBtn icon="save" :title="tradeEditId ? '수정' : '등록'" variant="primary" type="submit" :disabled="tSubmitting" />
</div>
</form>
</div>
</div> </div>
</Transition> </form>
</Teleport> </AppModal>
<!-- 전체 매매내역 모달 (스크롤) --> <!-- 전체 매매내역 모달 -->
<Teleport to="body"> <AppModal v-model="allTradesModal" :title="`${allTradesHolding?.name} 매매내역`" :zIndex="1050">
<Transition name="fade"> <ul class="trade-list modal-trades">
<div v-if="allTradesModal" class="modal-backdrop trades-backdrop" @click.self="allTradesModal = false"> <li v-for="t in allTradesList" :key="t.id" class="trade-row">
<div class="modal trades-modal" role="dialog" aria-modal="true"> <span class="t-date">{{ tDate(t.tradeDate) }}</span>
<button class="close" type="button" @click="allTradesModal = false">×</button> <span class="t-type" :class="t.tradeType === 'SELL' ? 'sell' : 'buy'">{{ t.tradeType === 'SELL' ? '매도' : '매수' }}</span>
<h2>{{ allTradesHolding?.name }} 매매내역</h2> <span class="t-qty">{{ shares(t.quantity) }} × {{ won(t.price) }}</span>
<ul class="trade-list modal-trades"> <span class="t-fee" v-if="t.fee">수수료 {{ won(t.fee) }}</span>
<li v-for="t in allTradesList" :key="t.id" class="trade-row"> <span class="t-amt">{{ won(t.amount) }}</span>
<span class="t-date">{{ tDate(t.tradeDate) }}</span> <IconBtn icon="edit" title="매매 수정" size="sm" @click="openEditTrade(allTradesHolding, t)" />
<span class="t-type" :class="t.tradeType === 'SELL' ? 'sell' : 'buy'">{{ t.tradeType === 'SELL' ? '매도' : '매수' }}</span> <IconBtn class="t-del" icon="trash" title="매매 삭제" variant="danger" size="sm" @click="removeTrade(t, allTradesHolding.id)" />
<span class="t-qty">{{ shares(t.quantity) }} × {{ won(t.price) }}</span> </li>
<span class="t-fee" v-if="t.fee">수수료 {{ won(t.fee) }}</span> </ul>
<span class="t-amt">{{ won(t.amount) }}</span> </AppModal>
<IconBtn icon="edit" title="매매 수정" size="sm" @click="openEditTrade(allTradesHolding, t)" />
<IconBtn class="t-del" icon="trash" title="매매 삭제" variant="danger" size="sm" @click="removeTrade(t, allTradesHolding.id)" />
</li>
</ul>
</div>
</div>
</Transition>
</Teleport>
</div> </div>
</template> </template>
@@ -608,16 +585,7 @@ onMounted(async () => {
.more-trades:hover { .more-trades:hover {
border-color: var(--color-border-hover); border-color: var(--color-border-hover);
} }
/* 전체보기 모달: 매매목록 아래 매수 모달이 위에 오도록 한 단계 낮게 */
.modal-backdrop.trades-backdrop {
z-index: 1090;
}
.trades-modal {
max-width: 420px;
}
.modal-trades { .modal-trades {
max-height: 60vh;
overflow-y: auto;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.trade-list { .trade-list {
@@ -662,44 +630,6 @@ onMounted(async () => {
line-height: 1; line-height: 1;
} }
/* 모달 (계좌 관리와 동일 톤) */
.modal-backdrop {
position: fixed;
inset: 0;
z-index: 1100;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
padding: 1rem;
}
.modal {
position: relative;
width: 100%;
max-width: 340px;
padding: 1.75rem 1.5rem 1.5rem;
background: var(--color-background);
border: 1px solid var(--color-border);
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal .close {
position: absolute;
top: 0.5rem;
right: 0.6rem;
width: 2rem;
height: 2rem;
border: 0;
background: transparent;
font-size: 1.5rem;
line-height: 1;
cursor: pointer;
}
.modal h2 {
margin-bottom: 1rem;
font-size: 1.1rem;
text-align: center;
}
.pf-form { .pf-form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -741,15 +671,6 @@ onMounted(async () => {
border-color: hsla(160, 100%, 37%, 1); border-color: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1); color: hsla(160, 100%, 37%, 1);
} }
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.18s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
/* ===== 모바일: 매매이력 2줄, 글자 세로쪼개짐 방지 ===== */ /* ===== 모바일: 매매이력 2줄, 글자 세로쪼개짐 방지 ===== */
@media (max-width: 768px) { @media (max-width: 768px) {
.hold-row { .hold-row {
+192 -351
View File
@@ -3,6 +3,8 @@ import { computed, onMounted, reactive, ref } from 'vue'
import { accountApi } from '@/api/accountApi' import { accountApi } from '@/api/accountApi'
import { useDialog } from '@/composables/dialog' import { useDialog } from '@/composables/dialog'
import IconBtn from '@/components/ui/IconBtn.vue' import IconBtn from '@/components/ui/IconBtn.vue'
import AppModal from '@/components/ui/AppModal.vue'
import CategoryPicker from '@/components/ui/CategoryPicker.vue'
const dialog = useDialog() const dialog = useDialog()
@@ -36,30 +38,25 @@ const submitting = ref(false)
const formError = ref(null) const formError = ref(null)
const DOW = ['', '월', '화', '수', '목', '금', '토', '일'] const DOW = ['', '월', '화', '수', '목', '금', '토', '일']
const categoryOptions = computed(() => {
const names = categories.value.filter((c) => c.type === form.type).map((c) => c.name) const TYPES = [
if (form.category && !names.includes(form.category)) names.unshift(form.category) { value: 'EXPENSE', label: '지출', cls: 'chip-expense' },
return names { value: 'INCOME', label: '수입', cls: 'chip-income' },
}) { value: 'TRANSFER', label: '이체', cls: 'chip-transfer' },
// (=optgroup / = ) ]
const categoryGroups = computed(() => { const FREQS = [
const list = categories.value.filter((c) => c.type === form.type) { value: 'DAILY', label: '매일' },
const groups = [] { value: 'WEEKLY', label: '매주' },
if (form.category && !list.some((c) => c.name === form.category)) { { value: 'MONTHLY', label: '매월' },
groups.push({ key: '_cur', label: null, options: [form.category] }) { value: 'YEARLY', label: '매년' },
} ]
for (const m of list.filter((c) => c.parentId == null)) {
const children = list.filter((c) => c.parentId === m.id) // /
if (children.length) groups.push({ key: 'g' + m.id, label: m.name, options: children.map((c) => c.name) })
else groups.push({ key: 'i' + m.id, label: null, options: [m.name] })
}
return groups
})
// / (/) ,
const WALLET_KINDS = [ const WALLET_KINDS = [
{ value: 'BANK', label: '계좌' }, { value: 'BANK', label: '계좌' },
{ value: 'CASH', label: '현금' }, { value: 'CASH', label: '현금' },
{ value: 'CARD', label: '카드' }, { value: 'CARD', label: '카드' },
{ value: 'MINUS', label: '마이너스' },
] ]
const walletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.walletKind)) const walletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.walletKind))
const toWalletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.toWalletKind)) const toWalletsOfKind = computed(() => wallets.value.filter((w) => w.type === form.toWalletKind))
@@ -67,16 +64,11 @@ function walletKindOf(id) {
const w = wallets.value.find((x) => x.id === id) const w = wallets.value.find((x) => x.id === id)
return w ? w.type : '' return w ? w.type : ''
} }
function onWalletKindChange() { function onWalletKindChange() { form.walletId = '' }
form.walletId = '' function onToWalletKindChange() { form.toWalletId = '' }
} function onTypeChange() { form.category = '' }
function onToWalletKindChange() {
form.toWalletId = ''
}
function won(n) { function won(n) { return (n ?? 0).toLocaleString('ko-KR') }
return (n ?? 0).toLocaleString('ko-KR')
}
function typeLabel(t) { function typeLabel(t) {
return t === 'INCOME' ? '수입' : t === 'TRANSFER' ? '이체' : '지출' return t === 'INCOME' ? '수입' : t === 'TRANSFER' ? '이체' : '지출'
} }
@@ -87,18 +79,16 @@ function freqLabel(r) {
return `매년 ${r.monthOfYear}/${r.dayOfMonth}` return `매년 ${r.monthOfYear}/${r.dayOfMonth}`
} }
// ( ): <()<() / (·)
function payKey(r) { function payKey(r) {
if (r.frequency === 'DAILY') return 0 if (r.frequency === 'DAILY') return 0
if (r.frequency === 'WEEKLY') return r.dayOfWeek || 0 if (r.frequency === 'WEEKLY') return r.dayOfWeek || 0
if (r.frequency === 'YEARLY') return (r.monthOfYear || 0) * 100 + (r.dayOfMonth || 0) if (r.frequency === 'YEARLY') return (r.monthOfYear || 0) * 100 + (r.dayOfMonth || 0)
return r.dayOfMonth || 0 // MONTHLY return r.dayOfMonth || 0
} }
// / · ( , )
const PERIODS = [ const PERIODS = [
{ key: 'MONTH', label: '월간 거래', freqs: ['DAILY', 'WEEKLY', 'MONTHLY'] }, { key: 'MONTH', label: '월간 거래', freqs: ['DAILY', 'WEEKLY', 'MONTHLY'] },
{ key: 'YEAR', label: '년간 거래', freqs: ['YEARLY'] }, { key: 'YEAR', label: '년간 거래', freqs: ['YEARLY'] },
] ]
const grouped = computed(() => const grouped = computed(() =>
PERIODS.map((p) => { PERIODS.map((p) => {
@@ -111,7 +101,6 @@ const grouped = computed(() =>
catMap[cat].minKey = Math.min(catMap[cat].minKey, payKey(r)) catMap[cat].minKey = Math.min(catMap[cat].minKey, payKey(r))
if (r.active) catMap[cat].subtotal += r.amount || 0 if (r.active) catMap[cat].subtotal += r.amount || 0
} }
// ,
const cats = Object.values(catMap) const cats = Object.values(catMap)
cats.forEach((c) => c.items.sort((a, b) => payKey(a) - payKey(b))) cats.forEach((c) => c.items.sort((a, b) => payKey(a) - payKey(b)))
cats.sort((a, b) => a.minKey - b.minKey || a.category.localeCompare(b.category, 'ko')) cats.sort((a, b) => a.minKey - b.minKey || a.category.localeCompare(b.category, 'ko'))
@@ -119,6 +108,7 @@ const grouped = computed(() =>
return { ...p, cats, total, count: items.length } return { ...p, cats, total, count: items.length }
}).filter((g) => g.count > 0), }).filter((g) => g.count > 0),
) )
function todayStr() { function todayStr() {
const d = new Date() const d = new Date()
return `${d.getFullYear()}-${String(d.getMonth() + 1).padStart(2, '0')}-${String(d.getDate()).padStart(2, '0')}` return `${d.getFullYear()}-${String(d.getMonth() + 1).padStart(2, '0')}-${String(d.getDate()).padStart(2, '0')}`
@@ -157,7 +147,8 @@ function openCreate() {
editId.value = null editId.value = null
Object.assign(form, { Object.assign(form, {
title: '', type: 'EXPENSE', amount: null, category: '', memo: '', title: '', type: 'EXPENSE', amount: null, category: '', memo: '',
walletKind: '', walletId: '', toWalletKind: '', toWalletId: '', frequency: 'MONTHLY', dayOfMonth: 1, dayOfWeek: 1, walletKind: '', walletId: '', toWalletKind: '', toWalletId: '',
frequency: 'MONTHLY', dayOfMonth: 1, dayOfWeek: 1,
monthOfYear: 1, startDate: todayStr(), endDate: '', active: true, monthOfYear: 1, startDate: todayStr(), endDate: '', active: true,
}) })
formError.value = null formError.value = null
@@ -168,7 +159,8 @@ function openEdit(r) {
Object.assign(form, { Object.assign(form, {
title: r.title, type: r.type, amount: r.amount, category: r.category || '', memo: r.memo || '', title: r.title, type: r.type, amount: r.amount, category: r.category || '', memo: r.memo || '',
walletKind: walletKindOf(r.walletId), walletId: r.walletId || '', walletKind: walletKindOf(r.walletId), walletId: r.walletId || '',
toWalletKind: walletKindOf(r.toWalletId), toWalletId: r.toWalletId || '', frequency: r.frequency, toWalletKind: walletKindOf(r.toWalletId), toWalletId: r.toWalletId || '',
frequency: r.frequency,
dayOfMonth: r.dayOfMonth || 1, dayOfWeek: r.dayOfWeek || 1, monthOfYear: r.monthOfYear || 1, dayOfMonth: r.dayOfMonth || 1, dayOfWeek: r.dayOfWeek || 1, monthOfYear: r.monthOfYear || 1,
startDate: r.startDate, endDate: r.endDate || '', active: r.active, startDate: r.startDate, endDate: r.endDate || '', active: r.active,
}) })
@@ -178,22 +170,13 @@ function openEdit(r) {
async function submit() { async function submit() {
formError.value = null formError.value = null
if (!form.title.trim()) { if (!form.title.trim()) { formError.value = '이름을 입력하세요.'; return }
formError.value = '이름을 입력하세요.' if (!form.amount || form.amount <= 0) { formError.value = '금액을 입력하세요.'; return }
return
}
if (!form.amount || form.amount <= 0) {
formError.value = '금액을 입력하세요.'
return
}
if (form.type === 'TRANSFER' && (!form.walletId || !form.toWalletId || form.walletId === form.toWalletId)) { if (form.type === 'TRANSFER' && (!form.walletId || !form.toWalletId || form.walletId === form.toWalletId)) {
formError.value = '이체는 서로 다른 출금/입금 계좌를 선택하세요.' formError.value = '이체는 서로 다른 출금/입금 계좌를 선택하세요.'
return return
} }
if (!form.startDate) { if (!form.startDate) { formError.value = '시작일을 입력하세요.'; return }
formError.value = '시작일을 입력하세요.'
return
}
submitting.value = true submitting.value = true
const payload = { const payload = {
title: form.title.trim(), title: form.title.trim(),
@@ -238,7 +221,7 @@ onMounted(load)
<template> <template>
<section class="recur"> <section class="recur">
<p class="hint">등록한 주기에 맞춰 가계부 진입 자동으로 <b>확인 필요</b> 내역이 생성됩니다(중복 없이). 가계부에서 실제 결제·이체를 확인한 <b>확인</b> 눌러 확정하세요.</p> <p class="hint">등록한 주기에 맞춰 가계부 진입 자동으로 <b>'확인 필요'</b> 내역이 생성됩니다(중복 없이). 가계부에서 실제 결제·이체를 확인한 <b>'확인'</b> 눌러 확정하세요.</p>
<div class="recur-actions"> <div class="recur-actions">
<IconBtn icon="refresh" title="지금 반영" @click="runNow" /> <IconBtn icon="refresh" title="지금 반영" @click="runNow" />
<IconBtn icon="plus" title="고정 지출 추가" variant="primary" @click="openCreate" /> <IconBtn icon="plus" title="고정 지출 추가" variant="primary" @click="openCreate" />
@@ -281,108 +264,114 @@ onMounted(load)
<p v-else-if="!loading" class="msg">등록된 고정 지출가 없습니다.</p> <p v-else-if="!loading" class="msg">등록된 고정 지출가 없습니다.</p>
<!-- 추가/수정 모달 --> <!-- 추가/수정 모달 -->
<Teleport to="body"> <AppModal v-model="formOpen" :title="`고정 지출 ${editId ? '수정' : '추가'}`">
<Transition name="fade"> <form class="recur-form" @submit.prevent="submit">
<div v-if="formOpen" class="modal-backdrop" @click.self="formOpen = false"> <label>이름<input v-model="form.title" type="text" placeholder="예: 월세, 급여" :disabled="submitting" /></label>
<div class="modal" role="dialog" aria-modal="true">
<button class="close" type="button" @click="formOpen = false">×</button>
<h2>고정 지출 {{ editId ? '수정' : '추가' }}</h2>
<form class="recur-form" @submit.prevent="submit"> <!-- 구분 배지 -->
<label>이름<input v-model="form.title" type="text" placeholder="예: 월세, 급여" :disabled="submitting" /></label> <div class="field">
<label>구분 <span class="field-label">구분</span>
<select v-model="form.type" :disabled="submitting"> <div class="type-chips">
<option value="EXPENSE">지출</option> <button
<option value="INCOME">수입</option> v-for="t in TYPES" :key="t.value"
<option value="TRANSFER">이체</option> type="button" class="chip" :class="[t.cls, { active: form.type === t.value }]"
</select> :disabled="submitting"
</label> @click="form.type = t.value; onTypeChange()"
<label>금액<input v-model.number="form.amount" type="number" min="0" placeholder="원" :disabled="submitting" /></label> >{{ t.label }}</button>
<div class="field">
<div class="field-row">
<span class="field-label">{{ form.type === 'TRANSFER' ? '출금 계좌' : '계좌/카드' }}</span>
<div class="wallet-radios">
<label v-for="k in WALLET_KINDS" :key="k.value" class="radio">
<input type="radio" :value="k.value" v-model="form.walletKind" :disabled="submitting" @change="onWalletKindChange" />
{{ k.label }}
</label>
</div>
</div>
<select v-if="form.walletKind" v-model="form.walletId" :disabled="submitting">
<option value="">(선택)</option>
<option v-for="w in walletsOfKind" :key="w.id" :value="w.id">
{{ w.name }}{{ w.issuer ? ` (${w.issuer})` : '' }}
</option>
</select>
</div>
<div v-if="form.type === 'TRANSFER'" class="field">
<div class="field-row">
<span class="field-label">입금 계좌</span>
<div class="wallet-radios">
<label v-for="k in WALLET_KINDS" :key="k.value" class="radio">
<input type="radio" :value="k.value" v-model="form.toWalletKind" :disabled="submitting" @change="onToWalletKindChange" />
{{ k.label }}
</label>
</div>
</div>
<select v-if="form.toWalletKind" v-model="form.toWalletId" :disabled="submitting">
<option value="">(선택)</option>
<option v-for="w in toWalletsOfKind" :key="w.id" :value="w.id">
{{ w.name }}{{ w.issuer ? ` (${w.issuer})` : '' }}
</option>
</select>
</div>
<label v-if="form.type !== 'TRANSFER'">분류
<select v-model="form.category" :disabled="submitting">
<option value="">(선택)</option>
<template v-for="g in categoryGroups" :key="g.key">
<optgroup v-if="g.label" :label="g.label">
<option v-for="n in g.options" :key="n" :value="n">{{ n }}</option>
</optgroup>
<template v-else>
<option v-for="n in g.options" :key="n" :value="n">{{ n }}</option>
</template>
</template>
</select>
</label>
<label>메모<input v-model="form.memo" type="text" placeholder="(선택)" :disabled="submitting" /></label>
<label>주기
<select v-model="form.frequency" :disabled="submitting">
<option value="DAILY">매일</option>
<option value="WEEKLY">매주</option>
<option value="MONTHLY">매월</option>
<option value="YEARLY">매년</option>
</select>
</label>
<label v-if="form.frequency === 'WEEKLY'">요일
<select v-model.number="form.dayOfWeek" :disabled="submitting">
<option v-for="d in 7" :key="d" :value="d">{{ DOW[d] }}</option>
</select>
</label>
<label v-if="form.frequency === 'YEARLY'">
<input v-model.number="form.monthOfYear" type="number" min="1" max="12" :disabled="submitting" />
</label>
<label v-if="['MONTHLY', 'YEARLY'].includes(form.frequency)">(날짜)
<input v-model.number="form.dayOfMonth" type="number" min="1" max="31" :disabled="submitting" />
</label>
<label>시작일<input v-model="form.startDate" type="date" :disabled="submitting" /></label>
<label>종료일(선택)<input v-model="form.endDate" type="date" :disabled="submitting" /></label>
<label class="row"><input type="checkbox" v-model="form.active" :disabled="submitting" /> 활성</label>
<p v-if="formError" class="msg error">{{ formError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="formOpen = false" />
<IconBtn icon="save" :title="editId ? '수정' : '등록'" variant="primary" type="submit" :disabled="submitting" />
</div>
</form>
</div> </div>
</div> </div>
</Transition>
</Teleport> <label>금액<input v-model.number="form.amount" type="number" min="0" placeholder="원" :disabled="submitting" /></label>
<!-- 출금 계좌 종류 배지 -->
<div class="field">
<span class="field-label">{{ form.type === 'TRANSFER' ? '출금 계좌' : '계좌/카드' }}</span>
<div class="wallet-chips">
<button
v-for="k in WALLET_KINDS" :key="k.value"
type="button" class="chip" :class="{ active: form.walletKind === k.value }"
:disabled="submitting"
@click="form.walletKind = k.value; onWalletKindChange()"
>{{ k.label }}</button>
</div>
<select v-if="form.walletKind" v-model="form.walletId" :disabled="submitting">
<option value="">(선택)</option>
<option v-for="w in walletsOfKind" :key="w.id" :value="w.id">
{{ w.name }}{{ w.issuer ? ` (${w.issuer})` : '' }}
</option>
</select>
</div>
<!-- 입금 계좌 종류 배지 (이체일 때만) -->
<div v-if="form.type === 'TRANSFER'" class="field">
<span class="field-label">입금 계좌</span>
<div class="wallet-chips">
<button
v-for="k in WALLET_KINDS" :key="k.value"
type="button" class="chip" :class="{ active: form.toWalletKind === k.value }"
:disabled="submitting"
@click="form.toWalletKind = k.value; onToWalletKindChange()"
>{{ k.label }}</button>
</div>
<select v-if="form.toWalletKind" v-model="form.toWalletId" :disabled="submitting">
<option value="">(선택)</option>
<option v-for="w in toWalletsOfKind" :key="w.id" :value="w.id">
{{ w.name }}{{ w.issuer ? ` (${w.issuer})` : '' }}
</option>
</select>
</div>
<!-- 분류 CategoryPicker (이체 제외) -->
<div v-if="form.type !== 'TRANSFER'" class="field">
<span class="field-label">분류</span>
<CategoryPicker
v-model="form.category"
:type="form.type"
:categories="categories"
:disabled="submitting"
@category-added="load()"
/>
</div>
<label>메모<input v-model="form.memo" type="text" placeholder="(선택)" :disabled="submitting" /></label>
<!-- 주기 배지 -->
<div class="field">
<span class="field-label">주기</span>
<div class="type-chips">
<button
v-for="f in FREQS" :key="f.value"
type="button" class="chip" :class="{ active: form.frequency === f.value }"
:disabled="submitting"
@click="form.frequency = f.value"
>{{ f.label }}</button>
</div>
</div>
<label v-if="form.frequency === 'WEEKLY'">요일
<select v-model.number="form.dayOfWeek" :disabled="submitting">
<option v-for="d in 7" :key="d" :value="d">{{ DOW[d] }}</option>
</select>
</label>
<label v-if="form.frequency === 'YEARLY'">
<input v-model.number="form.monthOfYear" type="number" min="1" max="12" :disabled="submitting" />
</label>
<label v-if="['MONTHLY', 'YEARLY'].includes(form.frequency)">(날짜)
<input v-model.number="form.dayOfMonth" type="number" min="1" max="31" :disabled="submitting" />
</label>
<label>시작일<input v-model="form.startDate" type="date" :disabled="submitting" /></label>
<label>종료일(선택)<input v-model="form.endDate" type="date" :disabled="submitting" /></label>
<label class="row"><input type="checkbox" v-model="form.active" :disabled="submitting" /> 활성</label>
<p v-if="formError" class="msg error">{{ formError }}</p>
<div class="buttons">
<IconBtn icon="close" title="취소" @click="formOpen = false" />
<IconBtn icon="save" :title="editId ? '수정' : '등록'" variant="primary" type="submit" :disabled="submitting" />
</div>
</form>
</AppModal>
</section> </section>
</template> </template>
@@ -391,20 +380,6 @@ onMounted(load)
max-width: 640px; max-width: 640px;
margin: 0 auto; margin: 0 auto;
} }
.head {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 0.5rem;
}
.head-actions {
display: flex;
gap: 0.5rem;
}
h1 {
font-size: 1.5rem;
}
.hint { .hint {
font-size: 0.85rem; font-size: 0.85rem;
opacity: 0.7; opacity: 0.7;
@@ -424,24 +399,12 @@ button {
color: var(--color-text); color: var(--color-text);
cursor: pointer; cursor: pointer;
} }
button:disabled { button:disabled { opacity: 0.5; cursor: not-allowed; }
opacity: 0.5; button.danger { border-color: #c0392b; color: #c0392b; }
cursor: not-allowed; button.primary { border-color: hsla(160, 100%, 37%, 1); color: hsla(160, 100%, 37%, 1); }
}
button.danger { .recur-groups { margin-top: 0.5rem; }
border-color: #c0392b; .period-group { margin-bottom: 1.5rem; }
color: #c0392b;
}
button.primary {
border-color: hsla(160, 100%, 37%, 1);
color: hsla(160, 100%, 37%, 1);
}
.recur-groups {
margin-top: 0.5rem;
}
.period-group {
margin-bottom: 1.5rem;
}
.period-head { .period-head {
display: flex; display: flex;
align-items: baseline; align-items: baseline;
@@ -450,18 +413,9 @@ button.primary {
border-bottom: 2px solid var(--color-border); border-bottom: 2px solid var(--color-border);
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
.period-head h2 { .period-head h2 { font-size: 1.1rem; font-weight: 700; }
font-size: 1.1rem; .period-total { font-size: 0.95rem; font-weight: 700; color: hsla(160, 100%, 37%, 1); }
font-weight: 700; .cat-group { margin-bottom: 0.6rem; }
}
.period-total {
font-size: 0.95rem;
font-weight: 700;
color: hsla(160, 100%, 37%, 1);
}
.cat-group {
margin-bottom: 0.6rem;
}
.cat-head { .cat-head {
display: flex; display: flex;
align-items: baseline; align-items: baseline;
@@ -470,20 +424,9 @@ button.primary {
background: var(--color-background-soft); background: var(--color-background-soft);
border-radius: 4px; border-radius: 4px;
} }
.cat-name { .cat-name { font-size: 0.88rem; font-weight: 600; }
font-size: 0.88rem; .cat-subtotal { font-size: 0.82rem; font-weight: 600; opacity: 0.8; }
font-weight: 600; .recur-list { list-style: none; padding-left: 0; margin: 0; }
}
.cat-subtotal {
font-size: 0.82rem;
font-weight: 600;
opacity: 0.8;
}
.recur-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.recur-row { .recur-row {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
@@ -492,104 +435,27 @@ button.primary {
padding: 0.7rem 0; padding: 0.7rem 0;
border-bottom: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border);
} }
.info { .info { flex: 1; min-width: 0; }
flex: 1; .recur-row.inactive { opacity: 0.55; }
min-width: 0; .line1 { display: flex; align-items: center; gap: 0.4rem; }
} .title { font-weight: 600; }
.recur-row.inactive {
opacity: 0.55;
}
.line1 {
display: flex;
align-items: center;
gap: 0.4rem;
}
.title {
font-weight: 600;
}
.type-badge { .type-badge {
font-size: 0.72rem; font-size: 0.72rem;
border: 1px solid var(--color-border); border: 1px solid var(--color-border);
border-radius: 3px; border-radius: 3px;
padding: 0.05rem 0.35rem; padding: 0.05rem 0.35rem;
} }
.type-badge.income { .type-badge.income { color: #2e7d32; border-color: #2e7d32; }
color: #2e7d32; .type-badge.expense { color: #c0392b; border-color: #c0392b; }
border-color: #2e7d32; .off { font-size: 0.72rem; opacity: 0.6; }
} .sub { font-size: 0.83rem; opacity: 0.75; margin-top: 0.15rem; }
.type-badge.expense { .next { font-size: 0.78rem; opacity: 0.6; margin-top: 0.1rem; }
color: #c0392b; .actions { display: flex; gap: 0.4rem; flex-shrink: 0; }
border-color: #c0392b; .actions button { padding: 0.2rem 0.55rem; font-size: 0.82rem; }
} .msg { margin: 0.75rem 0; }
.off { .msg.error { color: #c0392b; }
font-size: 0.72rem;
opacity: 0.6;
}
.sub {
font-size: 0.83rem;
opacity: 0.75;
margin-top: 0.15rem;
}
.next {
font-size: 0.78rem;
opacity: 0.6;
margin-top: 0.1rem;
}
.actions {
display: flex;
gap: 0.4rem;
flex-shrink: 0;
}
.actions button {
padding: 0.2rem 0.55rem;
font-size: 0.82rem;
}
.msg {
margin: 0.75rem 0;
}
.msg.error {
color: #c0392b;
}
/* 모달 */ /* */
.modal-backdrop {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
padding: 1rem;
}
.modal {
position: relative;
width: 100%;
max-width: 360px;
max-height: 90vh;
overflow-y: auto;
padding: 1.75rem 1.5rem 1.5rem;
background: var(--color-background);
border: 1px solid var(--color-border);
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal .close {
position: absolute;
top: 0.5rem;
right: 0.6rem;
width: 2rem;
height: 2rem;
border: 0;
background: transparent;
font-size: 1.5rem;
line-height: 1;
}
.modal h2 {
margin-bottom: 1rem;
font-size: 1.2rem;
text-align: center;
}
.recur-form { .recur-form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -601,11 +467,7 @@ button.primary {
gap: 0.25rem; gap: 0.25rem;
font-size: 0.85rem; font-size: 0.85rem;
} }
.recur-form label.row { .recur-form label.row { flex-direction: row; align-items: center; gap: 0.4rem; }
flex-direction: row;
align-items: center;
gap: 0.4rem;
}
.recur-form input, .recur-form input,
.recur-form select { .recur-form select {
padding: 0.5rem 0.7rem; padding: 0.5rem 0.7rem;
@@ -614,66 +476,45 @@ button.primary {
background: var(--color-background-soft); background: var(--color-background-soft);
color: var(--color-text); color: var(--color-text);
} }
.recur-form label.row input { .recur-form label.row input { padding: 0; }
padding: 0;
} /* 배지형 선택 */
/* 계좌/카드 라디오 선택 */
.field { .field {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.3rem; gap: 0.3rem;
} }
.field-row { .field-label { font-size: 0.82rem; opacity: 0.7; }
.type-chips,
.wallet-chips {
display: flex; display: flex;
align-items: center;
gap: 0.9rem;
}
.field-label {
font-size: 0.85rem;
flex-shrink: 0;
}
.wallet-radios {
display: flex;
flex: 1;
min-width: 0;
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.4rem 0.9rem; gap: 0.35rem;
padding: 0.1rem 0;
} }
.wallet-radios .radio { .chip {
display: flex; padding: 0.28rem 0.75rem;
flex-direction: row; border: 1.5px solid var(--color-border);
align-items: center; border-radius: 100px;
gap: 0.3rem; background: var(--color-background-soft);
font-size: 0.85rem; color: var(--color-text);
font-size: 0.82rem;
font-weight: 500;
cursor: pointer; cursor: pointer;
line-height: 1.4;
transition: border-color 0.12s, background 0.12s, color 0.12s;
} }
.wallet-radios .radio input { .chip:disabled { opacity: 0.45; cursor: not-allowed; }
padding: 0; /* 기본 active (계좌/주기) */
width: auto; .chip.active { border-color: hsla(160, 100%, 37%, 1); background: hsla(160, 100%, 37%, 1); color: #fff; }
margin: 0; /* 구분 배지 type별 색상 */
} .chip-expense.active { border-color: #c0392b; background: #c0392b; }
.r-issuer { .chip-income.active { border-color: #2e7d32; background: #2e7d32; }
margin-left: 0.2rem; .chip-transfer.active { border-color: #1565c0; background: #1565c0; }
font-size: 0.72rem;
opacity: 0.6;
}
.empty-hint {
font-size: 0.78rem;
opacity: 0.6;
}
.buttons { .buttons {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
gap: 0.5rem; gap: 0.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.18s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
</style> </style>
+332
View File
@@ -0,0 +1,332 @@
<script setup>
import { computed, onMounted, ref } from 'vue'
import { boardApi } from '@/api/boardApi'
import { useDialog } from '@/composables/dialog'
const dialog = useDialog()
const items = ref([])
const loading = ref(false)
const error = ref(null)
const busyKey = ref(null) // ( )
const CATEGORY_LABEL = { community: '커뮤니티', saving: '짠테크 수다방', tips: '재테크 팁' }
const blockedCount = computed(() => items.value.filter((i) => i.blocked).length)
function keyOf(it) {
return `${it.targetType}:${it.targetId}`
}
function categoryLabel(c) {
return CATEGORY_LABEL[c] || c || '게시판'
}
function linkTo(it) {
return `/board/${it.category || 'community'}/${it.postId}`
}
function formatTime(s) {
if (!s) return ''
const d = new Date(s)
if (Number.isNaN(d.getTime())) return s
return d.toLocaleString('ko-KR', {
year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit',
})
}
async function load() {
loading.value = true
error.value = null
try {
items.value = await boardApi.reports()
} catch (e) {
error.value = e.response?.data?.message || '신고 목록을 불러오지 못했습니다.'
} finally {
loading.value = false
}
}
async function run(it, fn, successMsg) {
busyKey.value = keyOf(it)
try {
await fn()
await load()
if (successMsg) await dialog.alert(successMsg)
} catch (e) {
await dialog.alert(e.response?.data?.message || '처리에 실패했습니다.')
} finally {
busyKey.value = null
}
}
// ( )
async function blockPost(it) {
const reason = await dialog.prompt('블라인드 사유를 입력하세요. (열람 제한 안내에 표시)', {
title: '글 블라인드',
okText: '블라인드',
defaultValue: '신고 누적으로 블라인드 처리되었습니다.',
})
if (reason === null) return
await run(it, () => boardApi.block(it.postId, reason || null), '블라인드 처리했습니다.')
}
// (/)
async function unblock(it) {
const ok = await dialog.confirm('블라인드를 해제하고 신고 기록을 초기화할까요?', {
title: '블라인드 해제',
okText: '해제',
})
if (!ok) return
const call = it.targetType === 'POST'
? () => boardApi.unblock(it.postId)
: () => boardApi.unblockComment(it.targetId)
await run(it, call, '블라인드를 해제했습니다.')
}
//
async function dismiss(it) {
const ok = await dialog.confirm('이 신고를 무시하고 목록에서 제거할까요? (블라인드하지 않고 신고 기록만 삭제)', {
title: '신고 무시',
okText: '무시',
danger: true,
})
if (!ok) return
await run(it, () => boardApi.dismissReport(it.targetType, it.targetId))
}
onMounted(load)
</script>
<template>
<div class="report-admin">
<div class="head">
<p class="desc">
신고 누적 <strong>5</strong> 이상이면 자동 블라인드됩니다. 관리자는 여기서 신고 내용을 검토해
<b>블라인드</b> 하거나, 정상 글이면 <b>신고 무시</b> 정리할 있습니다.
</p>
<button class="reload" type="button" :disabled="loading" @click="load"> 새로고침</button>
</div>
<p v-if="error" class="msg error">{{ error }}</p>
<p v-if="loading" class="msg">불러오는 </p>
<p v-else-if="!items.length" class="msg empty">🎉 신고된 ·댓글이 없습니다.</p>
<template v-else>
<p class="count">
<strong>{{ items.length }}</strong>
<span v-if="blockedCount"> · 블라인드 {{ blockedCount }}</span>
</p>
<ul class="list">
<li v-for="it in items" :key="keyOf(it)" class="card" :class="{ blocked: it.blocked }">
<div class="row1">
<span class="badge" :class="it.targetType === 'POST' ? 'post' : 'comment'">
{{ it.targetType === 'POST' ? '글' : '댓글' }}
</span>
<span class="cat">{{ categoryLabel(it.category) }}</span>
<span class="report-count">🚩 {{ it.reportCount }}</span>
<span v-if="it.blocked" class="badge blind">블라인드됨</span>
<span class="time">{{ formatTime(it.lastReportedAt) }}</span>
</div>
<RouterLink :to="linkTo(it)" class="title-link">
<span v-if="it.targetType === 'COMMENT'" class="on-post">[{{ it.title }}] 댓글</span>
<span v-else class="ttl">{{ it.title }}</span>
</RouterLink>
<p class="content">{{ it.content }}</p>
<p class="author">작성자: {{ it.authorName || '알 수 없음' }}</p>
<div class="actions">
<RouterLink :to="linkTo(it)" class="btn ghost"> 보기</RouterLink>
<button
v-if="it.targetType === 'POST' && !it.blocked"
class="btn danger"
type="button"
:disabled="busyKey === keyOf(it)"
@click="blockPost(it)"
>
블라인드
</button>
<button
v-if="it.blocked"
class="btn"
type="button"
:disabled="busyKey === keyOf(it)"
@click="unblock(it)"
>
블라인드 해제
</button>
<button
v-if="!it.blocked"
class="btn ghost"
type="button"
:disabled="busyKey === keyOf(it)"
@click="dismiss(it)"
>
신고 무시
</button>
</div>
</li>
</ul>
</template>
</div>
</template>
<style scoped>
.report-admin {
padding: 0.5rem 0 2rem;
}
.head {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin-bottom: 1rem;
}
.desc {
flex: 1;
margin: 0;
font-size: 0.9rem;
color: var(--color-text-soft, #666);
line-height: 1.5;
}
.reload {
flex-shrink: 0;
border: 1px solid var(--color-border);
background: var(--color-background-soft);
color: var(--color-text);
border-radius: 8px;
padding: 0.4rem 0.7rem;
cursor: pointer;
font-size: 0.85rem;
}
.msg {
padding: 1rem;
color: var(--color-text-soft, #666);
}
.msg.error {
color: #e5484d;
}
.msg.empty {
text-align: center;
padding: 3rem 1rem;
}
.count {
margin: 0 0 0.75rem;
font-size: 0.9rem;
color: var(--color-text-soft, #666);
}
.list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.card {
border: 1px solid var(--color-border);
border-radius: 12px;
padding: 0.85rem 1rem;
background: var(--color-background);
}
.card.blocked {
border-color: #e5484d55;
background: #e5484d0d;
}
.row1 {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.4rem;
margin-bottom: 0.5rem;
}
.badge {
font-size: 0.72rem;
font-weight: 700;
padding: 0.12rem 0.45rem;
border-radius: 6px;
}
.badge.post {
background: #00bc7e22;
color: #00996a;
}
.badge.comment {
background: #3b82f622;
color: #2563eb;
}
.badge.blind {
background: #e5484d22;
color: #e5484d;
}
.cat {
font-size: 0.78rem;
color: var(--color-text-soft, #888);
}
.report-count {
font-size: 0.8rem;
font-weight: 700;
color: #e5484d;
}
.time {
margin-left: auto;
font-size: 0.75rem;
color: var(--color-text-soft, #999);
}
.title-link {
display: block;
color: var(--color-text);
text-decoration: none;
font-weight: 600;
margin-bottom: 0.25rem;
}
.title-link:hover {
text-decoration: underline;
}
.on-post {
color: var(--color-text-soft, #777);
font-weight: 500;
}
.content {
margin: 0 0 0.4rem;
font-size: 0.88rem;
color: var(--color-text-soft, #555);
white-space: pre-wrap;
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.author {
margin: 0 0 0.6rem;
font-size: 0.78rem;
color: var(--color-text-soft, #999);
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
}
.btn {
border: 1px solid var(--color-border);
background: var(--color-background-soft);
color: var(--color-text);
border-radius: 8px;
padding: 0.35rem 0.75rem;
cursor: pointer;
font-size: 0.82rem;
text-decoration: none;
display: inline-flex;
align-items: center;
}
.btn:disabled {
opacity: 0.5;
cursor: default;
}
.btn.ghost {
background: transparent;
}
.btn.danger {
border-color: #e5484d;
color: #e5484d;
}
</style>