v0.2.1: sync status readable in the corner; Device menu right of Track

The QProgressBar overlay text didn't fit at 160-220px and clipped to two
broken lines. Split it: a plain label "Copying to Rabbit R1 · 1.2 GB /
3.4 GB" next to a textless bar, both permanent right-side widgets hidden
when idle. And the Device menu now sits to the right of Track (trav's
intended spot).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 17:39:03 -04:00
co-authored by Claude Fable 5
parent 62fadd0a2d
commit d5ea4b30bf
3 changed files with 26 additions and 11 deletions
+3
View File
@@ -36,6 +36,9 @@ When a round closes, move its finished items to `tasks-done.md`.
totals middle, sync right).
Tests in `tests/test_round26.py`. Feature round → minor bump **0.2.0**.
Follow-up polish (**0.2.1**): sync status split into a plain "Copying to
Rabbit R1 · X / Y" label + textless bar (overlay text didn't fit), and the
Device menu moved to the right of Track per trav.
## Round 25 — folder highlight while dragging a playlist (v0.1.6)