maplestory/frontend
caadiq ef8f7d5ea4 주차별 계산 탭 - 주차 추가/삭제/편집 + 영속화
- WeeklyScheduler 컴포넌트: 주차 카드 리스트, 펼침 애니메이션, 추가/삭제
- 주차 추가 시 직전 주차 설정 복사 (done 상태는 초기화)
- 마지막 한 주차는 삭제 불가
- 주차별 날짜 범위 표시 (1주차는 시작 날짜부터 다음 목요일 전일)
- 검은 마법사 월별 슬롯 배정: 한 달에 한 주차만 선점 가능, 두 달 걸치는 주차는 빈 슬롯 활용
- 새 주차 추가 시 같은 달 중복이면 검은 마법사 자동 초기화
- 1주차에만 완료/미완료 버튼 노출
- Select 드롭다운을 portal로 이동해 부모 overflow:hidden 영향 제거
- state.schedulerWeeks로 슬롯별 영속화 + 마이그레이션

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:58:42 +09:00
..
public 이미지 페이징, React Query 도입, 메뉴 항목 추가/편집 폼 구현 2026-04-13 15:11:48 +09:00
src 주차별 계산 탭 - 주차 추가/삭제/편집 + 영속화 2026-04-14 18:58:42 +09:00
.gitignore 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
eslint.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
index.html 넥슨 Open API 사용 통계 스크립트 추가 2026-04-13 19:21:40 +09:00
package-lock.json 레이아웃/스크롤바 개선 2026-04-14 13:35:39 +09:00
package.json 레이아웃/스크롤바 개선 2026-04-14 13:35:39 +09:00
README.md 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
vite.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.