This commit is contained in:
ponzischeme89
2026-08-19 06:57:59 +12:00
parent 8c847c59b8
commit 2b43b9ef12
94 changed files with 6359 additions and 778 deletions
+1
View File
@@ -33,6 +33,7 @@ export const icons = {
play: 'M8 5.2v13.6L19 12 8 5.2ZM4 5v14',
list: 'M4 7h16M4 12h16M4 17h10',
inbox: 'M4 7h16v13H4zM8 4h8v3M8 12h8M8 16h5',
send: 'M21 3 10.5 13.5M21 3l-6.8 18-3.7-7.5L3 10z',
history: 'M3.5 12a8.5 8.5 0 1 0 2.8-6.3M3.5 4v4h4M12 7.5V12l3 1.8',
check: 'm5 12.5 4.5 4.5L19 7.5',
alert: 'M12 8.5v5m0 3.2h.01M10.3 4.4 2.7 17.5a2 2 0 0 0 1.7 3h15.2a2 2 0 0 0 1.7-3L13.7 4.4a2 2 0 0 0-3.4 0Z',
+2 -2
View File
@@ -117,8 +117,8 @@ export function OmniSearch() {
ref={input}
type="search"
value={query}
placeholder="Search pages, users and devices…"
aria-label="Search pages, users and devices"
placeholder="Search"
aria-label="Search"
aria-expanded={open}
onFocus={() => setOpen(true)}
onChange={(event) => {