Commit Graph

319 Commits

Author SHA1 Message Date
focp212@naver.com
6169f1a565 불필요 파일 제거 2025-11-11 13:45:58 +09:00
focp212@naver.com
1503406b6f 불필요 내용 수정및 파일 제거 2025-11-11 13:44:35 +09:00
focp212@naver.com
6bd57708cf 세금계산서 엑셀다운로드 추가 2025-11-11 10:38:23 +09:00
focp212@naver.com
f72fcf0604 거래내역 엑셀 다운로드 2025-11-11 10:22:43 +09:00
focp212@naver.com
a7c980dff8 api 추가 2025-11-11 09:14:34 +09:00
focp212@naver.com
5d398c9d77 api 추가 2025-11-10 18:03:38 +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
916a3b4344 remove sentry 2025-11-10 11:08:26 +09:00
focp212@naver.com
24d0b38e5e 설정 변경 2025-11-10 10:39:50 +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
92d01ec66c 엑셀 다운로드 관련 수정 2025-11-07 13:24:57 +09:00
focp212@naver.com
7b7c9246bf Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-07 12:37:12 +09:00
focp212@naver.com
1fcbc35aab 달력 관련 수정 2025-11-07 12:36:58 +09:00
HyeonJongKim
21103232e9 - 수기발행,1:1문의 등록, 빌링 모바일 용 패딩 추가 로직 추가 2025-11-07 11:09:35 +09:00
HyeonJongKim
3b4da4f9d4 - 부가서비스 각 요청 페이지 키패드 높이 만큼 패딩 삽입 hook 추가
- 각 요청 페이지 자동 패딩 적용
2025-11-06 18:04:44 +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
Jay Sheen
7160109f78 Add permission checks to account and QNA pages
- Add grant check (46, 'X') to password change navigation handlers
- Add grant check (45, 'X') to user management save/add operations
- Add grant check (64, 'X') to QNA registration
- Refactor inline onClick handlers to separate methods for better maintainability
- Add debug logging to checkGrant function

Changes:
- password-manage-wrap: Extract changeLoginPassword and changeCancelPassword methods
- user-account-auth-wrap: Extract handleSave method with permission check
- user-login-auth-info-wrap: Add permission check to handleSave
- user-manage-wrap: Add permission check to onClickToNavigation, simplify onClick
- qna/register-page: Add permission check to onClickToRegisterQna

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 17:37:03 +09:00
focp212@naver.com
87e9bb76de 에러 처리 2025-11-05 16:59:57 +09:00
focp212@naver.com
9b5c981029 달력제약조건수정 2025-11-05 16:08:40 +09:00
focp212@naver.com
fb889a9f2c 이용내역 권한 관련 2025-11-05 15:26:14 +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
47bd25f7e3 .. 2025-11-04 16:38:42 +09:00
focp212@naver.com
e0f767b2b6 불필요 파일 제거 2025-11-04 11:31:21 +09:00
focp212@naver.com
7cbda1a5fb 불필요 파일 제거 2025-11-04 11:27:34 +09:00
focp212@naver.com
9fa74ca6c3 Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-04 11:08:39 +09:00
focp212@naver.com
48bf13e749 자금이체 2025-11-04 11:08:33 +09:00
HyeonJongKim
75d5837707 Refactor additional service filters and update related pages
- Move filter components to separate ars/filter and payout directories
- Update additional service types and list item component
- Modify page routes and path constants

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 11:04:33 +09:00
focp212@naver.com
872a3f74db Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-04 10:41:06 +09:00
focp212@naver.com
0092ae00ad 알림톡 결제통보 상세 2025-11-04 10:40:56 +09:00
HyeonJongKim
7e7f0879b5 Merge remote-tracking branch 'origin/main'
Resolved conflicts in:
- account-holder-auth-list.tsx
- list-item.tsx
- account-holder-auth-page.tsx

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 10:33:09 +09:00
HyeonJongKim
86c5421c21 Refactor additional service pages and add localization
- ARS 페이지 컴포넌트 분리 및 리팩토링
- SMS 재전송 성공/실패 snackBar 추가
- 부가서비스 페이지 다국어(i18n) 적용
- 계좌명의인증 리스트 UI 개선
- 라우트 경로 상수 정리

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 10:31:03 +09:00
focp212@naver.com
d290e91a45 계좌점유인증 2025-11-04 10:28:51 +09:00
focp212@naver.com
f1f20c0373 알람 링크 2025-11-04 09:34:33 +09:00
focp212@naver.com
cab65b19bc 정산내역 상세 변경 2025-11-04 09:28:42 +09:00
focp212@naver.com
c99b635950 수정 2025-11-04 08:57:12 +09:00
focp212@naver.com
c1e631cbb4 상세 경로 수정 2025-11-03 21:00:08 +09:00
focp212@naver.com
d2b477e7bd 상세 수정 2025-11-03 20:57:55 +09:00
focp212@naver.com
06d9d82c78 달력 2025-11-03 16:39:18 +09:00