HA-Automation-Row Component: Change Collapsible Expander Chevron direction #28828
+4
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed change
Change Collapsible Automation Row Chevron Direction to align with html
<details>behaviour and intuition for Expanding Icons on the left of the Summary text.Points right when closed and down when expanded. (CLICK ME)
Very common design for collapsible sections with their indicator icon on the LEFT of the text.RIGHT side Indicators left untouched.
Type of change
(Visual / User experience)
Example configuration
Editing any nestable Automation block (AND, IF, OR) via the UI automation configurator.
Additional information
Sorry, if this seems like a bit of a low-effort type of PR but I felt visceral disgust when I noticed that the expander-icon in automation blocks works completely differently to any other expanding section I've ever seen online.
I only changed this occurance because in the automation-row the indicator is on the left and for any other expandables I stumbled upon, the icon was on the right, which was totally fine with my expectance and gut feeling.
If you want I can scour the frontend for more of left-aligned chevrons so there's at least some effort :P
Checklist
If user exposed functionality or configuration variables are added/changed:
(Not needed)