- WeeklyScheduler 컴포넌트: 주차 카드 리스트, 펼침 애니메이션, 추가/삭제 - 주차 추가 시 직전 주차 설정 복사 (done 상태는 초기화) - 마지막 한 주차는 삭제 불가 - 주차별 날짜 범위 표시 (1주차는 시작 날짜부터 다음 목요일 전일) - 검은 마법사 월별 슬롯 배정: 한 달에 한 주차만 선점 가능, 두 달 걸치는 주차는 빈 슬롯 활용 - 새 주차 추가 시 같은 달 중복이면 검은 마법사 자동 초기화 - 1주차에만 완료/미완료 버튼 노출 - Select 드롭다운을 portal로 이동해 부모 overflow:hidden 영향 제거 - state.schedulerWeeks로 슬롯별 영속화 + 마이그레이션 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
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:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
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.