UI: schmaleres Suchfeld, KI-Symbol aus Sidebar entfernt, Lösch-Button bei Benachrichtigungen, KI Sidebar per Drag verstellbar (handleSide=left)

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