Commit Graph

190 Commits

Author SHA1 Message Date
HyeonJongKim
5e2c276e74 - 빌링 결제신청(권한체크 'X' -> 'W')
- 에스크로 메일 재발송 버튼 활성화 조건 추가 , 권한체크 'X'-> 'W'
- 다국어 누락 부분 추가
2025-11-17 13:45:29 +09:00
HyeonJongKim
67a5d91cdb - 수정사항 적용 2025-11-17 10:39:38 +09:00
focp212@naver.com
ab05f44a21 버그 픽스 2025-11-17 09:46:52 +09:00
focp212@naver.com
a64efdf697 거래내역조회 스크롤시 리스트 2025-11-15 14:48:22 +09:00
focp212@naver.com
482bd0d43f 세금계산서 다운로드 및 일부 UI 변경 2025-11-15 12:21:41 +09:00
focp212@naver.com
d897fca03b 홈 즐겨찾기 변경 2025-11-13 13:09:17 +09:00
focp212@naver.com
6e2d860c24 2025-11-13 10:02:00 +09:00
focp212@naver.com
efe79f454e css 픽스 2025-11-12 19:08:42 +09:00
focp212@naver.com
2abf0ebab4 달력 2025-11-12 18:16:19 +09:00
focp212@naver.com
bfcb63681f 달력 수정 2025-11-12 17:52:06 +09:00
focp212@naver.com
8924019980 css 변경 2025-11-12 09:58:22 +09:00
focp212@naver.com
a5abe3f0fd .. 2025-11-11 18:23:14 +09:00
focp212@naver.com
18cb4f0cbb 수정 2025-11-11 17:04:57 +09:00
focp212@naver.com
4bb403814c 이미지 수정 2025-11-11 16:32:06 +09:00
focp212@naver.com
1503406b6f 불필요 내용 수정및 파일 제거 2025-11-11 13:44:35 +09:00
focp212@naver.com
f547ec2c39 수정 2025-11-10 17:17:08 +09:00
focp212@naver.com
7a396b330b 세금계산서 샘플링 2025-11-10 15:03:27 +09:00
focp212@naver.com
0d93a95744 bottomsheet 2025-11-10 09:55:13 +09:00
focp212@naver.com
b5db56fd70 catch 수정 및 불필요 api 삭제 api 변경 내역 수정 2025-11-07 15:16:14 +09:00
focp212@naver.com
e5342f1d0a catch 2025-11-07 14:04:21 +09:00
Jay Sheen
45cee4b53e Fix menu scrolling issue to prevent content from going above safe area
This commit resolves a dual-scrolling problem where users could scroll both
the outer modal container and the inner menu list, causing the menu content
to incorrectly scroll above the iOS safe area.

Changes:
- Added :has(.full-menu-list) selector to disable outer scroll only in menu component
- Applied flex layout specifically to menu containers using targeted CSS
- Enhanced .full-menu-list with proper flex properties for contained scrolling

This fix ensures:
- Only the menu list area scrolls, not the entire modal
- Fixed headers and navigation stay in place
- Menu content respects safe area boundaries
- No impact on other components using full-menu-modal (filters, details, etc.)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 13:55:52 +09:00
focp212@naver.com
1fcbc35aab 달력 관련 수정 2025-11-07 12:36:58 +09:00
Jay Sheen
eee6afaa90 Set alert popup width constraints (min 240px, max 360px)
팝업 너비를 최소 240px, 최대 360px로 제한

Changes:
- .popup-container에 min-width: 240px, max-width: 360px 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 17:01:17 +09:00
Jay Sheen
eb70b7808d Fix full-menu-header position for different modal types
Menu 컴포넌트와 Settlement Detail 컴포넌트의 safe area 처리를 구분하여 적용

Changes:
- .full-menu-container: 기본 padding-top 50px 유지 (Menu용)
- .full-menu-container.pdw-16: safe area를 포함한 padding-top 적용 (Settlement Detail용)
- .full-menu-header: 기본적으로 safe area 아래 위치 (top: env(safe-area-inset-top))
- .full-menu-container.pdw-16 .full-menu-header::before: 가상 요소로 safe area 영역을 덮어 스크롤 컨텐츠가 보이지 않도록 처리

결과:
- Menu: 기존 동작 유지
- Settlement Detail: 헤더는 메뉴와 같은 위치, 스크롤 컨텐츠는 safe area 위로 보이지 않음

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 16:47:02 +09:00
Jay Sheen
3845a33159 Fix iOS safe area scroll issue in settlement detail modal
iOS webview에서 full-menu-modal의 option-list 컨텐츠가 스크롤 시 safe area 위로 올라가는 문제 수정

Changes:
- .full-menu-modal: padding-top 제거 (스크롤되는 영역이므로)
- .full-menu-header: top을 0으로 변경하고 padding-top과 height에 safe-area-inset-top 포함
- .full-menu-container: padding-top에 safe-area-inset-top 추가

