karwosts
c5010b8502
Fix some date-range bugs ( #26441 )
2025-08-08 16:57:54 +03:00
Wendelin
fa758f2bee
Redesign ha-button ( #25564 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2025-07-30 16:15:18 +02:00
Bram Kragten
e156dd36f4
Use SWC for typescript, update to Lit 3, migrate decorators ( #25150 )
...
Co-authored-by: Wendelin <w@pe8.at >
2025-04-24 14:10:35 +02:00
karwosts
02fce1f40a
Save preferred energy period in localStorage ( #24654 )
2025-03-17 08:36:31 +02:00
libe.net
f53ac41eee
Add timespans to history and energy ( #23362 )
...
* add Last 24h, 30d, 1y and overflow
* added Energy-Dashboard
* mobile style css
* added yesterday and min-height; changed overflow; new timespans to end;
* conflict resolve trial
* changed energy timespan order
* min for logbook
* seperated overflow calc for energy and logbook / history
* rename to header-position
* prettier format
* date-fns types
* added 1h, 12 h, 7d and removed 365d for history, added 7d to energy
* remove 7d for energy
* use calcdate and for energy whole hours / days / months
* fix calc
2025-02-15 09:52:32 +01:00
Bram Kragten
97dfccf4c7
Make date period picker respect timezone settings ( #23996 )
2025-02-01 17:32:07 +01:00
karwosts
d1be441455
Re-remove time picker for Energy ( #23891 )
...
* Re-remove time picker for Energy
* flip polarity
2025-01-27 14:11:08 +00:00
Wendelin
e703750136
Add and fix stylistic eslint rules ( #23735 )
...
* Fix stylistic eslint rules
* Fix eslint issues
2025-01-14 21:00:14 +01:00
libe.net
6dbc04455f
Newline behavior for date-range-picker history and logbook ( #23710 )
2025-01-13 08:45:38 +01:00
libe.net
6f8ba6afac
Date-range-picker Design to use Prev and Next Buttons in History and Logbook on mobiles ( #23228 )
...
* date-range-picker prev and next design
* correct width and margins
* logbook width correction
* Update src/components/ha-date-range-picker.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
* Update src/components/ha-date-range-picker.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
* Update src/components/ha-date-range-picker.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
* changes from comments
* share date-range logic for energy and history / logbook
* switch to energy-dashboard timespan-function
* changed shiftDateRange to differenceInMilliseconds
* used gap instead margin-right
---------
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
2024-12-17 17:40:32 +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
boern99
bed470f79d
add previous and next button to History and Logbook ( #22802 )
...
* add previous and next button to History and Logbook
* used date-fns and changed media-query-resolution to fit on mobiles
* hide .prev and .next on small screens; optimized dateRange for ranges lower 1 day
* fixed Date type number
2024-11-19 08:57:08 +01: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
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
Steve Repsher
349344161a
Fix incompatible object/array property types (2 of 3) ( #19482 )
2024-01-22 16:04:58 +01:00
Steve Repsher
24bfa4919a
Fix property visibility mismatches (2 of 2) ( #19448 )
2024-01-19 09:39:41 +01:00
Steve Repsher
58c4bf081b
Fix boolean and nullable attribute bindings ( #19432 )
2024-01-17 12:45:21 +01:00
Steve Repsher
b881a2a88a
Fix complex attribute and expressionless property bindings ( #19348 )
2024-01-15 15:52:48 +01:00
Steve Repsher
96a41704ea
Fix incompatible boolean property types ( #19337 )
2024-01-09 15:02:15 +01:00
karwosts
2306234063
Localize date-range-picker ( #18945 )
2023-12-19 09:25:56 +01:00
karwosts
b6a7581eca
Augment history panel with Long Term Statistics ( #18213 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2023-11-28 22:14:05 +01:00
Bram Kragten
54758b5962
Don't override ranges provided by parent ( #18444 )
2023-10-27 15:47:47 +02:00
Bram Kragten
03a21d5519
Only calculate opening direction when we are opening the datepicker ( #18313 )
2023-10-23 09:58:20 +02:00
karwosts
d992b2d40b
Fix missing range labels in date-range-picker ( #18274 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2023-10-21 15:40:38 +00:00
Till
607175706b
Add date range picker to energy period selector ( #14337 )
2023-10-12 18:29:04 +02:00
Bram Kragten
780de42e4b
Allow to show times in the UI in the timezone of the server ( #16799 )
2023-06-13 12:12:13 +02:00
Allen Porter
9b6e33cfec
Add Calendar Event creation and deletion dialogs ( #14036 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2022-11-30 21:20:41 +01:00
Yosi Levy
dad7c43fd2
Fix min width so entire date/time will be presented ( #14105 )
2022-10-17 10:53:06 +02:00
Paul Bottein
907466d060
Add first weekday option in profile ( #13991 )
2022-10-10 16:58:27 +02:00
Yosi Levy
6f19ea1d84
Various RTL fixes ( #12721 )
2022-05-19 16:25:30 +02:00
Bram Kragten
94b4b818aa
Convert date-range-picker to mwc ( #11755 )
2022-02-21 16:48:31 +00:00
Philip Allgaier
70a1edd1dd
Allow users to select time format for UI rendering ( #9042 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2021-05-20 16:23:53 +02:00
Bram Kragten
bc92c0b052
Upgrade to Lit 2 ( #9199 )
2021-05-18 07:37:53 -07:00
Bram Kragten
9f032a61a9
Add compatibility for Lit 2.0 ( #8878 )
2021-05-07 13:16:14 -07:00
Bram Kragten
5754f4463d
Bump babel and eslint ( #9049 )
2021-04-30 12:15:31 -07:00
Josh McCarty
f43c420d59
Create number formatting options on the profile panel ( #7925 )
2021-03-28 18:32:48 +02:00
Joakim Sørensen
a1d07e5a00
Sort imports ( #8104 )
2021-01-13 17:17:12 +01:00
Tomasz
5971aee02e
dot notation for path property of ha-svg-icon ( #7197 )
2020-10-05 19:51:14 +02:00
Joakim Sørensen
5400b1da96
Fixes display issues with longer dates ( #6540 )
...
* Fixes display issues with longer dates
* review
* Remove size
2020-08-06 19:42:27 +02:00
Bram Kragten
4404a1173b
Fix mwc-list/menu actions ( #6442 )
...
* Fix mwc-list/menu actions
Fix double actions when using request-selected
* Update ha-button-menu.ts
* Automation menu styling
* Update src/panels/lovelace/hui-root.ts
Co-authored-by: Zack Arnett <arnett.zackary@gmail.com >
* Move
Co-authored-by: Zack Arnett <arnett.zackary@gmail.com >
2020-07-21 23:22:19 +02:00
Yosi Levy
10a62ca17c
Fix bad merge
2020-07-20 13:29:51 +03:00
Yosi Levy
168e26aeb4
Merge branch 'dev' into RTL-date-selector
2020-07-20 13:12:53 +03:00
Yosi Levy
c6624e5cb6
Optimized RTL check
2020-07-19 15:09:34 +03:00
Yosi Levy
d5a947e2cc
Removed style
2020-07-19 06:09:57 +03:00
Yosi Levy
689febda60
Fixed comments
2020-07-18 06:48:36 +03:00
Bram Kragten
92915eddc2
Make menu's work with keyboard ( #6421 )
2020-07-17 20:31:44 +02:00
Yosi Levy
7bced28327
RTL fix for range list
2020-07-17 06:57:42 +03:00
Bram Kragten
f8c5eeab5d
Replace all private properties with internalProperty decorator ( #6386 )
2020-07-14 21:38:36 -07:00
Bram Kragten
7a13242077
Logbook + History allow date/time filter ( #6192 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-06-20 15:39:52 +02:00