maplestory/frontend
caadiq a0fd5a2dbb 메뉴 CRUD 백엔드 + 폼 개선
백엔드:
- Menu 모델 + admin/menus CRUD API + 공개 /api/menus 엔드포인트
- 정렬 변경(reorder) API 추가 (드래그앤드롭 대비)

프론트엔드:
- 메뉴 삭제 기능 (편집 모드 폼 좌측 빨간 버튼)
- ConfirmDialog를 공용 컴포넌트로 추출
- URL 입력을 prefix(/) 형태로 분리, 실제 URL 미리보기 표시
- 캐시 hit 시 폼 동기화 안되던 버그 수정 (useEffect로 데이터 sync)
- 전역 button/a 태그에 cursor-pointer 적용

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 15:20:46 +09:00
..
public 이미지 페이징, React Query 도입, 메뉴 항목 추가/편집 폼 구현 2026-04-13 15:11:48 +09:00
src 메뉴 CRUD 백엔드 + 폼 개선 2026-04-13 15:20:46 +09:00
.gitignore 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
eslint.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
index.html 관리자 대시보드 리디자인 및 메뉴/이미지 관리 페이지 추가 2026-04-13 14:20:32 +09:00
package-lock.json 이미지 페이징, React Query 도입, 메뉴 항목 추가/편집 폼 구현 2026-04-13 15:11:48 +09:00
package.json 이미지 페이징, React Query 도입, 메뉴 항목 추가/편집 폼 구현 2026-04-13 15:11:48 +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.