feat(nav): collapsible sidebar + mobile drawer, user menu, breadcrumbs, polished cmd+k, header search
Build & Push Docker Image / build (push) Successful in 2m46s

This commit is contained in:
opencode
2026-08-02 14:55:18 +02:00
parent 2f38889726
commit c6755b586b
9 changed files with 493 additions and 158 deletions
+9 -1
View File
@@ -11,7 +11,8 @@
"watchlist": "Watchlist",
"trash": "Trash",
"admin": "Admin",
"redundancy": "Redundancy"
"redundancy": "Redundancy",
"search": "Search tools…"
},
"auth": {
"signIn": "Sign in",
@@ -164,5 +165,12 @@
"notFound": {
"text": "This page doesn't exist.",
"backHome": "Back to Home"
},
"command": {
"navigate": "Navigate",
"recent": "Recent",
"tools": "Tools",
"noResults": "No tools found for \"{{query}}\".",
"startTyping": "Start typing to search tools."
}
}