Add Chronicle Workbench UI enhancements and new features#28
Merged
Conversation
…Workbench - Introduced DetailOverlayWindow class to create a modal overlay for displaying item details with tabbed content and action buttons. - Implemented MainWindow class as the main interface for the Chronicle Workbench, featuring navigation, content area, event log, and status bar. - Integrated various views (Overview, Observers, Jobs, etc.) into the MainWindow with appropriate callbacks for user actions. - Enhanced user experience with keyboard shortcuts and command palette for quick navigation and actions.
…ed UI interaction - Implemented WorkbenchActionHandler to manage destructive action confirmations, including queuing actions, handling user input, and executing actions with status updates. - Created WorkbenchNavigation to build and manage the navigation side pane, including event store and namespace picker overlays, and updating badge counts based on the latest data.
- Updated WorkbenchNavigation to derive view indices from WorkbenchViewRegistry, ensuring consistency and reducing hardcoded values. - Enhanced navigation item descriptions for clarity. - Introduced WorkbenchOverlays class to manage modal popups for help, command palette, and read model details. - Implemented WorkbenchRefreshLoop to handle periodic data fetching and updating views, including connection status management. - Added methods for opening help overlays, command palettes, and observer/event type details. - Improved navigation and filtering capabilities within the command palette.
…y in observer state determination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This update introduces significant enhancements to the Chronicle Workbench, focusing on user interface improvements and new functionalities.