Skip to content

feat: add an end-user command palette#232

Closed
cfstcyr wants to merge 1 commit into
tailscale:mainfrom
cfstcyr:feature/command-palette
Closed

feat: add an end-user command palette#232
cfstcyr wants to merge 1 commit into
tailscale:mainfrom
cfstcyr:feature/command-palette

Conversation

@cfstcyr
Copy link
Copy Markdown

@cfstcyr cfstcyr commented May 12, 2026

Summary

  • add a lightweight home page command palette with a visible trigger, Ctrl/Cmd+K shortcut, keyboard navigation, and loading/empty states
  • extend /.search to keep owner: lookups working while also returning ranked general link search results for HTML and JSON consumers
  • cover the new search behavior and home page surface with Go tests

Testing

  • docker build -t golink-test -f- . <<'EOF2'
    FROM golang:tip
    WORKDIR /src
    COPY . .
    RUN /usr/local/go/bin/go test ./...
    EOF2

@cfstcyr
Copy link
Copy Markdown
Author

cfstcyr commented May 12, 2026

Closing in favor of #233, which uses the signed-off branch required for DCO.

@cfstcyr cfstcyr closed this May 12, 2026
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.

1 participant