aeebaadddaRefactor CSS for improved readability and maintainability, including adjustments to selectors and spacing for various components.Tom Butcher2025-11-23 13:22:07 +00:00
8ed0287d73Adjust ObjectTable fixed column behavior for mobile and update action column width calculationTom Butcher2025-11-23 13:21:48 +00:00
1f85145b67Refactor NewObjectForm to use merge for setting object data, ensuring computed values are correctly integrated with previous state.Tom Butcher2025-11-17 18:47:09 +00:00
caa67cd111Fixed auth not remembering user is logged in.Tom Butcher2025-11-17 18:44:42 +00:00
48631c98c3Refactor 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.Tom Butcher2025-11-16 17:02:15 +00:00
8993caeac5Add objectData to state in DocumentTemplateDesign component for improved data handling and management.Tom Butcher2025-09-05 23:21:24 +01:00
800e0d82a2Enhance PrinterTemperaturePanel component by adding sendObjectAction for temperature setting; refactor handleSetTemperature to support async operations and improve event handling for temperature input changes.Tom Butcher2025-09-05 23:21:14 +01:00
d07e2be330Refactor PropertyChanges component to replace Space with Flex for improved layout and spacing in rendering property changes.Tom Butcher2025-09-05 23:21:00 +01:00
09bf3b81c7Refactor ObjectSelect component to improve state management and UI structure; add useRef for tracking previous values and enhance rendering with additional div wrapper for ObjectProperty.Tom Butcher2025-09-05 23:20:50 +01:00
e2a96949b3Enhance ObjectProperty component by adding AlertsDisplay for rendering alerts; update value checks for improved data handling and styling adjustments.Tom Butcher2025-09-05 23:20:27 +01:00
0eac407db4Update ObjectInfo component to conditionally include showHyperlink prop in ObjectProperty, enhancing flexibility in rendering object properties.Tom Butcher2025-09-05 23:20:19 +01:00
f2e7959a00Enhance ObjectForm component to include objectData in state changes; add useEffect for syncing objectData updates, improving form validation handling and state management.Tom Butcher2025-09-05 23:20:08 +01:00
1b7fd77a99Add new 'deploy' action to Job model and enhance Printer model with additional fields for 'active', 'online', 'currentJob', 'currentSubJob', and 'alerts'; update existing fields for improved data handling.Tom Butcher2025-09-05 23:19:56 +01:00
f90eb4ed37Add File and DocumentJob models to ObjectModels; update exports for improved model accessibility.Tom Butcher2025-09-05 23:19:45 +01:00
45d9aabb87Enhance WizardView component by adding sideBar and submitText props for improved customization; refactor layout for better responsiveness and structure.Tom Butcher2025-09-05 23:19:32 +01:00
c7ddcd36e3Refactor TemplateEditor component to utilize TemplatePreview for improved preview functionality; remove unnecessary state and effects, enhancing code clarity and maintainability.Tom Butcher2025-09-05 23:19:20 +01:00
b6cd1bac0bIntegrate IdDisplay component into ObjectDisplay for improved ID handling; conditionally render ID when object name is absent.Tom Butcher2025-09-05 23:18:57 +01:00
5cf4976635Update IdDisplay component to enhance styling with minWidth and width properties for better layout controlTom Butcher2025-09-05 23:18:45 +01:00
475f06e5f0Enhance ObjectActions component to support dynamic action disabling based on objectData; refactor mapActionsToMenuItems function to include objectData parameter.Tom Butcher2025-09-05 23:18:37 +01:00
12a4d46da8Update DeveloperSidebar to replace Print Server Debug with API Debug; adjust routeKeyMap for new API context debugging path.Tom Butcher2025-09-05 23:17:58 +01:00
1f7b7292fbAdd destroyOnHidden prop to NewPrinter modal for improved cleanup on closeTom Butcher2025-09-05 23:17:45 +01:00
6c0933b797Refactor NewPrinter component to utilize NewObjectForm and WizardView for improved structure and user experience; streamline printer setup process and enhance form validation.Tom Butcher2025-09-05 23:17:35 +01:00
5300874b80Enhance ObjectTable component to support Electron context; adjust scroll height based on Electron environment and improve action button handling with dynamic disabled state.Tom Butcher2025-09-05 23:17:20 +01:00
f0cb4b3b83Add ApiContextDebug component for API server debugging and testing functionality; removed PrintServerContextDebug component.Tom Butcher2025-09-05 23:17:08 +01:00
fbdb451659Add DocumentPrintButton to various management components and update objectData handlingTom Butcher2025-09-05 23:16:42 +01:00
204a881dfaRefactor object data merging in NewObjectForm to use lodash's merge for improved state managementTom Butcher2025-09-05 23:15:42 +01:00
c5355c8cf2Implement DocumentPrintButton component for document template selection and printing functionalityTom Butcher2025-09-05 23:15:24 +01:00
5a656d43f1Added AlertsDisplay component to ControlPrinter and updated state management to include objectData.Tom Butcher2025-09-05 23:14:32 +01:00