ERP-node/frontend/app
SeongHyun Kim 48e9ece4f7 feat(login): POP 모드 토글 추가 - 로그인 시 POP/PC 진입 선택
로그인 폼에 POP 모드 Switch 토글을 추가하여 현장 작업자가
로그인 시점에서 POP 화면으로 직접 진입할 수 있도록 한다.
토글 상태는 localStorage에 저장되어 다음 로그인 시 유지된다.
[백엔드]
- 로그인 응답에 popLandingPath 추가 (getPopMenuList 재사용)
- AdminService/paramMap 변수 스코프 버그 수정
  (try 블록 내부 선언 -> 외부로 이동)
[프론트엔드]
- useLogin: isPopMode 상태 + localStorage 연동 + POP 분기 라우팅
- LoginForm: POP 모드 Switch 토글 UI (Monitor 아이콘)
- POP 미설정 시 에러 메시지 표시 후 로그인 중단
- LoginResponse 타입에 popLandingPath 필드 추가
2026-03-09 15:15:15 +09:00
..
(admin)/admin 공차관련수정사항들 2025-12-02 09:53:08 +09:00
(auth) feat(login): POP 모드 토글 추가 - 로그인 시 POP/PC 진입 선택 2026-03-09 15:15:15 +09:00
(main) Merge branch 'ksh-v2-work' into main 2026-03-04 14:27:46 +09:00
(pop) feat(pop): PC <-> POP 모드 전환 네비게이션 + POP 기본 화면(Landing) 기능 2026-03-09 12:16:26 +09:00
api/admin/layouts 레이아웃 추가기능 2025-09-10 18:36:28 +09:00
test-autocomplete-mapping feat(autocomplete-search-input): 필드 자동 매핑 및 저장 위치 선택 기능 추가 2025-11-20 13:47:21 +09:00
test-entity-search test entity search페이지 임시 비활성화 2025-11-21 04:05:42 +09:00
test-order-registration 임시비활성화 2025-11-21 03:58:02 +09:00
test-type-safety 타입 관리 개선 및 화면 비율조정 중간커밋 2025-09-19 18:43:55 +09:00
favicon.ico 최초커밋 2025-08-21 09:41:46 +09:00
globals.css refactor: Remove debug logs and optimize toast animations 2026-02-09 15:37:28 +09:00
layout.tsx 스타일 수정중 2025-10-30 12:03:50 +09:00
page.tsx 최초커밋 2025-08-21 09:41:46 +09:00
registry-provider.tsx feat: 다중 선택 및 일괄 삭제 기능 추가 2026-01-27 11:02:20 +09:00