Skip to content

Change keyboard shortcuts display to use tooltips #4086

@coderabbitai

Description

@coderabbitai

Context

Currently, keyboard shortcuts are displayed using hover-revealed containers. While this reduces visual clutter compared to always-visible shortcuts, we can improve the UX further by using proper tooltips instead.

Current State

  • Keyboard shortcuts are shown on hover using a wrapper div with hover state
  • Examples include:
    • Live/pause logs: ⌥+⇧+Q
    • Refresh data: ⌥+⇧+W
    • Clear filters: ⌥+⇧+A
    • Focus filters: ⌥+⇧+S

Requested Change

Replace the current hover-revealed keyboard shortcut displays with proper tooltip components.

Benefits

  • More consistent with standard UI patterns
  • Better accessibility
  • Cleaner implementation

Additional Context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions