Today’s release brings just a couple of small fixes to improve the overall experience.
Hover effect
On desktop devices, when using navbar-card
with labels, the hover effect previously targetted the whole route, including the label and button. In some cases, the label would even overflow beyond the hover highlight, resulting in a poor visual experience.
Current route not selected
In certain scenarios—such as navigating to a native Home Assistant page and then returning to your custom dashboard—routes would not appear selected even though the URL matched. This release resolves that issue, ensuring the correct route is marked as active when appropriate.
All changes on this release
- Fix ripple effect on desktop devices.
- Fix route not updating its
selected
state properly. (closes #83 )