feat: add Cmd+K global search and navigation command palette#9094
Open
feat: add Cmd+K global search and navigation command palette#9094
Cmd+K global search and navigation command palette#9094Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…uping Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ed two-hop auth Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…spired design Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…coded dark colors Replace all hardcoded rgb() values with Rill's semantic CSS variables (--surface-overlay, --fg-primary, --fg-muted, --border, etc.) so the palette respects the platform's light/dark theme. Also fix "stuck on Loading" bug by replacing Command.Loading with a plain div for status messages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ForOrganizationAndUser The ForOrganizationAndUser endpoint was returning errors. Switch to the simpler ListProjectsForOrganization API which is the same one used by the org home page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…l quick actions - Keep dialog open during navigation with spinner on selected item - Track recently visited items in localStorage, show in default state - Context-aware quick actions: project-level nav (AI Chat, Dashboards, Reports, Alerts, Status, Settings) when inside a project; org-level nav (View all projects) otherwise - Admin-only actions (User Management, Org Settings) when user has manageOrg permission - Search also filters quick actions alongside resource results - Fix Cmd+K conflict with time picker via stopImmediatePropagation - Fix cmdk-sv lowercase value matching in onSelect handler - Clean up debug logging and pointerup workarounds Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Cmd+K/Ctrl+Kcommand palette for fast cross-project navigation in Rill CloudmanageOrgpermission)cmdk-svprimitives, styled with Rill semantic CSS variables for light/dark theme support[organization]/+layout.svelte)Checklist:
Developed in collaboration with Claude Code