fix(loadwidget): scope intro gif to boot only, drop dead divided-intro assets - #327
Open
gmmcosta15 wants to merge 1 commit into
Open
fix(loadwidget): scope intro gif to boot only, drop dead divided-intro assets#327gmmcosta15 wants to merge 1 commit into
gmmcosta15 wants to merge 1 commit into
Conversation
This was referenced Sep 3, 2026
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.
Description
Scopes the boot intro gif overlay to boot/reboot only. Every reconnect path now falls through to
ConnectionPageinstead of being covered by the gif — that page has the retry/firmware-restart/restart-klipper/reboot/wifi/update controls needed to actually recover from a failure. Also drops the deaddivided-intro/PNG set and duplicateintro_blocks.gif.loadscreen/loadwidget(spinner, panel loads) andintroscreenintrowidget(gif, boot only)_intro_timeout(15s single-shot) bounds the overlay so a stalled boot can't hideConnectionPageindefinitely; dismissed on firstklippy_state == "ready"resources/media/intro_blocks.gif(26MB) andresources/media/divided-intro/(218 PNGs), dead duplicates, not in any.qrc, onlyresources/intro_blocks.gifis actually usedMotivation
The previous shared overlay covered
ConnectionPagefor the full ~2.5 min reconnect window, hiding the exact controls needed to fix the failure, and decoded 218 frames (~30% of a Pi 5 core) on ordinary panel loads.