Commit Graph

492 Commits

Author SHA1 Message Date
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
Bram Kragten 81922f5a3e
Save and restore collapsed groups (#20591) 2024-04-23 21:00:17 +02:00
Bram Kragten 8239f6dd60 Update hass-tabs-subpage-data-table.ts 2024-04-22 20:28:21 +02:00
Bram Kragten 45dce18e4d typo 2024-04-22 20:15:52 +02:00
Bram Kragten 1b54d51e4a
Add option for custom group order to data table (#20582) 2024-04-22 18:28:50 +02:00
Bram Kragten a3090796d2
Store grouping and sorting for device table (#20583) 2024-04-22 18:13:44 +02:00
J. Nick Koston e376efc579
Remove legacy state translations (#20536)
* Remove legacy state translations

https://github.com/home-assistant/core/pull/112023
2024-04-18 06:33:07 +02:00
Bram Kragten b091d4f298
Write log on translation error (#20430)
* Write log on translation error

* Update ha-config-devices-dashboard.ts

---------

Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-04-09 13:25:27 +02:00
Bram Kragten 5c42c5130c
Add count of items (#20410)
* Add count of items

* Adjust layout, correct filter count
2024-04-04 16:15:13 +02:00
Bram Kragten 8486377604
Fix z-index create category dialog (#20406) 2024-04-04 10:51:04 +00:00
Paul Bottein 578d3c4260
Set input and button background color to white for toolbar (#20369) 2024-04-03 11:10:51 +00:00
Bram Kragten 3de985a3b8
Prevent line break in selection menu (#20361) 2024-04-03 11:04:24 +02:00
Bram Kragten 03939001b2
Fix elements above filter dialog (#20359) 2024-04-03 08:28:33 +00:00
Bram Kragten 95caf8c7df
make subpage data table full height (#20358) 2024-04-03 10:12:36 +02:00
Bram Kragten 59b66219cb
Add clear filter button to individual filters (#20343) 2024-04-02 22:05:03 +02:00
Bram Kragten 1ce3347c2e
Add multi select to automations (#20291)
* Add multi select to automations

* allow to clear category, add icons

* use popover

* revert changes to group. by and sort menu, fix dark mode

* ha-menu

* responsive
2024-04-02 10:14:17 +02:00
Simon Lamon b202a36feb
Clean menu implementation (#20294)
* Clean menu

* Clean up imports

* Fix imports
2024-03-31 12:28:28 +02:00
Bram Kragten 7e3e224746
Some data table fixes (#20286) 2024-03-30 21:11:35 +01:00
Yosi Levy e8dc61ec36
RTL fixes to new data table (#20283)
RTL fixes to new features
2024-03-30 13:32:29 +01:00
Paul Bottein 99695d6cb3
Use md-menu for group by and sort by for data table (#20266) 2024-03-29 16:15:21 +01:00
Paul Bottein cb1c2b59df
Use primary color for filter badge color (#20263) 2024-03-29 16:12:18 +01:00
Bram Kragten ae8671af96
Add filtering and grouping to device and entities config pages (#20204)
* Add filtering and grouping to device and entities config pages

* Update hass-tabs-subpage-data-table.ts

* Change label

* Update ha-config-voice-assistants-expose.ts

* fix expose multi select

* Update ha-config-voice-assistants-expose.ts
2024-03-27 17:26:56 +01:00
Bram Kragten 68935d46ce
Add categories, filtering, grouping to automation panel (#20197)
* Add categories and filtering to automation panel

* Update search-input-outlined.ts

* Update ha-config-entities.ts

* fix resetting area filter

* fixes

* Update ha-category-picker.ts

* Update ha-filter-blueprints.ts

* fix updating badge

* fix overflow issue
2024-03-27 15:26:01 +01:00
Joakim Sørensen 3afc218adc
Combine component/components PageNavigation keys (#19890)
* Combine component/components PageNavigation keys

* Update src/panels/config/ha-panel-config.ts
2024-02-28 11:25:41 +01:00
Joakim Sørensen 29954e530e
Hide the core backup integration if hassio is loaded (#19833)
* Hide the core backup integration if hassio is loaded

* Combine to single entry
2024-02-27 14:36:16 +00:00
Yosi Levy a39cf99024
RTL updates (#19848)
* RTL updates

* Additional fixes

* TODO fix
2024-02-26 15:14:32 +01:00
Yosi Levy b65dc47f72
Drawer fix (#19789) 2024-02-13 09:22:19 +01:00
Yosi Levy 7b3797502a
RTL simplification and updates (#19586)
* RTL simplification and updates

* Fixes

* Fix weird icon offset when mwc-list-item is in a concat html``

* Additional updates
2024-02-01 14:29:00 +01:00
Yosi Levy 5e40bb55eb
RTL fixes (#19563) 2024-01-30 14:27:40 +01:00
Yosi Levy 97652bd2f6
Various RTL fixes (#19495)
* Various RTL fixes

* Additional RTL

* Additional fixes

* Revert ha-dialog

* Improve margin-title

* Additional fixes

* Additional fixes

* Fix prettier

* More fixes

* Additional fixes

* Fix prettier

* Fix prettier again

* Additional updates

* Additional fixes

* Final fixes (left only)
2024-01-26 17:15:27 +01:00
Steve Repsher 634122657c
Fix incompatible object/array property types (3 of 3) (#19510) 2024-01-22 18:03:42 +01:00
Steve Repsher 349344161a
Fix incompatible object/array property types (2 of 3) (#19482) 2024-01-22 16:04:58 +01:00
Bram Kragten 081636b3e7
Add support for icon translations (#19406)
* Add support for icon translations

* Use slot for icons

* Update more-info-climate.ts

* Review and fixes

* Update entity-registry-settings-editor.ts
2024-01-19 14:55:02 +01:00
Steve Repsher 6234f7b7d2
Initialize boolean properties (#19445) 2024-01-18 16:39:33 +01:00
Steve Repsher 70fcea0c2b
Disable attributes for hass, stateObj, selector, and route properties (#19362)
* Disable attribute for hass properties

* Disable attribute for stateObj properties

* Disable attribute for selector properties

* Disable attribute for route properties

* Switch from Object type to no attribute for same properties
2024-01-15 15:52:10 +01:00
Bram Kragten 85beefec4c
Fix logs, dont require advanced mode, allow provider in url and my (#19355)
* Fix logs, dont require advanced mode, allow provider in url and my

* Add params to my link with quick key `m`
2024-01-10 13:50:07 +01:00
Bram Kragten 45b7ebbe46
Add empty page to automation/script/scene config (#19075) 2023-12-18 13:59:36 +01:00
Simon Lamon ccada33caf
Accessibility improvements for circular progress indicators (#18506) 2023-12-04 14:06:25 +01:00
Simon Lamon 7691f7eb05
PolymerElement cleanup (#18793) 2023-11-28 20:25:12 +01:00
Kendell R f4ee734ea3
Use new localize format (#18574)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-11-28 12:29:41 +00:00
renovate[bot] 15395275ba
Update dependency prettier to v3.1.0 (#18675)
* Update dependency prettier to v3.1.0

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2023-11-19 23:31:56 -05:00
J. Nick Koston c3743b57ea
Speed up first load by preloading recorder info (#18412) 2023-10-25 19:29:44 +00:00
Bram Kragten 2b9540fe03
Add support for todo component (#18289) 2023-10-23 22:53:09 +02:00
Simon Lamon 63c3d6406d
Remove Polymer app layout (#17739)
* Remove legacy app layout

* Remove left over ha-app-layout import
2023-08-30 12:24:31 -04:00
Paul Bottein ebee8f670e
Add format state/attribute to hass (#17249) 2023-08-10 09:57:56 +02:00
renovate[bot] cb0bc762b1
Update dependency prettier to v3 (#17215)
* Update dependency prettier to v3

* Update config and remove .prettierignore

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2023-07-14 17:40:17 +00:00
karwosts 0974d86bfd
Localize the statistics search label (#17223)
* Localize the statistics search label

* switch to common search
2023-07-09 18:39:51 -04:00
Bram Kragten 72dbe8e7ab
Guard for missing translations (#17160) 2023-07-05 09:01:02 +02:00
Bram Kragten b3fa134198
Add haStyleScrollbar to hass-tabs-subpage (#16993) 2023-06-22 09:53:06 +00:00
Joakim Sørensen b46c74fe76
Add haStyleScrollbar to hass-subpage (#16745) 2023-06-21 11:35:17 +02:00