feat(WEB): 입력 컴포넌트 공통화 및 UI 개선

- 숫자/통화/전화번호/사업자번호 등 특수 입력 컴포넌트 추가
- MobileCard 컴포넌트 통합 (ListMobileCard 제거)
- IntegratedListTemplateV2 페이지네이션 버그 수정 (NaN 이슈)
- IntegratedDetailTemplate 타이틀 중복 수정
- 문서 시스템 컴포넌트 추가
- 헤더 벨 아이콘 포커스 스타일 개선

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-01-21 20:56:17 +09:00
parent cfa72fe19b
commit 835c06ce94
190 changed files with 8575 additions and 2354 deletions

View File

@@ -1,6 +1,6 @@
# 전체 페이지 테스트 URL 목록
> 백엔드 메뉴 연동 전 테스트용 직접 접근 URL (Last Updated: 2025-12-23)
> 백엔드 메뉴 연동 전 테스트용 직접 접근 URL (Last Updated: 2026-01-21)
## 🚀 클릭 가능한 웹 페이지
@@ -262,13 +262,13 @@ http://localhost:3000/ko/reports/comprehensive-analysis # 종합 경영 분석
| 페이지 | URL | 상태 |
|--------|-----|------|
| **계정정보** | `/ko/account-info` | 🆕 NEW |
| **계정정보** | `/ko/settings/account-info` | 🆕 NEW |
| **회사정보** | `/ko/company-info` | 🆕 NEW |
| **구독관리** | `/ko/subscription` | 🆕 NEW |
| **결제내역** | `/ko/payment-history` | 🆕 NEW |
```
http://localhost:3000/ko/account-info # 계정정보
http://localhost:3000/ko/settings/account-info # 계정정보
http://localhost:3000/ko/company-info # 회사정보
http://localhost:3000/ko/subscription # 구독관리
http://localhost:3000/ko/payment-history # 결제내역
@@ -286,13 +286,13 @@ http://localhost:3000/ko/payment-history # 결제내역
| **공지사항** | `/ko/customer-center/notices` | ✅ |
| **이벤트** | `/ko/customer-center/events` | ✅ |
| **FAQ** | `/ko/customer-center/faq` | 🆕 NEW |
| **1:1 문의** | `/ko/customer-center/inquiries` | 🆕 NEW |
| **1:1 문의** | `/ko/customer-center/qna` | ✅ |
```
http://localhost:3000/ko/customer-center/notices # 공지사항
http://localhost:3000/ko/customer-center/events # 이벤트
http://localhost:3000/ko/customer-center/faq # FAQ
http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
http://localhost:3000/ko/customer-center/qna # 1:1 문의
```
> **고객센터 메뉴**: 공지사항, 이벤트, FAQ, 1:1 문의
@@ -404,7 +404,7 @@ http://localhost:3000/ko/reports/comprehensive-analysis # 종합 경영 분석
http://localhost:3000/ko/customer-center/notices # 공지사항
http://localhost:3000/ko/customer-center/events # 이벤트
http://localhost:3000/ko/customer-center/faq # FAQ
http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
http://localhost:3000/ko/customer-center/qna # 1:1 문의
```
---
@@ -455,7 +455,7 @@ http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
'/settings/popup-management' // 팝업관리 (🆕 NEW)
// 계정/회사/구독 (사이드바 루트 레벨 별도 메뉴)
'/account-info' // 계정정보 (🆕 NEW)
'/settings/account-info' // 계정정보 (🆕 NEW)
'/company-info' // 회사정보 (🆕 NEW)
'/subscription' // 구독관리 (🆕 NEW)
'/payment-history' // 결제내역 (🆕 NEW)
@@ -490,7 +490,7 @@ http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
'/customer-center/notices' // 공지사항
'/customer-center/events' // 이벤트
'/customer-center/faq' // FAQ (🆕 NEW)
'/customer-center/inquiries' // 1:1 문의 (🆕 NEW)
'/customer-center/qna' // 1:1 문의
```
---
@@ -498,4 +498,4 @@ http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
## 작성일
- 최초 작성: 2025-12-06
- 최종 업데이트: 2025-12-23 (출고관리 출하관리 페이지 추가)
- 최종 업데이트: 2026-01-21 (account-info 경로 수정)

View File

@@ -1,10 +1,5 @@
# Juil Enterprise Test URLs
Last Updated: 2026-01-12
### 대시보드
| 페이지 | URL | 상태 |
|---|---|---|
| **메인 대시보드** | `/ko/construction/dashboard` | ✅ 완료 |
Last Updated: 2026-01-21
## 프로젝트 관리 (Project)