Fix: Suchfeld Höhe reduziert, Roboter-Symbol aus TopBar entfernt (nicht Sidebar!), Sidebar-Eintrag wiederhergestellt, Lösch-Buttons funktionsfähig mit State, Badge-Zahl dynamisch

This commit is contained in:
Agent Zero
2026-07-19 23:50:37 +02:00
parent d1a40c18e6
commit 1d3b7a497b
3 changed files with 13 additions and 11 deletions
@@ -89,7 +89,7 @@ export function SearchDropdown({ placeholder }: SearchDropdownProps) {
onFocus={() => query && setOpen(true)}
onKeyDown={handleKeyDown}
placeholder={placeholder || t('topbar.search')}
className="w-52 pl-10 pr-3 py-1.5 text-sm rounded-md border border-secondary-300 focus:outline-none focus:ring-2 focus:ring-primary-500 min-h-touch"
className="w-64 pl-10 pr-3 py-1 text-xs rounded-md border border-secondary-300 focus:outline-none focus:ring-2 focus:ring-primary-500"
aria-label={t('topbar.search')}
role="combobox"
aria-expanded={open}