-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Quick bar: new design and area search #28678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
| </ha-dialog-header> | ||
| <slot name="header" slot="header"> | ||
| <ha-dialog-header | ||
| slot="header" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably no longer needed?
| export const areaComboBoxKeys: FuseWeightedKey[] = [ | ||
| { | ||
| name: "primary", | ||
| weight: 10, | ||
| }, | ||
| { | ||
| name: "search_labels.aliases", | ||
| weight: 8, | ||
| }, | ||
| { | ||
| name: "secondary", | ||
| weight: 8, | ||
| }, | ||
| { | ||
| name: "search_labels.domain", | ||
| weight: 4, | ||
| }, | ||
| ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This no longer accepts using area id?
| }, | ||
| { | ||
| name: "secondary", | ||
| weight: 8, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| weight: 8, | |
| weight: 6, |
So aliases are higher, which may be the same as the floorname. This also matches the weight with what it was.
| }; | ||
|
|
||
| showQuickBar(this, { | ||
| mode: QuickBarMode.Command, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This quickbar should open in command (or navigate) mode.
|
Nice @wendevlin ! Let's work on this for next release to make it more usable that the standard picker. A quickbar has more use cases than our pickers, so we should design for those. Think Apple spotlight or Raycast. |
|
Please add the followinig changes:
|
Proposed change
ha-picker-combo-boxwith sectionsmod/ctrl + Kto open global searchha-wa-dialog- to prevent quickbar overlays it when clicked via theha-tiparea_registryintodata/area/area_registryScreenshots
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: