mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 20:24:25 +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:
@@ -62,7 +62,7 @@ import "../../../components/ha-md-menu-item";
|
||||
import "../../../components/ha-sub-menu";
|
||||
import "../../../components/ha-svg-icon";
|
||||
import "../../../components/ha-tooltip";
|
||||
import { createAreaRegistryEntry } from "../../../data/area_registry";
|
||||
import { createAreaRegistryEntry } from "../../../data/area/area_registry";
|
||||
import type { CategoryRegistryEntry } from "../../../data/category_registry";
|
||||
import {
|
||||
createCategoryRegistryEntry,
|
||||
|
||||
Reference in New Issue
Block a user