mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-08 09:18:34 +01:00
Quick bar: new design and area search (#28678)
* Add "Commands" title to quick bar translations in English * Enhance QuickBar dialog handling and localize commands title * add nav icons * Add icons and styles and separate navigation from commands * handle non admin * Add areas * Fix import and shortcuts * Restructure * remove area sort * move keys * area search keys review * Fix adaptive dialog slots without header * Design review * Review marcin * Fix safe area bottom * Fix ios focus * Make it clearable --------- Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { AreaRegistryEntry } from "../../../src/data/area_registry";
|
||||
import type { AreaRegistryEntry } from "../../../src/data/area/area_registry";
|
||||
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
||||
|
||||
export const mockAreaRegistry = (
|
||||
|
||||
Reference in New Issue
Block a user