feat: download size and speed in the progress toast; keyboard grid navigation#47
Merged
Merged
Conversation
…vigation - The progress channel carried a bare fraction, so the toast could only say 'file - NN%'. It now carries (downloaded bytes, total when the server sent Content-Length): the toast shows '12.3 MiB / 30.1 MiB (41%) · 5.2 MiB/s' with an EMA-smoothed transfer speed, and degrades gracefully when the length is unknown (bytes so far + speed). The launcher self-update path maps the same channel back to its fraction. - The grid is finally keyboard-reachable: Down/Up move a highlight over the visible rows (store repos then local apps) and Enter activates it - opening the repo's detail page or launching the local app. The highlight is keyed by stable name (not index) so a catalog refresh cannot silently move it, and it clears when the search or section changes the visible rows. Enter without a highlight keeps the old open-first-result 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.
Contexte (audit 2026-07-20, P2 - dernier lot)
Validation
104 tests verts, clippy 0, fmt OK.