Commit Graph

67 Commits

Author SHA1 Message Date
Jay Sheen
060b48de56 iOS safe area 지원 추가 및 버전 업데이트
- iOS WebView에서 safe-area-inset-top 값을 고려하도록 스크롤 액션 수정
- safearea.css를 index.html에 추가하여 CSS 변수 활성화
- .date-group-label 위치에 safe-area-inset-top 적용
- 버전 1.0.3으로 업데이트
- Makefile 빌드 스크립트 개선

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 18:46:07 +09:00
focp212@naver.com
84909b6ed3 결제 정보 일부 수정 2025-11-18 17:57:55 +09:00
focp212@naver.com
565e78cd1e 거래내역 조회 필터 뱃지 2025-11-17 18:30:18 +09:00
HyeonJongKim
5e2c276e74 - 빌링 결제신청(권한체크 'X' -> 'W')
- 에스크로 메일 재발송 버튼 활성화 조건 추가 , 권한체크 'X'-> 'W'
- 다국어 누락 부분 추가
2025-11-17 13:45:29 +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
efe79f454e css 픽스 2025-11-12 19:08:42 +09:00
focp212@naver.com
8924019980 css 변경 2025-11-12 09:58:22 +09:00
focp212@naver.com
0d93a95744 bottomsheet 2025-11-10 09:55:13 +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
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
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
8940be56b9 . 2025-11-03 11:36:35 +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
focp212@naver.com
9bf6b7aba9 css 수정 2025-10-31 13:42:42 +09:00
focp212@naver.com
55a71f10f6 fix 2025-10-31 11:28:28 +09:00
focp212@naver.com
e0016bbf7f . 2025-10-30 13:22:05 +09:00
focp212@naver.com
e994dc7ec3 수정 2025-10-30 13:21:31 +09:00
HyeonJongKim
133aa44dff - 부가서비스 링크결제 : 기간연장,링크 중단 활성화,비활성화 조건 적용, 체크박스 Action 추가 2025-10-30 09:29:13 +09:00
focp212@naver.com
4019a777b1 main background color 2025-10-29 15:09:43 +09:00
HyeonJongKim
e125a73228 - 안드로이드 알림 설정 AppBridge 추가
- KeyIn Request 필드 수정
2025-10-28 11:33:24 +09:00
focp212@naver.com
d9ebc2c51f 스타일 수정 2025-10-27 17:28:57 +09:00
focp212@naver.com
3517157be5 현금영수증 빠진 항목 수정 에스크로 amountInfo 셋팅 2025-10-27 15:44:47 +09:00
focp212@naver.com
9be67b403e 알림함 카테고리 셋팅 2025-10-27 11:30:02 +09:00
focp212@naver.com
f4b8ee29d8 페이징 구조 수정 2025-10-26 11:28:06 +09:00
focp212@naver.com
7f891b85b1 버그 픽스 및 정산 조회 2025-10-24 13:55:37 +09:00
HyeonJongKim
53f6731205 - getListDateGroup 수정
- 알림톡 필터 추가
- 일부 부가서비스 엑셀다운로드 바텀시트 추가
2025-10-23 10:49:15 +09:00
HyeonJongKim
1e7f13d5cc - 자금이체 입금확인증 다운로드 API 추가
- 분리승인 누락 CSS 추가
- 알림톡 리스트 수정
2025-10-22 09:59:40 +09:00
focp212@naver.com
0382fa8248 paging 2025-10-17 17:35:11 +09:00
focp212@naver.com
a07e80e60c test 2025-10-15 17:57:27 +09:00
focp212@naver.com
66524b36bc edit 2025-10-15 10:02:44 +09:00
focp212@naver.com
85fb8cae49 메뉴 스크롤 2025-10-14 18:24:08 +09:00
focp212@naver.com
31478d1659 test 2025-10-14 17:37:50 +09:00
focp212@naver.com
d07c992870 testst 2025-10-14 17:10:43 +09:00
focp212@naver.com
29eca29222 test 2025-10-13 16:03:56 +09:00
focp212@naver.com
261d17cd30 풋터 관련 수정 2025-10-13 09:51:29 +09:00
focp212@naver.com
35fddd6872 메뉴 2025-10-02 10:35:25 +09:00
focp212@naver.com
35f8f1dbd6 홈 배너 2025-10-01 17:15:57 +09:00
focp212@naver.com
24f4878acd 수정 2025-10-01 13:30:00 +09:00
focp212@naver.com
68f8560d05 업데이트 2025-10-01 09:27:08 +09:00
focp212@naver.com
857a58c14d 즐겨찾기 움직임 버그 픽스 내용 없을시 공간 버그 픽스 2025-09-30 19:19:57 +09:00
focp212@naver.com
cb11e21162 풋터 2025-09-30 09:46:18 +09:00
focp212@naver.com
7ca420c257 홈 화면 2025-09-29 13:33:41 +09:00
focp212@naver.com
f2337e269d ars 상세 , 요청 2025-09-24 13:13:01 +09:00