헤더가 safe area 전체를 물리적으로 덮도록 하여 스크롤 컨텐츠가 safe area 위로 보이지 않도록 함

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 16:26:14 +09:00
Jay Sheen
d8aa77ad69 Revert "Fix full menu modal scroll behavior"
This reverts commit 5e8c703856.
2025-11-06 15:29:39 +09:00
Jay Sheen
5e8c703856 Fix full menu modal scroll behavior
- Remove overflow-y scroll from .full-menu-modal to prevent entire modal from scrolling
- Add overflow-y: hidden to header, top-nav, keywords sections to block vertical scroll
- Ensure only .full-menu-list area is scrollable
- Fix issue where menu content was scrolling through header area

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 14:26:07 +09:00
HyeonJongKim
b7612ca2bc - NiceCalendar MinDate 날짜 제약 임시 해제 (추후 원복 필요) 2025-11-06 09:39:58 +09:00
focp212@naver.com
9b5c981029 달력제약조건수정 2025-11-05 16:08:40 +09:00
focp212@naver.com
a61f0bc2ff .. 2025-11-05 14:25:47 +09:00
focp212@naver.com
a4807c4013 메뉴 권한 및 ui 수정 2025-11-05 14:03:50 +09:00
focp212@naver.com
77014dcc10 alarm 2025-11-05 09:48:06 +09:00
Jay Sheen
dbce0c6603 css : sales-detail --> dales-detail 2025-11-04 17:07:41 +09:00
focp212@naver.com
c99b635950 수정 2025-11-04 08:57:12 +09:00
focp212@naver.com
06d9d82c78 달력 2025-11-03 16:39:18 +09:00
focp212@naver.com
99be1d46f7 달력 2025-11-03 14:23:15 +09:00
Jay Sheen
c6b821a351 Improve menu category selection when scrolling to bottom
Automatically select the last category when the user scrolls to the bottom of the menu list.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 14:08:45 +09:00
focp212@naver.com
6ff2209508 close 버튼 공통화 2025-11-03 13:36:22 +09:00
focp212@naver.com
8940be56b9 . 2025-11-03 11:36:35 +09:00
focp212@naver.com
f2b09cd2f8 calendar 수정 2025-11-03 11:20:31 +09:00
Jay Sheen
0b3c326768 Add KeyIn pre/post cancel types and improve English translations
- Add PRE_CANCEL and POST_CANCEL transaction types to KeyIn payment
- Update English translations for better readability (FAQ, Settlement Service)
- Fix calendar month date parsing to handle format correctly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 11:11:46 +09:00
Jay Sheen
4e5e0a8760 Add undefined fallback for valueMonth state
Added else clauses to set valueMonth to undefined when month values are not provided:
- Prevents stale date values in calendar
- Ensures calendar displays correctly when switching between date ranges

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 18:43:07 +09:00
Jay Sheen
6b9ee65418 Fix calendar month value type to use Date instead of string
Fixed invalid date error when selecting month:
- Changed valueYear (string) to valueMonth (Date) state
- Set valueMonth using moment().toDate() for all calendar types
- Parse startMonth, endMonth, singleMonth with moment and convert to Date
- Calendar component now receives proper Date object instead of year string
- This fixes the "Invalid date" error and prevents error cascade

Changes:
- useState<string> → useState<Date | undefined>
- setValueYear(year) → setValueMonth(moment().toDate())
- Calendar value prop now receives Date object

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 18:42:46 +09:00
Jay Sheen
d9af3ef407 Fix invalid date error with better date parsing
Improved date parsing in setMinMaxValueDate:
- Use moment with multiple format support: ['YYYY.MM', 'YYYYMM']
- Add strict parsing mode with true parameter
- Validate date with isValid() before setting
- Handles both 'YYYY.MM' and 'YYYYMM' input formats

This resolves the invalid date error when selecting year/month.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 18:29:11 +09:00
Jay Sheen
3fd7b7c058 Fix date parsing error in nice-calendar-month
Fixed Invalid date error when selecting year/month:
- Changed date creation from `new Date(moment(endMonth+'01').format('YYYY.MM.DD'))`
  to `moment(endMonth + '.01', 'YYYY.MM.DD').toDate()`
- Used proper moment parsing with explicit format string
- Applied to both minMonth and maxMonth date creation

This fixes the error that occurred after localization was applied.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 18:16:48 +09:00
focp212@naver.com
5f973b2496 잇슈 수정 2025-10-31 17:49:11 +09:00
focp212@naver.com
ae4ee20308 no message 2025-10-31 17:10:56 +09:00
focp212@naver.com
283bab656e 수정 2025-10-31 17:08:29 +09:00
Jay Sheen
2ff49ef4ab Remove '일' suffix from Korean calendar day numbers
Modified formatDay function in both calendar components:
- For Korean locale (ko), display only the day number (e.g., '10' instead of '10일')
- For other locales, use default toLocaleString formatting

Changes:
- nice-calendar.tsx: Updated formatDay to check currentLocale === 'ko'
- nice-calendar-month.tsx: Updated formatDay to check currentLocale === 'ko'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 16:59:36 +09:00
Jay Sheen
70a40c1c01 Add locale support to calendar components (ko, en)
Applied i18n locale to both calendar components:

Changes to nice-calendar.tsx:
- Added useTranslation hook import
- Get current locale from i18n.language
- Updated all format functions (formatMonthYear, formatYear, formatMonth, formatDay, formatShortWeekday) to use currentLocale instead of hardcoded 'en'
- Added locale prop to Calendar component

Changes to nice-calendar-month.tsx:
- Added useTranslation hook import
- Get current locale from i18n.language
- Updated all format functions to use currentLocale instead of hardcoded 'en'
- Added locale prop to Calendar component

Now calendars will display in Korean when language is set to 'ko' and in English when set to 'en'.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 16:57:28 +09:00