160 Commits

Author SHA1 Message Date
e114a45348 Enhance WizardView component by adding support for custom action buttons, sideBarGrow functionality, and a disabled state. Refactor layout styles for better responsiveness and usability. 2025-11-24 03:32:59 +00:00
b7bb6121b7 Update StateTag component to rename 'unconsumed' state to 'new' and add 'used' state with corresponding status and text. 2025-11-24 03:32:40 +00:00
dabad4f489 Enhance StateDisplay component to include 'used' as a loading progress type and adjust progress status and color accordingly. 2025-11-24 03:32:16 +00:00
94c55c8e77 Enable treeDefaultExpandAll in ObjectSelect component for improved tree view visibility 2025-11-24 03:32:06 +00:00
8f67d7daae Add roundNumber prop to ObjectProperty component for configurable number rounding and enhance select case handling for better value display 2025-11-24 03:31:58 +00:00
e788eaba91 Refactor ObjectForm component to implement debounced validation and state updates, improving performance and reducing unnecessary re-renders. 2025-11-24 03:31:51 +00:00
6af832afe5 Add disabled prop to NewObjectButtons for enhanced control over button states 2025-11-24 03:31:39 +00:00
69c387ca1d Update DocumentPrintButton width settings for responsive design across various screen sizes. 2025-11-24 03:31:31 +00:00
ecf73c13c0 Refactor Load and Unload Filament Stock components to utilize WizardView for improved user experience, integrate API server context for real-time temperature and filament sensor updates, and streamline form validation logic. 2025-11-23 13:26:46 +00:00
657d6a5c6e Added PDF preview to ApiServerContext 2025-11-23 13:26:31 +00:00
8f34c262a0 Added PDF preview option. 2025-11-23 13:25:43 +00:00
5cb586246f Enhance StateDisplay component to conditionally show progress for specific loading types 2025-11-23 13:22:51 +00:00
b12d230a8e Fixed object type search bug 2025-11-23 13:22:21 +00:00
8ed0287d73 Adjust ObjectTable fixed column behavior for mobile and update action column width calculation 2025-11-23 13:21:48 +00:00
030053b965 Minor bug fixes 2025-11-23 13:21:34 +00:00
2d2df403e3 Added select type 2025-11-23 13:20:22 +00:00
8c622420bb Fixed loading glitch if web server becomes unresponsive. 2025-11-21 19:15:25 +00:00
46923c4ba8 Fixed filament stock creation bug. 2025-11-17 18:50:05 +00:00
3c9071be33 Add printer control actions for firmware and queue management 2025-11-17 18:49:00 +00:00
594c9a99ce Enhance UrlDisplay component with improved styling for responsive text and link handling 2025-11-17 18:48:41 +00:00
c075599044 Update ObjectProperty component to include minWidth style for text parameters 2025-11-17 18:48:31 +00:00
9a65f1577b Fix object actions. 2025-11-17 18:47:36 +00:00
1f85145b67 Refactor NewObjectForm to use merge for setting object data, ensuring computed values are correctly integrated with previous state. 2025-11-17 18:47:09 +00:00
caa67cd111 Fixed auth not remembering user is logged in. 2025-11-17 18:44:42 +00:00
48631c98c3 Refactor file handling and update API methods for improved file management. Renamed fetchObjectContent to fetchFileContent, updated related function calls, and enhanced file preview capabilities. Removed unused components and optimized imports. 2025-11-16 17:02:15 +00:00
ae33f27dfb Added progress. 2025-09-07 19:47:33 +01:00
1b86b0917c Display objects in tags. 2025-09-07 19:46:45 +01:00
99c65aa1d1 Keep action in url if modal is open. 2025-09-07 19:46:24 +01:00
28422018cd Overhauled new gcodefile. 2025-09-07 19:45:57 +01:00
69c8ecd23a New loading placeholder and transparent placeholders. 2025-09-07 19:45:30 +01:00
8310e7d12b Added file previews 2025-09-07 19:45:09 +01:00
5e592c66c7 Added clear action. 2025-09-07 19:44:53 +01:00
9fe2b60d04 Added deploy functionality. 2025-09-07 19:44:38 +01:00
f3839b278f Added data tree component. 2025-09-07 19:43:16 +01:00
bdc376af25 Added file support 2025-09-07 19:41:26 +01:00
8993caeac5 Add objectData to state in DocumentTemplateDesign component for improved data handling and management. 2025-09-05 23:21:24 +01:00
800e0d82a2 Enhance PrinterTemperaturePanel component by adding sendObjectAction for temperature setting; refactor handleSetTemperature to support async operations and improve event handling for temperature input changes. 2025-09-05 23:21:14 +01:00
d07e2be330 Refactor PropertyChanges component to replace Space with Flex for improved layout and spacing in rendering property changes. 2025-09-05 23:21:00 +01:00
09bf3b81c7 Refactor ObjectSelect component to improve state management and UI structure; add useRef for tracking previous values and enhance rendering with additional div wrapper for ObjectProperty. 2025-09-05 23:20:50 +01:00
e2a96949b3 Enhance ObjectProperty component by adding AlertsDisplay for rendering alerts; update value checks for improved data handling and styling adjustments. 2025-09-05 23:20:27 +01:00
0eac407db4 Update ObjectInfo component to conditionally include showHyperlink prop in ObjectProperty, enhancing flexibility in rendering object properties. 2025-09-05 23:20:19 +01:00
f2e7959a00 Enhance ObjectForm component to include objectData in state changes; add useEffect for syncing objectData updates, improving form validation handling and state management. 2025-09-05 23:20:08 +01:00
45d9aabb87 Enhance WizardView component by adding sideBar and submitText props for improved customization; refactor layout for better responsiveness and structure. 2025-09-05 23:19:32 +01:00
c7ddcd36e3 Refactor TemplateEditor component to utilize TemplatePreview for improved preview functionality; remove unnecessary state and effects, enhancing code clarity and maintainability. 2025-09-05 23:19:20 +01:00
b6cd1bac0b Integrate IdDisplay component into ObjectDisplay for improved ID handling; conditionally render ID when object name is absent. 2025-09-05 23:18:57 +01:00
5cf4976635 Update IdDisplay component to enhance styling with minWidth and width properties for better layout control 2025-09-05 23:18:45 +01:00
475f06e5f0 Enhance ObjectActions component to support dynamic action disabling based on objectData; refactor mapActionsToMenuItems function to include objectData parameter. 2025-09-05 23:18:37 +01:00
12a4d46da8 Update DeveloperSidebar to replace Print Server Debug with API Debug; adjust routeKeyMap for new API context debugging path. 2025-09-05 23:17:58 +01:00
1f7b7292fb Add destroyOnHidden prop to NewPrinter modal for improved cleanup on close 2025-09-05 23:17:45 +01:00
6c0933b797 Refactor NewPrinter component to utilize NewObjectForm and WizardView for improved structure and user experience; streamline printer setup process and enhance form validation. 2025-09-05 23:17:35 +01:00