ERP-node/frontend/components/screen/widgets
kjs 5eab4669f0 feat: Update screen management service and UI components for main table handling
- Enhanced the `ScreenManagementService` to update the main table name in the database when saving layout data, improving data integrity and tracking.
- Modified the `ScreenDesigner` component to include the main table name in the save request, ensuring the correct table is referenced.
- Updated the `TablesPanel` to generate unique keys for join tables based on source columns, preventing key collisions and improving rendering performance.
- Refactored the `TabsWidget` to streamline screen information loading and removed redundant screen info loading logic, enhancing efficiency and user experience.
2026-02-13 14:25:12 +09:00
..
types refactor: 코드 정리 및 불필요한 로그 제거 2026-02-05 17:35:13 +09:00
CategoryWidget.tsx
FileUpload.tsx
FlowButtonGroup.tsx
FlowWidget.tsx
InputWidget.tsx
SelectWidget.tsx
TabsWidget.tsx feat: Update screen management service and UI components for main table handling 2026-02-13 14:25:12 +09:00
TextareaWidget.tsx