Skip to content

feat: add an end-user command palette#233

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

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

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

Signed-off-by: Charles-François St-Cyr <git@cfstcyr.com>
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