ERP-node/frontend/components/layout
kjs ce8b4ed688 feat: Add menu icon support in menu management
- Enhanced the menu management functionality by adding a new `menu_icon` field in the database schema, allowing for the storage of menu icons.
- Updated the `saveMenu` and `updateMenu` functions in the admin controller to handle the new `menu_icon` field during menu creation and updates.
- Modified the `AdminService` to include `MENU_ICON` in various queries, ensuring that the icon data is retrieved and processed correctly.
- Integrated the `MenuIconPicker` component in the frontend to allow users to select and display menu icons in the `MenuFormModal`.
- Updated the sidebar and layout components to utilize the new icon data, enhancing the visual representation of menus across the application.
2026-03-03 15:42:30 +09:00
..
AdminButton.tsx 각 회사별 데이터 분리 2025-10-27 16:40:59 +09:00
AppLayout.tsx feat: Add menu icon support in menu management 2026-03-03 15:42:30 +09:00
Logo.tsx 화면관리 쪽 파일첨부 수정 2025-09-26 17:12:03 +09:00
MainHeader.tsx 헤더 및 야드 이름 z-index 수정 2025-10-21 16:45:04 +09:00
MainSidebar.tsx feat: Add menu icon support in menu management 2026-03-03 15:42:30 +09:00
MobileMenu.tsx 최초커밋 2025-08-21 09:41:46 +09:00
ProfileModal.tsx 화면 다국어 처리 2026-01-14 15:33:57 +09:00
ResponsiveContainer.tsx 메일 관리 작업 저장용 커밋 2025-10-01 16:15:53 +09:00
SideMenu.tsx 최초커밋 2025-08-21 09:41:46 +09:00
UserDropdown.tsx 프로필 이미지 삭제 직후 렌더링이 안되는 문제 해결 2025-09-30 15:45:21 +09:00