Fix/favorites stale refresh#231
Closed
cayossarian wants to merge 5 commits into
Closed
Conversation
Picks up span-card ae88740, which restores the _recoverIfNeeded retry on the panel's visibilitychange handler. Without it, returning to the Favorites view from a backgrounded tab leaves #tab-content blank when an async build step resolves empty during WS reconnect.
Picks up span-card 74ddb32, which closes the flex gap between the relay toggle and the power value so the circuit name reclaims that 10px on narrow displays.
Picks up span-card d540ec9, which drops the 70px min-width on .list-power-value so short readings hug the relay and the circuit name reclaims the freed column.
Picks up span-card 30f1012, which adds a two-row fold for list rows (media query at 520px) and By Panel breaker cells (container query at 760px panel-grid width) so long circuit names display fully on phone-width displays instead of ellipsizing into nothing.
There was a problem hiding this comment.
Pull request overview
Updates the project changelog to document the 2.0.7 release fixes described in the PR: preventing the Favorites view from staying empty after tab focus changes, and improving circuit row layout on narrow displays.
Changes:
- Add a 2.0.7 changelog entry describing the Favorites refresh fix.
- Add a 2.0.7 changelog entry describing the narrow-screen circuit row folding behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix stale favorites refresh and fold rows on narrow screens to avoid name occlusion