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
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
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
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
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
5300874b80
Enhance ObjectTable component to support Electron context; adjust scroll height based on Electron environment and improve action button handling with dynamic disabled state.
2025-09-05 23:17:20 +01:00
204a881dfa
Refactor object data merging in NewObjectForm to use lodash's merge for improved state management
2025-09-05 23:15:42 +01:00
c5355c8cf2
Implement DocumentPrintButton component for document template selection and printing functionality
2025-09-05 23:15:24 +01:00
5a656d43f1
Added AlertsDisplay component to ControlPrinter and updated state management to include objectData.
2025-09-05 23:14:32 +01:00
e4b766fab1
Removed more logging.
2025-08-31 22:02:48 +01:00
4271a7f084
Removed logging.
2025-08-31 22:01:58 +01:00
8bbfe20ec4
Fixed object update issues.
2025-08-31 21:31:54 +01:00
25743ddc2c
Overhauled notes system.
2025-08-31 21:31:13 +01:00
e688bd891d
Added reusable component for a missing placeholder.
2025-08-31 21:30:08 +01:00
4d01a6a04f
Overhaul printer control 1.
2025-08-31 21:29:00 +01:00
5c69fa5fda
Added color to object display.
2025-08-31 21:27:37 +01:00
eba1a87664
Refactor EditObjectForm to ObjectForm
2025-08-30 23:42:05 +01:00
71c83f6147
Fixed ws updating.
2025-08-30 23:38:51 +01:00
3f353c1f70
Fixed collapse button not being at bottom.
2025-08-24 10:50:59 +01:00
1a59ad9618
Started work on scroll bars.
2025-08-24 00:08:26 +01:00
31905d6bb5
Windows control buttons now work when a modal is visible.
2025-08-23 22:13:03 +01:00
2dad5afcb7
Windows UI fixes.
2025-08-23 21:09:03 +01:00
b1484bf127
Electron fixes and new menu icon.
2025-08-23 19:20:59 +01:00
7276633f3e
Fixed electron dev so it uses a local web server for redirection alongside UI tweaks.
2025-08-23 13:55:02 +01:00
caa50709dd
Fixed warnings
2025-08-23 11:21:59 +01:00
fbb0dd7b32
Bugfix: Fixed object update and creation ws.
2025-08-23 11:21:37 +01:00
5680b067a8
Fixed warnings and info pages.
2025-08-23 00:53:47 +01:00
bb047651ae
Fixed incorrect var
2025-08-22 22:18:50 +01:00
9255f6bbe8
Fixed error due to same values.
2025-08-22 22:17:13 +01:00
5d6fe05227
Fixed warnings and removed logging.
2025-08-22 22:16:09 +01:00
78fcd4293d
Fixed warnings
2025-08-22 21:08:47 +01:00
871f260661
Fix initialization check in EditObjectForm to ensure proper state management
2025-08-22 21:07:48 +01:00
4c3d37a7d0
Migration to Vite.
2025-08-22 20:28:50 +01:00
296fbe55df
Enhance TemplateEditor component with new features and UI improvements
...
- Added a disabled state to the info button based on global object data.
- Adjusted preview scale increment and decrement values for finer control.
- Introduced a read-only button to display the current preview scale.
- Wrapped the ObjectProperty component in a scrollable div for better visibility in the modal.
- Increased modal width for improved layout and user experience.
2025-08-19 23:58:46 +01:00