Skip to content

Add CMD-K menu to navigate the app - #248

Merged
arjunkomath merged 3 commits into
mainfrom
feature/dashboard-command-menu
Jul 31, 2026
Merged

Add CMD-K menu to navigate the app#248
arjunkomath merged 3 commits into
mainfrom
feature/dashboard-command-menu

Conversation

@arjunkomath

Copy link
Copy Markdown
Member

Summary

  • add a global Cmd/Ctrl+K navigation menu and responsive dashboard header trigger
  • lazy-load an authenticated catalog of dashboard, project, environment, service, and server pages
  • cache results in SWR memory and provide grouped loading, empty, and retry states
  • exclude deleted services and cover catalog/API behavior with focused tests

Testing

  • pnpm exec vitest run tests/navigation.test.ts tests/navigation-route.test.ts
  • ./node_modules/.bin/tsc --noEmit
  • full web suite: 334 tests passed before the final rebase

Basecamp

https://app.basecamp.com/5890597/buckets/47439993/todos/10149708222

@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

React Doctor found no issues. 🎉

⚠️ Warning: .github/workflows/react-doctor.yml is configured incorrectly. See below to fix.

React Doctor compares against main to report only the issues this pull request introduces. This run couldn't complete that comparison (usually a shallow CI checkout with no merge base), so it listed every issue in the changed files, including ones that already existed on main.

Add fetch-depth: 0 to the actions/checkout step in .github/workflows/react-doctor.yml so the checkout includes the history React Doctor needs:

 jobs:
   react-doctor:
     steps:
       - uses: actions/checkout@v5
+        with:
+          fetch-depth: 0

       - uses: millionco/react-doctor@v2

To silence this warning, set silence-missing-baseline-warning: true on the React Doctor action.

Reviewed by React Doctor for commit 5a4d135.

ampagent and others added 2 commits July 31, 2026 11:00
@arjunkomath
arjunkomath added this pull request to the merge queue Jul 31, 2026
Merged via the queue into main with commit 34bc80d Jul 31, 2026
8 checks passed
@arjunkomath
arjunkomath deleted the feature/dashboard-command-menu branch July 31, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants