diff --git a/web/src/App.tsx b/web/src/App.tsx index 58c517d..0aa2b2f 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -325,13 +325,6 @@ export default function App() { { try { const res = await fetch('/api/sounds'); const data = await res.json(); const items = data?.items || []; if (!items.length || !selected) return; const rnd = items[Math.floor(Math.random()*items.length)]; const [guildId, channelId] = selected.split(':'); await playSound(rnd.name, guildId, channelId, volume, rnd.relativePath);} catch {} }}>Random - setFuzzy((v) => !v)} - title="Fuzzy-Suche umschalten" - > - Fuzzy {fuzzy ? 'ON' : 'OFF'} - - - setQuery(e.target.value)} /> - search + + setFuzzy((v) => !v)} + title="Fuzzy-Suche umschalten" + aria-label="Fuzzy-Suche umschalten" + aria-pressed={fuzzy} + > + blur_on + + + setQuery(e.target.value)} /> + search +