Optimize UI animations and responsiveness - #21
Merged
Conversation
astrovm
force-pushed
the
agent/optimize-ui-animations
branch
from
July 24, 2026 18:04
fb5c9ee to
7424811
Compare
astrovm
force-pushed
the
agent/optimize-ui-animations
branch
from
July 24, 2026 18:07
fb5c9ee to
7424811
Compare
astrovm
marked this pull request as ready for review
July 24, 2026 19:10
Gate Auto/Download navigation during content fades, cancel in-flight transitions when showing errors, keep chrome in sync with step body, and publish high-frequency progress via latest-value samples so dropped channel updates cannot leave stale multi-mod totals.
Mirror the AppImage packaging entry point so developers can build and install the Flatpak with one command, with an override for production.
Match the shorter term used elsewhere for the optional terminal interface.
Replace the out-then-in crossfade with a snap swap and short fade-in, skip motion for Auto/Download work steps, and drop the deferred transition handler that delayed content rendering.
Lead with the usual setup wizard command and fold other commands and scripting flags into details so the section matches real usage.
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.
Summary
0.3.12Why
Adventure Mods now targets GTK 4.22 and libadwaita 1.9, but frequent progress callbacks and repeated preview reconstruction could still occupy the GTK main thread and make animations less smooth. These changes reduce unnecessary widget work without making downloads wait for the interface.
Validation