feat(ui): polish layout, command palette, detail panels, and column management#2259
Merged
Conversation
…anagement
- Fix scrollbar shift when detail panel opens by moving scroll ownership
from html to the content area div (html overflow:hidden + scrollbar-gutter-stable)
- Add Page Up/Down keyboard navigation to command palette
- Fix command palette item sticking by wrapping results in {#key} block
- Style detail sheet headers (text-2xl, semibold, tracking-tight)
- Extract column management into dedicated two-panel dialog
- Add green gradient accent to stack card
- Simplify navbar padding and gap classes
- Left-align faceted filter action buttons and remove redundant Close button
- Remove dynamic 'Details' children from sidebar navigation routes
- Clean up dead column drag/toggle code from saved-view-picker
# Conflicts: # src/Exceptionless.Web/ClientApp/src/lib/features/saved-views/components/saved-view-picker.svelte
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
UI polish pass across multiple frontend components to fix layout issues and improve UX.
Changes
Layout & Scrolling
htmlto the content area div (html { overflow: hidden }+scrollbar-gutter-stable) to eliminate scrollbar shift when detail panels openCommand Palette
{#key}block)Detail Panels
preventScroll={false}to avoid unnecessary body style manipulationColumn Management
Visual Polish
Navigation