feat: 역할별 메뉴 시스템 및 비즈니스 컴포넌트 라우팅 통합

- 5가지 역할(CEO, ProductionManager, Worker, SystemAdmin, Sales) 지원
- 역할별 메뉴 구성 및 동적 전환 기능
- 사이드바 컴포넌트 분리 (Sidebar.tsx)
- sam_prototype 디자인 완전 통합 (네이티브 select 사용)
- 비즈니스 컴포넌트 라우팅 연결 (lazy loading)
- PlaceholderPage 추가 (미구현 페이지용)
- BOMManagement Figma 에셋 제거 및 플레이스홀더 적용
This commit is contained in:
2025-10-20 16:49:12 +09:00
parent 33d02b897b
commit a524e3c9e2
7 changed files with 1443 additions and 121 deletions

6
postcss.config.js.backup Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}