ui: redirect header search to browse page

This commit is contained in:
2026-05-02 23:21:45 +02:00
parent 0b0a417436
commit 723152f370

View File

@@ -18,7 +18,7 @@
</div>
<div class="hidden max-w-3xl flex-1 items-center justify-center px-4 md:flex">
<form action="/search" method="GET" class="w-full max-w-lg">
<form action="/browse" method="GET" class="w-full max-w-lg">
<div class="focus-within:border-accent bg-background-surface flex h-10 w-full items-center overflow-hidden border border-transparent transition-colors">
<div class="pr-2 pl-4 text-neutral-400">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>
@@ -67,7 +67,7 @@
</div>
<div class="flex border-t border-white/5 p-3 md:hidden">
<form action="/search" method="GET" class="w-full">
<form action="/browse" method="GET" class="w-full">
<div class="focus-within:border-accent bg-background-surface flex h-10 w-full items-center overflow-hidden border border-transparent transition-colors">
<div class="pr-2 pl-4 text-neutral-400">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>