Paul Bottein
050bef0564
Better handle auto height in card resize editor ( #21260 )
...
* Add auto-height option to resize editor
* Use min instead of max
* Remove auto height
2024-07-04 21:09:10 +02:00
Bram Kragten
df7b5b08cf
Allow custom localize function for datatable ( #21270 )
2024-07-04 11:46:10 +02:00
karwosts
e332364ec0
Fix automation picker overflow menu for keyboard ( #21048 )
...
* Fix automation picker overflow menu for keyboard
* some updates from review
* typing
* no removeEventListener
* updates from review
2024-07-03 11:56:44 -04:00
Bram Kragten
37af77dabe
Make sure unhidden columns are put at the correct place ( #21262 )
2024-07-03 14:23:05 +02:00
Paul Bottein
094203f0b4
Add min/max row/columns to resize card editor ( #21244 )
...
* Add min/max row/columns to resize card editor
* Add humidifier and thermostat card
* Removed unused condition
* Don't set max rows
* Add media card
* Add button card
* Use same rule if there is footer
* Don't show disabled cell
* Add min rows to sensor card
* Update sizes
* Update sizes
* Update sizes
* Add min rows to weather forecast card
2024-07-02 21:19:29 +02:00
Bram Kragten
49c42fc757
Add support for native QR code scanner ( #21187 )
2024-06-27 17:15:33 +02:00
karwosts
7aa005e0ce
Fix device integration filter for entityless devices ( #21136 )
...
* Fix device integration filter for entityless devices
* code review
2024-06-27 12:40:09 +02:00
Bram Kragten
7d28f3f585
Allow to hide and sort columns in data tables ( #21168 )
...
* Allow to hide and sort columns in data tables
* fix unused
* store
2024-06-26 11:51:32 +02:00
Simon Lamon
94dc9308ea
Replace octal escape sequences ( #21156 )
...
* replace octal escape characters
* Add disable eslint
2024-06-26 10:19:52 +02:00
Paul Bottein
f42a9ac070
Ignore diacritics (accents) in search ( #21150 )
...
* Ignore diacritics in search
* Rename variable
2024-06-26 10:07:31 +02:00
Bram Kragten
76daa2bb7f
Add support for sections in filters ( #21157 )
2024-06-25 20:01:10 +02:00
Paul Bottein
321a085c0e
Resize card editor ( #21115 )
2024-06-24 22:10:31 +02:00
Bram Kragten
00f325e961
Support expandable in initial form data ( #21153 )
2024-06-24 17:30:43 +02:00
karwosts
8272bef890
Sort filter-domains on translated name ( #21116 )
2024-06-19 17:31:04 +02:00
Bram Kragten
27afe9ecb7
Wrap code editor for template selector ( #21104 )
...
* Wrap code editor for template selector
2024-06-17 19:15:55 +00:00
Paulus Schoutsen
d36bbfe07d
Hide hidden updates from sidebar/settings ( #21058 )
2024-06-10 15:52:24 -04:00
karwosts
721eebf367
Add floor selector to script fields ( #21016 )
2024-06-07 13:02:58 +02:00
ildar170975
d9a9038cec
Update ha-entity-marker.ts: add CSS variable for border-radius ( #20914 )
...
* Update ha-entity-marker.ts
* fix whitespace
2024-06-03 15:40:46 +02:00
Paul Bottein
6bee3ef45c
Fix fallback icon color in dark mode ( #20969 )
2024-06-03 14:16:18 +02:00
Bram Kragten
d31a777135
use image selector for view background ( #20898 )
...
* use image selector for view background
* make config future proof
* improvements
2024-05-29 17:29:09 +02:00
karwosts
a629f01300
Collapsible blueprint input sections ( #19946 )
...
* Deduplicate blueprint editor code
* Collapsible blueprint sections
* add description
* renamed collapsed
* unused import
* unused import
* Don't allow collapsing sections with required
* Update to new schema
2024-05-29 15:44:11 +02:00
karwosts
064c51f487
Add a picture uploader to picture-card-editor ( #18695 )
...
* Add a picture uploader to picture-card-editor
* add imageSelector
* lint
* Add delete button to picture-upload
* updates from feedback
* fix lint
* Update en.json
* Update selector.ts
* remove delete
2024-05-29 14:32:53 +02:00
Steve Repsher
7748315fc3
Inject Intl polyfills where used ( #20798 )
...
* Inject Intl polyfills where used
* Replace Intl polyfill in localize method with loading intl-messageformat asynchronously
* Remove spurious feature tests for Intl
2024-05-29 14:01:21 +02:00
Adam Kapos
ff9c794659
Add UI for setting view background ( #20708 )
...
* Add UI for setting view background
* Update eslint-plugin-unused-imports to fix parse failure
* Changes from review
2024-05-29 12:23:54 +02:00
Bram Kragten
2921161336
Save data table filters in session storage ( #20894 )
...
* Save data table filters in session storage
* typing fix
* remove url logic, rename storage key
2024-05-29 12:20:30 +02:00
Bram Kragten
5a2977f4d4
Add collapse & expand all groups ( #20891 )
...
* Add collapse & expand all groups
* review suggestion
2024-05-29 09:16:26 +02:00
Yosi Levy
dfee3ba089
RTL fixes ( #20880 )
2024-05-27 14:09:29 +02:00
Franck Nijhof
81c0bcff0b
Add sequence action building block ( #20874 )
...
* Add sequence action building block
* This is a non-conditional action
* Render sequence in automation traces graph
* Render trace timeline
* Process review comment
2024-05-26 14:54:05 -04:00
karwosts
6ccbeb8a75
Fix entity picker delete button ( #20875 )
2024-05-26 15:29:57 +02:00
Steve Repsher
41e34c0d61
Inject ResizeObserver polyfill where needed ( #20754 )
2024-05-24 12:21:46 -04:00
Steve Repsher
e0062cf190
Inject ElementInternals polyfill where needed ( #20818 )
2024-05-23 14:25:58 -04:00
Simon Lamon
2113cf5280
Trim search inputs ( #20825 )
2024-05-22 10:39:32 +02:00
Paul Bottein
a2a89502d8
Add visibility option to sections (conditional section) ( #20805 )
...
* Add first version of section visibility option
* Move visibility logic into view
* Simplify section view structure
* Don't add hidden section to dom
* Move visilibity logic to hui-section
* Setup section editor
* Add visibility view
* Add basic settings editor
* Improve visibility editor
* Update conditional base
* Feedbacks
* Better typings
2024-05-21 10:43:23 +02:00
karwosts
914dbc1e28
Reset select-selector to undefined when cleared ( #20821 )
2024-05-18 17:28:59 +02:00
Jan-Philipp Benecke
111816f08a
Use domain translation in filter for domain search ( #20763 )
...
* Use domain translation in filter for domain search
2024-05-18 10:15:29 +02:00
Yosi Levy
e55b59d9b7
Logical property style fixes ( #20752 )
...
logical prop fixes
2024-05-07 15:35:34 +02:00
Paul Bottein
4a77359a06
Use Material 3 ripple ( #20751 )
...
* Use material web ripple component
* Improve button style
* Use css animation instead of ripple for action
* Use ha ripple in all components
* Remove unused label
2024-05-07 15:30:45 +02:00
Yosi Levy
43a422cdca
Font updates in new filters ( #20482 )
...
* Style changes
* Fixes
2024-05-06 15:39:36 +02:00
karwosts
ff9f331287
Expand createDomains to more selectors ( #20714 )
...
Expand createDomains to more pickers
2024-05-06 15:26:13 +02:00
Simon Lamon
8b220acca2
Show ungrouped group when there are results ( #20716 )
2024-05-06 15:07:22 +02:00
Paulus Schoutsen
008c842431
Fix showing options button on conversation agent picker ( #20736 )
2024-05-06 12:24:22 +02:00
Paul Bottein
ab01633069
Fix ha settings row display in more info settings ( #20680 )
2024-04-30 21:12:53 +00:00
Adam Kapos
af9417f2a6
Add theme support for dialog surface background ( #20653 )
...
* Add theme support for dialog surface background
* Change from review
* Change from review
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Run prettier
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-04-30 21:12:36 +02:00
Paul Bottein
dc67f9faf4
Fix cloud page design on mobile ( #20661 )
2024-04-29 16:03:02 +02:00
Bram Kragten
68f8239708
Update cloud remote settings ( #20619 )
...
* Update cloud remote settings
* Change again
* Update cloud-remote-pref.ts
* Update UI
* Add missing translations
* use hr and simplify condition
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2024-04-26 11:36:03 +02:00
Bram Kragten
20a3a00aec
add inital data for language selector ( #20620 )
...
* add inital data for language selector
* Update compute-initial-ha-form-data.ts
2024-04-25 15:25:18 +02:00
Philip Allgaier
709d6be2e3
Fix wrong chevron icon direction for groups in data tables ( #20617 )
...
Fix chevron icon for groups in data table
2024-04-25 11:28:36 +02:00
Paul Bottein
4e97e3763e
Use theme mode property for ha-map ( #20606 )
...
* Use theme mode property for ha-map
* Use theme mode in ha-location-editor
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-04-24 14:28:33 +02:00
Bram Kragten
4c9c52d27d
Add filter for domains to entity settings ( #20605 )
2024-04-24 13:53:14 +02:00
karwosts
713763fc21
Fix visual map issues ( #20541 )
...
* Fix visual map issues (#15587 )
- hover background color of zoom control in dark mode
- map light mode when dark theme is used
- background color of zoom control with map dark mode when light theme is used
* Fix breaking change (#15587 )
* Change theme mode selection to use dropdown (#15587 )
- Additionally fixed unpleasant horizontal scrollbar in map editor
* Add yaml migration, fix force light/dark options
---------
Co-authored-by: Christoph Wen <wen.christoph@gmail.com >
2024-04-24 11:35:37 +02:00