9e51651fc7
Merge remote-tracking branch 'origin/develop' into feature/design-system-refactoring
...
# Conflicts:
# docs/RELEASE-NOTES.md
# frontend/src/common/components/map/MapView.tsx
# frontend/src/tabs/incidents/components/DischargeZonePanel.tsx
# frontend/src/tabs/incidents/components/IncidentsView.tsx
2026-04-07 18:02:57 +09:00
e4b9c3e5dd
refactor(map): 지도 항상 라이트 모드로 고정
...
useBaseMapStyle에서 테마 구독 제거, 항상 LIGHT_STYLE 반환.
MapView lightMode를 true로 고정하여 앱 다크 모드와 무관하게
지도는 라이트 모드로 표시.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 22:27:39 +09:00
7921bfef96
refactor(map): lightMode prop 제거, useThemeStore 기반 테마 전환으로 통합
2026-04-06 12:35:32 +09:00
76ab75f561
Merge branch 'develop' into feature/design-system-font
2026-04-02 16:48:48 +09:00
a86188f473
feat(map): 전체 탭 지도 배경 토글 통합 및 기본지도 변경
...
- 지도 스타일 상수를 mapStyles.ts로 추출
- useBaseMapStyle 훅 생성 (mapToggles 기반 스타일 반환)
- 9개 탭 컴포넌트의 하드코딩 스타일을 공유 훅으로 교체
- 각 Map에 S57EncOverlay 추가
- 초기 mapToggles를 모두 false로 변경 (기본지도 표시)
2026-03-31 17:56:40 +09:00