Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
97773c2ab2
Add optional 'message' field to alert schema: Enhanced the alert schema in printer.schema.js to include a non-required 'message' field for improved alert detail.
5cac77a975
Enhance printer filtering: Added 'host._id' to the allowed filters in the printers route to improve data retrieval capabilities.
2fdb77e4bb
Update allowed filters in document templates route: Added 'global' and 'objectType' to enhance filtering capabilities for document templates.
0edc085fb7
Enhance filtering for filament stocks: Added 'filament._id' to the allowed filters in the inventory route to improve data retrieval capabilities.
695ff8efc7
Add NATS messaging for updates and deletes: Replaced Etcd operations with NATS publish calls in utils.js for distributing updates, new entries, and deletions. Updated logging in etcd.js to use trace level for improved verbosity during connection and operation handling.
8993caeac5
Add objectData to state in DocumentTemplateDesign component for improved data handling and management.
800e0d82a2
Enhance PrinterTemperaturePanel component by adding sendObjectAction for temperature setting; refactor handleSetTemperature to support async operations and improve event handling for temperature input changes.
d07e2be330
Refactor PropertyChanges component to replace Space with Flex for improved layout and spacing in rendering property changes.
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.
e2a96949b3
Enhance ObjectProperty component by adding AlertsDisplay for rendering alerts; update value checks for improved data handling and styling adjustments.
12a4d46da8
Update DeveloperSidebar to replace Print Server Debug with API Debug; adjust routeKeyMap for new API context debugging path.
1f7b7292fb
Add destroyOnHidden prop to NewPrinter modal for improved cleanup on close
6c0933b797
Refactor NewPrinter component to utilize NewObjectForm and WizardView for improved structure and user experience; streamline printer setup process and enhance form validation.
5300874b80
Enhance ObjectTable component to support Electron context; adjust scroll height based on Electron environment and improve action button handling with dynamic disabled state.
f0cb4b3b83
Add ApiContextDebug component for API server debugging and testing functionality; removed PrintServerContextDebug component.