ha-sidebar: exclude some items from scrollable + fade + various fixes #28747
+82
−47
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.
Breaking change
Proposed change
What this PR does:
Fix a height for the bottommost
ha-md-listcontaining "notifications" & "user profile": currently the height is set to somecalc(100% - ...)- but this should only be done for the 1stha-md-listcontaining other panels. This causes a wrong vertical spacing between a user avatar & a bottom boundary.Exclude 2 last item - "dev tools" & "config" (along with possible "ExternalConfiguration") - from a scrollable list (see screenshots below).
Fix a tooltip for a user profile - there was an error in a "span" element (also fix a similar imperfection for a "config" badge span, did not cause an error since a value inside a span was a number instead of a text) (also a similar error for an "external_app_configuration" span).
Reduce top/bottom paddings for a "divider" element (located above a "notifications" item) for a bit compact look (the 1st fix can be seen here too):
_externalConfigfromshouldUpdate()- it is not present in a code (may be left from a past?).WORKS IN PROGRESS !!! Some issues are still to be solved.
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: