• Joined on 2025-02-03
logan merged pull request yonlu/yellowjacket#153 2026-08-20 03:58:04 +00:00
Fuse the scroll guard and the write it guards
logan pushed to main at yonlu/yellowjacket 2026-08-20 03:58:04 +00:00
7d348f243a Merge pull request (#153) from fix/151-fuse-the-scroll-guard-and-the-write into main
ddd04623f7 test(e2e): fuse the scroll guard and the write it guards
Compare 2 commits »
logan closed issue yonlu/yellowjacket#151 2026-08-20 03:58:04 +00:00
album-dropdown 'can be scrolled' still races: the guard and the write are separate round trips
logan commented on issue yonlu/yellowjacket#23 2026-08-20 03:38:45 +00:00
Desktop: explore centering the seek bar and transport controls in the bottom bar

Claiming this with #42, as one pass — see the note there. Branch: feat/42-inline-volume-and-centred-transport.

In short: #42 inlines the volume slider, and its own findings record that doing…

logan commented on issue yonlu/yellowjacket#42 2026-08-20 03:38:44 +00:00
Desktop: show a volume slider in the bottom bar by default instead of a click-to-open popup

Claiming this with #23, as one pass. Branch: feat/42-inline-volume-and-centred-transport.

Why together rather than in sequence. This issue's own findings say giving wa-slider a label…

logan created branch fix/151-fuse-the-scroll-guard-and-the-write in yonlu/yellowjacket 2026-08-20 03:38:07 +00:00
logan pushed to fix/151-fuse-the-scroll-guard-and-the-write at yonlu/yellowjacket 2026-08-20 03:38:07 +00:00
ddd04623f7 test(e2e): fuse the scroll guard and the write it guards
logan created pull request yonlu/yellowjacket#153 2026-08-20 03:38:06 +00:00
Fuse the scroll guard and the write it guards
logan commented on issue yonlu/yellowjacket#151 2026-08-20 03:29:48 +00:00
album-dropdown 'can be scrolled' still races: the guard and the write are separate round trips

Claiming this. Branch: fix/151-fuse-the-scroll-guard-and-the-write.

Approach. The Direction as filed: one evaluate that sets scrollTop and returns what it reads back, polled until it…

logan commented on issue yonlu/yellowjacket#73 2026-08-20 03:15:40 +00:00
Roadmap: suggested order for the desktop + Android backlog (#5–#72)

#143 and #43 landed (PRs #149 and #152). Two notes against the sequence, one of which is a correction to this list.

#43 was not in any phase, only in the soft-relations line about #5, #43…

logan pushed to main at yonlu/yellowjacket 2026-08-20 03:14:31 +00:00
9ad1477b1e Merge pull request 'Pin the queue panel'''s mouse model' (#152) from fix/43-queue-panel-selection into main
70ab3ddf94 docs: record two measurements from the queue selection work
4f7529c315 test(queue): pin the panel's mouse model, and bound the highlight
Compare 3 commits »
logan closed issue yonlu/yellowjacket#43 2026-08-20 03:14:30 +00:00
Desktop: queue panel — single-click select and double-click to play from that spot
logan merged pull request yonlu/yellowjacket#152 2026-08-20 03:14:30 +00:00
Pin the queue panel's mouse model
logan created pull request yonlu/yellowjacket#152 2026-08-20 03:00:47 +00:00
Pin the queue panel's mouse model
logan created branch fix/43-queue-panel-selection in yonlu/yellowjacket 2026-08-20 03:00:22 +00:00
logan pushed to fix/43-queue-panel-selection at yonlu/yellowjacket 2026-08-20 03:00:22 +00:00
70ab3ddf94 docs: record two measurements from the queue selection work
4f7529c315 test(queue): pin the panel's mouse model, and bound the highlight
Compare 2 commits »
logan commented on issue yonlu/yellowjacket#5 2026-08-20 02:59:12 +00:00
Desktop: single-click should select tracks in album/detail track lists, not just the Tracks tab

A finding from #43 that lands on this issue before it starts.

This issue's plan is to reuse utils/selection-controller.ts in the album detail tracklist and the other detail lists. Worth…

logan commented on issue yonlu/yellowjacket#43 2026-08-20 02:58:58 +00:00
Desktop: queue panel — single-click select and double-click to play from that spot

All four behaviours work on current main, and I could not reproduce the report. Here is everything I measured, because "works for me" is not an answer anybody can check.

Driven against…

logan opened issue yonlu/yellowjacket#151 2026-08-20 02:57:24 +00:00
album-dropdown 'can be scrolled' still races: the guard and the write are separate round trips
logan commented on issue yonlu/yellowjacket#43 2026-08-20 02:36:28 +00:00
Desktop: queue panel — single-click select and double-click to play from that spot

Claiming this. Branch: fix/43-queue-panel-selection.

Approach. Reproduce first against the running app, because the report's own reading is that both behaviours are already wired — so…