Global search: Cmd/Ctrl-K palette for teams and matches

A keyboard-first palette (plus a header button) that jumps to any team
page or match page — arrow keys, enter, esc; flags and kickoff days in
the results. Pure client, searches the snapshot already in memory.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 01:13:57 +02:00
parent 047e9f8767
commit a91f7902e4
4 changed files with 159 additions and 1 deletions
+6
View File
@@ -102,6 +102,12 @@ export const de: Dict = {
lineups: "Aufstellungen",
keyPlayers: "Schlüsselspieler (beste Torschützen aller Zeiten)",
},
search: {
title: "Suche",
placeholder: "Team oder Spiel…",
hint: "Mindestens zwei Buchstaben tippen — Teams und Spiele.",
noResults: "Nichts gefunden.",
},
notFound: {
message: "Ball im Aus — diese Seite gibt es nicht.",
backToLive: "Zurück zu Live",