Bram Kragten
012bd0714c
Add space for the fab on datatable without tabs ( #23545 )
...
Add space for the fab on backups datatable
2025-01-02 13:44:04 +01:00
Paul Bottein
6934f0626c
Fix boolean attributes ( #23189 )
2024-12-06 18:39:34 +01:00
Petar Petrov
7a12fd2853
Fix ALL the eslint warnings ( #23165 )
...
* Fix many lint warnings
* Fix ALL lint warnings
* small fix
* type fixes
2024-12-06 09:55:07 +01:00
Bram Kragten
7adf9f8526
fix height of header table rows ( #22678 )
2024-11-05 16:13:52 +00:00
Wendelin
830d8d2410
Add type import check to eslint ( #22488 )
...
* Add type import check to eslint
* Add type imports with eslint --fix
2024-10-30 11:12:30 +00:00
ildar170975
aa5f8dc082
Change background for collapsible rows in data tables ( #22372 )
...
Update ha-data-table.ts
2024-10-16 09:10:32 +02:00
karwosts
f7532f3476
Devtools statistics - new style, multi-select, & multi-delete ( #21813 )
...
* feat: auto-fix statistics
* statistics multi-select and multi-fix
* unused css
* Change multi action to clear, fixes
* Update developer-tools-statistics.ts
* update translations
* Add select all issues option
* Update en.json
* Update developer-tools-statistics.ts
---------
Co-authored-by: Muka Schultze <samuelschultze@gmail.com >
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-10-02 13:21:04 +02:00
Bram Kragten
95580bc4c0
Fix min width of checkbox column in data table ( #22162 )
...
fix min width of checkbox column in data table
2024-09-30 09:09:08 +00:00
Bram Kragten
76fc0c7ab1
Change update logic in ha-data-table ( #21874 )
...
* Change update logic in ha-data-table
* use time of last request
2024-09-04 10:49:32 +02:00
Simon Lamon
0aa25dbed9
Don't eat spaces while searching ( #21479 )
2024-07-31 10:58:39 +02:00
Bram Kragten
4ade39543d
Add created/modified to registry tables ( #21494 )
2024-07-30 11:18:50 +02:00
renovate[bot]
ef3758da55
Update dependency prettier to v3.3.3 ( #21408 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com >
2024-07-16 18:32:13 +02:00
Bram Kragten
df7b5b08cf
Allow custom localize function for datatable ( #21270 )
2024-07-04 11:46:10 +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
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
e55b59d9b7
Logical property style fixes ( #20752 )
...
logical prop fixes
2024-05-07 15:35:34 +02:00
Simon Lamon
8b220acca2
Show ungrouped group when there are results ( #20716 )
2024-05-06 15:07:22 +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
Bram Kragten
62de16bb8e
Implement storing sorting and grouping for all tables ( #20594 )
2024-04-24 11:06:00 +02:00
Bram Kragten
81922f5a3e
Save and restore collapsed groups ( #20591 )
2024-04-23 21:00:17 +02:00
Bram Kragten
8ab61b5468
Add title when text in datatable doesnt fit ( #20590 )
2024-04-23 13:50:44 +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
eb1354d229
Allow groups in data table to be collapsed ( #20579 )
2024-04-22 18:27:46 +02:00
Bram Kragten
a3090796d2
Store grouping and sorting for device table ( #20583 )
2024-04-22 18:13:44 +02:00
Bram Kragten
6c1f328d71
Take lang into account when sorting groups ( #20355 )
...
* Take lang into account when sorting groups
* make sure empty values are at the bottom
2024-04-03 10:12:25 +02:00
Bram Kragten
4fb42d3545
Fix and optimize automation overflow ( #20293 )
...
* WIP fix and optimize automation overflow
* finish
* Prettier
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2024-04-02 11:23:43 +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
f3ba6e7996
Fix uncaught keyFunction errors when data table filtering ( #20285 )
...
* Undefined keys
* Apply suggestion
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Prettier
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-03-30 13:44:59 +00:00
Paul Bottein
abd02eda0f
Fix empty line in data table when using group_by ( #20273 )
2024-03-29 15:16:01 +00:00
Bram Kragten
e08a0c44ba
Add filtering and grouping to scenes and scripts ( #20203 )
...
* Add filtering and grouping to scenes and scripts
* hide labels when there are none
* Update ha-data-table.ts
2024-03-27 16:24:49 +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
Bram Kragten
137f59feb1
Remove comments from css ( #19689 )
...
remove comments from css
2024-02-05 13:39:47 +01:00
Paul Bottein
259a9a4f58
Fix assist devices search bar color ( #19627 )
2024-02-02 12:12:43 +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
Paul Bottein
314499005d
Clean domain icons ( #19533 )
...
* Use state icon inside alarm control panel card
* Add domain icon component and clean old files
* Clean code
* Migrate area card
* Remove some icon rules
* Update ha-bar-media-player.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update ha-domain-icon.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-01-30 14:49:39 +01:00
Steve Repsher
58c4bf081b
Fix boolean and nullable attribute bindings ( #19432 )
2024-01-17 12:45:21 +01:00
Paul Bottein
3349031cbd
Simplify data table template ( #17825 )
...
* Simplify data table template
* Fix backup and gallery
2023-09-20 12:09:44 +02:00
Paul Bottein
fe3a63af80
Sort data using locale in data tables ( #17781 )
...
* Sort data using locale in data tables
* Only use string compare is both values are string
2023-09-01 17:33:41 +02:00
karwosts
09e26c8fd7
Missing translation in data-table ( #17356 )
2023-07-20 16:15:19 +02:00
Bram Kragten
3b8ea5edbe
Add keyfunction to datatable virtualizer ( #17049 )
2023-06-27 18:29:37 +02:00
Bram Kragten
5218e1352e
async cleanup
2023-05-30 23:43:13 +02:00
renovate[bot]
4e390b4c57
Update dependency @lit-labs/virtualizer to v2 ( #15932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2023-05-05 15:51:12 +00:00
Bram Kragten
062e402ef1
Show if entity is supported in expose list ( #16335 )
...
* Show if entity is supported in expose list
* Add translations and refactor code
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2023-04-27 17:12:12 +02:00
Bram Kragten
442f73b8c5
Add initial expose UI ( #16138 )
...
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2023-04-12 18:33:40 +02:00
Paul Bottein
97f983e34a
Fix iOS dashboard scroll issue ( #16129 )
2023-04-10 22:17:37 +02:00
Steve Repsher
9ce4563dd4
Prefer nothing over empty templates ( #15633 )
2023-02-28 11:02:47 +01:00
Steve Repsher
7adb49c772
Fix promise constructors with returns ( #15486 )
2023-02-20 18:14:54 +01:00
karwosts
e242fbe148
Sort battery level column using numeric sort ( #14926 )
...
fixes undefined
2023-01-23 21:10:01 +01:00
Steve Repsher
8d1ecdb27e
Bump prettier to 2.8.1 ( #14694 )
...
* Bump prettier to 2.8.1
* Reformat ha-data-table
2022-12-12 11:45:06 -05:00
Alex van den Hoogen
590ad5b8a0
Only show hover on clickable rows in data table ( #14326 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2022-11-21 21:24:28 +01:00