Bram Kragten
97966805fa
Fix typo in Arithmetic ( #24786 )
...
Fix type in Arithmetic
2025-03-26 16:13:11 +01:00
Darren Griffin
05e303d771
Add simple clock card ( #24599 )
...
* Initial clock card
* Tidy clock card and change stub config
* Change fallback to 'nothing'
* Update src/panels/lovelace/cards/types.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Update src/panels/lovelace/cards/hui-clock-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Update src/panels/lovelace/cards/hui-clock-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Added cardSize and gridOptions. Fixed invalid time type
* Improve font sizes
* Fix default case handling
* Move interval outside class
* WIP improvements
* Various improvements
* Improve date instantiation and display
* Reintroduce localized time format
* Swap to uusing key for time_format translation
* Add fallback for initial load
* Final fixes
* Update clock card description
* Update src/panels/lovelace/cards/types.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Tidy up
* Present css better
* Change default sizing to small
* Set default data
* Change to grid, rework typography alignment
* Update hui-clock-card.ts
* Update hui-clock-card.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-26 14:45:36 +00:00
Paul Bottein
53bb8251fa
Separate entity, device and area name in more info dialog header ( #21951 )
...
* Separate entity, device and area name in more info dialog header
* Use has_entity_name
* Separate entity, device and area name in entity picker
* Fix entity name with has entity name
* Fix compute entity name
* Add full name
* Add floor
* Improve code quality
* Use compute entity name in device entities card
* Use context functions
* Remove floor
* Use state name provided by backend
* Use breadcrumb for more info
* Revert entity picker changes
* Use new logic in device page
* Use breadcrumb
* Use join directive
* Add comments
* Use secondary text color
* Update compute_entity_name.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Remove html join
* Improve computeDeviceNameDisplay
* Fallback to original name
* Simplify more info logic
* Include breadcrumb for child view (voice assistant)
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-26 13:58:34 +00:00
Bram Kragten
f6467a35db
Update voice wizard ( #24750 )
...
* Update pipeline step, add option for speech-to-phrase addon
* adjust to core changes
* Update conversation.ts
* Update voice-assistant-setup-step-pipeline.ts
* Update voice-assistant-setup-dialog.ts
* review
2025-03-26 14:05:51 +01:00
Bram Kragten
be1e1ff9fc
Statistics: Add support for mean type ( #24758 )
...
* Statistics: Add support for mean type
* update
* update enum
* Update en.json
2025-03-26 14:35:38 +02:00
ildar170975
2717e1e6cb
Remove "filterable" from "created_at", "modified_at", "battery_entity" from data tables ( #24766 )
...
* remove "filterable" from "created_at" & "modified_at"
* remove "filterable" from "created_at", "modified_at", "battery"
* remove "filterable" from "created_at" & "modified_at"
2025-03-26 11:32:14 +01:00
ildar170975
2e9f72867f
Add hidden "entity_id" column to "Settings -> Automations" ( #24769 )
...
* add hidden "entity_id" column
* Apply suggestions from code review
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-26 10:30:08 +00:00
Jonathan Hanson
ff6b318fc9
style changes to the zigbee graph, without touching the physics ( #24697 )
2025-03-26 11:08:44 +01:00
Bram Kragten
386b8ba747
Move compatibility to static polyfill handling ( #24775 )
...
* Move compatibility to static polyfill handling
* Move compatibility to static polyfill handling
* Prettier
2025-03-26 11:38:53 +02:00
Bram Kragten
e27b97abc0
Update ha-config-helpers.ts
2025-03-26 10:20:55 +01:00
karwosts
772a2658cb
Allow passing data as template in devtools/action ( #24737 )
2025-03-26 10:13:06 +01:00
Paul Bottein
1a076061da
Add optional interaction for cards (hold, double tap) in the UI ( #24754 )
2025-03-26 09:42:10 +01:00
Bram Kragten
1cb71ed379
Dont show quality scale for custom integrations ( #24783 )
2025-03-26 07:46:43 +00:00
Simon Lamon
fb11c21518
Fix device config tooltips ( #24780 )
...
* Device config tooltips
* Update src/panels/config/devices/ha-config-device-page.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-03-26 09:32:14 +02:00
Paul Bottein
9cfcd21a93
Restore scroll position when using back navigation in dashboard ( #24777 )
...
Restore scroll position when using backup navigation in dashboard
2025-03-26 09:21:04 +02:00
ildar170975
1519e1b90c
ha-dialog-import-blueprint: add "enlarge" ( #24734 )
...
* add enlarge
* removed unused "createCloseHeading"
* restore deleted "import" line
* import ha-dialog-header
2025-03-25 16:51:54 +02:00
Wendelin
4c8b7a30f4
fix cloud login mfa inProgress ( #24773 )
2025-03-25 14:56:30 +01:00
ildar170975
1e513281f4
dev-tools-template: allow "select" for whole right panel (except header) ( #24713 )
...
developer-tools-template: allow "select" for whole right panel (except header)
2025-03-25 15:32:30 +02:00
renovate[bot]
3c28764264
Update dependency eslint to v9.23.0 ( #24764 )
...
* Update dependency eslint to v9.23.0
* lint fix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-03-25 13:19:53 +00:00
ildar170975
3320cf1880
Add "label_mode = attribute" for Map card ( #24708 )
...
* add "label_mode = attribute"
* add "label_mode = atribute"
* added "label_mode = attribute"
* add "attribute" property
* add "attribute" property to GeoLocationSourceConfig
* add "attribute" property
* add "attribute" in _getSourceEntities
* check for entity.attribute !== undefined
* prettier
2025-03-25 14:57:53 +02:00
ildar170975
f7cb83482a
computeAttributeValueDisplay: process "undefined" like "null" ( #24712 )
...
treat "undefined" as "null"
2025-03-25 14:54:22 +02:00
ildar170975
a9ddaf1bd7
Dev tools -> yaml: use "pre" instead of "span" for "validate-log" ( #24722 )
...
* use "pre" instead of "span" for "validate-log"
* prettier
* prettier
* remove "Important" for margin
* remove line-breakes
* prettier
* prettier
* prettier-ignore
* prettier
* prettier
2025-03-25 12:18:19 +00:00
Bram Kragten
eb7923fa49
Fix selector filtering for entity not in state machine ( #24772 )
2025-03-25 10:26:34 +01:00
Paul Bottein
2ae70e9b54
Improve strategy editor ( #24757 )
...
* Add cancel and delete button
* Implement delete
* Reset gui mode when closing
2025-03-24 18:57:10 +01:00
Bram Kragten
3857c53b7f
Use ha-md-button-menu in tabs subpage data table ( #24738 )
2025-03-24 18:56:58 +01:00
Bram Kragten
620fb6375e
Save login after onboarding ( #24759 )
2025-03-24 17:58:07 +01:00
Bram Kragten
e18f853f7e
Fix state display mixin ( #24760 )
2025-03-24 17:57:52 +01:00
Bram Kragten
bbe549fa86
Process expandable initial data also for none required expandables ( #24733 )
...
* Process expandable initial data also for none required expandables
* Update compute-initial-ha-form-data.ts
* check required fields of sections too when submitting
2025-03-24 17:31:06 +02:00
ildar170975
586a137037
Device page: use different prompts for "device = enabled" & "device = disabled" cases ( #24739 )
...
* prompts for enabled & disabled devices
* add different prompts for "device = enabled" & "device = disabled"
* prettier
* prettier
* prettier
* prettier
* prettier
* prettier
2025-03-24 17:25:28 +02:00
ildar170975
60010c82bd
ha-config-devices-dashboard: add "disabled" column ( #24730 )
...
add "disabled" column
2025-03-24 15:36:44 +01:00
ildar170975
d77f962087
dialog-media-player-browse: fix height ( #24731 )
2025-03-24 15:21:49 +01:00
karwosts
4c952c191a
Fix hui-energy-compare-card ( #24711 )
...
* Fix hui-energy-compare-card
* rename var
2025-03-24 15:14:18 +01:00
Clay Benson
e0fbd3cd1f
Add hold and double tap actions in hui-entity-heading-badge ( #24707 )
...
* feat: Add support for hold and double tap actions in hui-entity-heading-badge
* fix: Add hold_action and double_tap_action to config struct and interactions to allow GUI editor to work for badge interactions
* chore: Remove hold and double_tap from UI editor schema on entity heading badge editor
2025-03-24 13:19:41 +00:00
karwosts
9f05f4df50
Short-format numbers in energy-distribution-card ( #24716 )
2025-03-24 12:43:11 +01:00
karwosts
6fbc7b2efe
Support for hierarchy of individual energy devices ( #23185 )
...
* Support for hierarchy of individual energy devices
* better config ui
* replace parent_stat w included_in_stat
* semi-working
* update order suffix in id when hidden changes
* rollback some ordering changes, update strings
* Remove hidden tracking, add untracked label to name.
* Update dialog-energy-device-settings.ts
* Change sort algorithm
2025-03-24 13:39:19 +02:00
ildar170975
8dab7c598e
Logbook card: fix height in Panel view ( #24745 )
...
* fix height in Panel
* Update src/panels/lovelace/cards/hui-logbook-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* prettier
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2025-03-24 09:43:47 +00:00
Wendelin
b24f185d62
Update tsparticles to use new repo ( #24688 )
2025-03-24 09:26:51 +00:00
ildar170975
dc5bb899d2
fix validate-condition: unavailable -> unknown ( #24749 )
...
unavailable -> unknown
2025-03-24 09:36:05 +01:00
Paulus Schoutsen
420477e416
Show cameras on 2 rows in areas strategy ( #24743 )
...
Show cameras on 2 rows in areas
2025-03-24 08:38:53 +01:00
Petar Petrov
4a166b6c23
Fix race condition when saving url config ( #24687 )
...
* Fix race condition when saving url config
* use SubscribeMixin
2025-03-20 19:54:02 +01:00
Paul Bottein
fe17bb89eb
Area strategy fixes ( #24700 )
...
* Add missing water heater domain and change lights icon
* Rename areas view to areas overview view
* Use same max columns for area view and overview
* Use large section when only one section
2025-03-20 19:09:51 +01:00
Paul Bottein
7ce166e40f
Area dashboard improvement ( #24690 )
...
* Add more domains in the areas dashboard and strip area name from the entity name
* Display cover without device classes
* Remove useless test
2025-03-19 23:19:58 +01:00
Paul Bottein
2c0c48106d
Add entities filtering and reordering for areas strategy dashboard ( #24677 )
...
* Add entities editor
* Save entities per domain and area
* Use hidden and reorder logic in dashboard
* Add overview hidden logic
* Don't use icon for nav
* Remove overview hidden
* Change default text
* Fix icons
* Rename config properties
2025-03-19 21:11:46 +01:00
Wendelin
0e8be25a60
Rename last_non_idle_event to last_action_event ( #24691 )
2025-03-19 17:28:44 +01:00
ildar170975
27379c98df
history-graph: do not set "max-width" for a single legend item ( #24683 )
...
* do not set "max-width" for a single legend item
* prettier
2025-03-19 08:46:14 +02:00
Wendelin
4076e5655a
Add HA Cloud login to onboarding ( #24485 )
...
* Add ha cloud login to onboarding
* Add view for no cloud backup available
* Add logout and forgot pw
* Improve styling
* Fix bug to open cloud backup after login
* Remove callback from catch in transform methods
* Remove unused variable
* Fix lint
* Add new onboarding restore design
* Fix lint
* Change back button style
* Update header styles
* Style onboarding left aligned
* Remove unused imports
* Fix imports
* Fix multi factor cloud auth
* Fix prettier
* Edit onboarding translations
* Revert gulp change
* Improve cloud login component
* Fix no-cloud-backup naming
* fix types
* Use cloud login function directly
* Fix eslint
* Hide restore picker when there is nothing to select
* Fix eslint
2025-03-18 15:24:04 +01:00
ildar170975
858b8b90d8
integrations-startup-time: set "border-radius: 0" for "img" ( #24679 )
...
set "border-radius: 0" for "img"
2025-03-18 15:47:13 +02:00
Guy Taggar
d61c771e35
Add shoelace z-index value ( #24669 )
...
* Add shoelace z-index value
* Update src/components/ha-tooltip.ts
---------
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
2025-03-18 09:26:57 +01:00
ildar170975
ddbf57d541
developer-tools-template: allow "select" for ha-alert ( #24674 )
...
added "user-select: text" for ha-alert
2025-03-18 09:54:15 +02:00
karwosts
a5b7bb8391
Fix behavior of select dropdowns when options change ( #24603 )
...
* Fix behavior of select dropdowns when options change
* new approach
* memoize
2025-03-17 22:11:37 +01:00
Simon Lamon
5803ab68c2
Fix energy units ( #24672 )
2025-03-17 22:07:27 +01:00
Paul Bottein
64b9104199
Add area dashboard settings ( #24619 )
...
* Add hidden and order settings
* Share path logic
* Add editor to sort and filter areas
* Remove unused form
* Add areas strategy in the dashboard picker
* Move display editor
* Fix min width
* Add leading icon slot to expansion panel
* Fix left chevron icon with dynamic property
* Use area display in original state strategy
* Rename selector
* Rename to area_display
* Remove ha-expansion-panel changes
* Remove expanded
* Fix rebase
* Display all entities in the areas strategy overview (#24663 )
* Don't use subgroup
* Add all entities in the overview
* Add tile card features for area view
2025-03-17 22:04:01 +01:00
Paul Bottein
3c11323ea4
Add leading icon slot to expansion panel and fix left-chevron property ( #24635 )
...
* Add leading icon slot to expansion panel and fix left chevron
* Update components
2025-03-17 20:23:20 +01:00
Paul Bottein
4f7d5053ec
Add computeStateName fallback to tile card and badges ( #24666 )
2025-03-17 14:06:53 +00:00
Matěj 'Horm' Horák
7009482057
Show hide create option in todo card editor ( #24643 )
...
Show hide create option in todo editor
2025-03-17 15:00:35 +01:00
Wendelin
dfd5e80436
Fix update list item spinner ( #24660 )
2025-03-17 09:50:55 +01:00
Petar Petrov
9d4df46d5f
Fix for 0 values in line chart tooltip ( #24658 )
2025-03-17 09:49:31 +01:00
karwosts
02fce1f40a
Save preferred energy period in localStorage ( #24654 )
2025-03-17 08:36:31 +02:00
karwosts
05aa55bfb9
Fix describing device conditions in trace viewer ( #24645 )
2025-03-16 09:14:40 +01:00
karwosts
d4717f1293
Handle short form hex colors in conversion functions ( #24642 )
...
* Handle short form hex colors in conversion functions
* drop alpha codes
2025-03-16 09:13:13 +01:00
karwosts
c8a21a7a2f
Restore +/- buttons on featureless thermostat ( #24634 )
...
* Restore +/- buttons on featureless thermostat
* Update hui-humidifier-card.ts
* Update hui-thermostat-card.ts
2025-03-14 16:30:19 +01:00
Petar Petrov
54cc096b1a
Backup/Restore NVM in Z-WaveJS dashboard ( #24277 )
...
* Backup/Restore NVM in Z-WaveJS dashboard
* update API
* Handle file with HTTP
* MVP with 2 buttons
* format
* improve naming
* text tweak
* migrate to ha-progress-ring
* handle download errors
* fix restore progress
2025-03-14 15:17:29 +01:00
Jan-Philipp Benecke
49b1198cb7
Add yaml option to disable iFrame sandbox to embed PDFs ( #24620 )
...
* Add yaml option to disable iFrame sandbox to embed PDFs
* Apply suggestions from code review
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
---------
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
2025-03-14 13:45:22 +01:00
karwosts
91e9836423
Fix accessibility in add helper dialog ( #24627 )
2025-03-14 11:15:59 +01:00
Wendelin
6aa2a576b3
Revert "Unified safe area (insets) for Android and iOS" ( #24629 )
...
Revert "Unified safe area (insets) for Android and iOS (#23811 )"
This reverts commit ee10f9080d
.
2025-03-14 11:03:50 +01:00
Norbert Rittel
9712f04662
Fix `short_weekdays::sun` in Backup settings ( #24628 )
...
Fix short `short_weekdays::sun`
"So" is for us Germans, for English we better use "Su" here. :-)
2025-03-14 10:01:31 +01:00
Simon Lamon
d42bd36a3e
Fix logbook keeps loading ( #24351 )
...
* Logbook loading
* Redo typing
* small fixes
* async/sync fixes
2025-03-13 17:18:24 +01:00
Wendelin
28c355812c
Add shoelace loading spinner component ( #24525 )
...
* Add loading spinner component
* Update some spinners
* Update some spinners
* Update indeterminate to ha-spinner
* add ha-spinner-delayed
* Remove ha-circular-progress component
* Update demo/src/custom-cards/ha-demo-card.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Fix gallery
* Update set size
* Add ha-fade-in
* Remove wrong testing conditions
* Remove size number option
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-13 17:05:51 +01:00
Paul Bottein
e09dbb474b
Add foundation for areas dashboard strategy ( #24582 )
...
* Add entity filter section strategy
* Rename parameters
* Add group support
* Add empty state
* Add area strategy
* Remove title
* Fix heading
* Add areas dashboard and views
* Use satisfies
* Remove unnecessary array copy
* Only define set if needed
* Sort area by name
* Fix sorting
* Use entity id
* Don't use section strategy in view
* Simplify view
* Remove section related changes
2025-03-13 17:03:35 +01:00
Grzegorz Libiszewski
ee10f9080d
Unified safe area (insets) for Android and iOS ( #23811 )
...
* feat: Introduce new css variables for safe area
* feat: Replace all safe area env with variable
* fix: CR fix move from derived styles to styles and rename
2025-03-13 10:20:54 +02:00
karwosts
69026cbecf
Energy self sufficiency gauge needs grid consumption ( #24606 )
2025-03-12 18:06:31 +01:00
Bram Kragten
dda7de3301
Fix issues with develop and serve ( #24602 )
...
* fix issues with develop and serve
* fix get image data, use hassUrl
* save picture-upload
* Update bundje.cjs
* Prettier
* Fix profile picture in dev serve mode
* person badge too
---------
Co-authored-by: Wendelin <w@pe8.at>
2025-03-12 16:59:40 +01:00
Paulus Schoutsen
1d747c0901
Simplify CO2Signal check ( #24566 )
...
* Simplify CO2Signal check
* Remove more references.
* Update energy.ts
2025-03-12 08:31:12 +02:00
Norbert Rittel
8ef769559f
Use proper capitalization for "WPA-PSK" ( #24597 )
...
This abbreviation is consistently referred to using upper-case letters (Wikipedia, e.g.)
2025-03-11 19:22:32 +01:00
karwosts
e141b4dbee
Disable energy distribution animation if `prefers-reduced-motion` is set ( #24581 )
...
* Disable energy distribution animation if prefers-reduced-motion is set
* Move check to willUpdate. Remove circle circumference animation
2025-03-11 14:57:43 +01:00
puddly
d0545fe827
Update ZHA device websocket API types ( #24087 )
...
* Expose routing status from ZHA websocket API
* Clean up types a little bit
* Lint
2025-03-11 15:00:12 +02:00
Paul Bottein
616c1fda81
Rename entity filter to entity domain filter ( #24587 )
2025-03-10 13:34:15 -04:00
Paul Bottein
e8805be561
Perform action in slider and switch if it's a long press ( #24579 )
2025-03-10 15:30:29 +01:00
Darren Griffin
1b6d2ac08e
Make element-preview sticky ( #24580 )
2025-03-10 14:07:29 +01:00
Paulus Schoutsen
58dd778b3d
Add some type checking to demo ( #24567 )
2025-03-10 11:24:57 +01:00
karwosts
a4cdb294b1
Fix some issues with energy period update scheduling ( #24563 )
2025-03-10 08:46:05 +02:00
karwosts
07c4296771
Show statistics in history card on first load ( #24554 )
...
* Show statistics in history card on first load
* unnecessary line
2025-03-10 08:36:17 +02:00
Paulus Schoutsen
6ed26407be
Update country picker dialog in onboarding ( #24551 )
...
* Update country picker dialog in onboarding
* Handle if language has no locale
* Don't fall back to NL
2025-03-08 14:40:22 +00:00
Paul Bottein
8fe55b9bc0
Only recreate stack editor when the type or index change ( #24530 )
2025-03-06 15:55:20 +01:00
Wendelin
c97916bea4
Landingpage add core checks before show errors ( #24493 )
...
* Check core only if supervisor or observer is unresponsive
* Improve core check
* Revert test code
* Remove unused prop
* Combine network info with core check
* Combine ping and network info
* Add 30 sec timeout before show errors
* Update landing-page/src/ha-landing-page.ts
* Assume supervisor update on failed ping
* Fix typo
2025-03-06 11:33:33 +01:00
Petar Petrov
cdfe4b53bf
Ignore excessive keydown events in charts ( #24523 )
...
* Ignore excessive keydown events in charts
* lint
2025-03-06 11:30:17 +01:00
Petar Petrov
c79164992b
Fix height of chart legend ( #24519 )
2025-03-05 14:05:01 +01:00
Petar Petrov
c581d6d028
Set chart axis pointer line to --info-color ( #24494 )
2025-03-05 11:04:56 +01:00
karwosts
d899711a48
Remember hidden energy devices from storage ( #24470 )
...
* Remember hidden devices from storage
* remove accidental
* typing fix
2025-03-05 11:38:13 +02:00
Paul Bottein
b7be74e722
Remove touch action none for toggle feature ( #24514 )
2025-03-05 10:25:00 +01:00
karwosts
e53961d395
No integer validation on ha-form-float ( #24501 )
2025-03-05 09:20:18 +01:00
Paulus Schoutsen
03b08fefb7
Support continue conversation in Assist dialog ( #24511 )
2025-03-05 09:11:29 +02:00
Jan-Philipp Benecke
79374f6052
Show script description in the more info dialog ( #24507 )
...
* Show script description in the more info dialog
* Use markdown
2025-03-05 09:07:47 +02:00
J. Nick Koston
61effc3f70
Add panel to show Bluetooth connection overview ( #24463 )
...
* Add panel to show Bluetooth connection overview
* tweak
* migrate to ha-button
2025-03-04 18:29:15 +01:00
Petar Petrov
e5b460c259
Tweak legend expand/collapse button ( #24484 )
...
* Tweak legend expand/collapse button
* Revert "Tweak legend expand/collapse button"
This reverts commit 5eafdad781
.
* update UX
2025-03-04 14:51:54 +01:00
Joakim Sørensen
7a56731f56
Remove brackets ( #24497 )
2025-03-04 15:20:16 +02:00
Joakim Sørensen
bfe20d3760
Include name and version in already connected dialog if present ( #24492 )
...
* Include name and version in already connected dialog if present
* lint
* Apply suggestions from code review
* move
2025-03-04 11:39:29 +02:00
Paul Bottein
5a37087231
Use fire-event for copy, cut and duplicate ( #24486 )
...
* Add event for duplicate
* Update new events in card option and card edit mode
* Add copy event
2025-03-04 11:14:22 +02:00
Wendelin
75d7676b36
No capitalization for quick bar commands ( #24481 )
...
Remove forces capitalization for quick bar commands
2025-03-03 12:53:36 +01:00
Logan Rosen
7ad759dd95
Fix inconsistent color picker height across browsers ( #24476 )
...
Closes #24475
2025-03-03 11:17:46 +01:00