• Joined on 2025-02-03
logan pushed to fix/137-touch-only-affordances at yonlu/yellowjacket 2026-08-21 14:48:44 +00:00
003610b7a3 fix(ui): make the touch pen a corner chip, not a scrim over the art
logan pushed to fix/171-phone-queue-scrim at yonlu/yellowjacket 2026-08-21 14:47:31 +00:00
2155be8b28 test(queue): pin the breakpoint listener the scrim rule rests on
logan pushed to fix/154-nested-css-check at yonlu/yellowjacket 2026-08-21 14:46:28 +00:00
19d91639a4 build(frontend): sweep every stylesheet, not index.css by name
logan pushed to feat/58-mini-player-progress-line at yonlu/yellowjacket 2026-08-21 14:45:37 +00:00
deea6ad06d test(player): pin the desktop timer gate, drop a leaked queue
logan pushed to fix/171-phone-queue-scrim at yonlu/yellowjacket 2026-08-21 14:38:28 +00:00
b0d4df5b48 fix(queue): draw the scrim only where it can be tapped
6cca57f229 Merge pull request 'fix(explore): scroll the album page as one on a phone' (#179) from fix/66-album-page-scrolls-as-one into main
ea3edde697 fix(explore): scroll the album page as one on a phone
Compare 3 commits »
logan pushed to fix/137-touch-only-affordances at yonlu/yellowjacket 2026-08-21 14:38:24 +00:00
3a47070d3f fix(ui): keep a touch-only affordance reachable, or absent
6cca57f229 Merge pull request 'fix(explore): scroll the album page as one on a phone' (#179) from fix/66-album-page-scrolls-as-one into main
ea3edde697 fix(explore): scroll the album page as one on a phone
Compare 3 commits »
logan pushed to feat/58-mini-player-progress-line at yonlu/yellowjacket 2026-08-21 14:38:13 +00:00
894b16d2f7 docs(player): attribute the phone seek bar's removal correctly
logan pushed to feat/58-mini-player-progress-line at yonlu/yellowjacket 2026-08-21 14:38:13 +00:00
fba608fdbd docs(player): attribute the phone seek bar's removal correctly
f59490b113 feat(player): show progress on the phone's bar border
6cca57f229 Merge pull request 'fix(explore): scroll the album page as one on a phone' (#179) from fix/66-album-page-scrolls-as-one into main
ea3edde697 fix(explore): scroll the album page as one on a phone
Compare 4 commits »
logan pushed to fix/154-nested-css-check at yonlu/yellowjacket 2026-08-21 14:36:46 +00:00
cee322dc31 build(frontend): fail css-check on a nested rule the phone drops
6cca57f229 Merge pull request 'fix(explore): scroll the album page as one on a phone' (#179) from fix/66-album-page-scrolls-as-one into main
ea3edde697 fix(explore): scroll the album page as one on a phone
Compare 3 commits »
logan pushed to main at yonlu/yellowjacket 2026-08-21 14:36:21 +00:00
6cca57f229 Merge pull request 'fix(explore): scroll the album page as one on a phone' (#179) from fix/66-album-page-scrolls-as-one into main
ea3edde697 fix(explore): scroll the album page as one on a phone
Compare 2 commits »
logan closed issue yonlu/yellowjacket#66 2026-08-21 14:36:20 +00:00
Android: the album detail page should scroll as one page, and fit the screen width
logan merged pull request yonlu/yellowjacket#179 2026-08-21 14:36:20 +00:00
fix(explore): scroll the album page as one on a phone
logan commented on issue yonlu/yellowjacket#171 2026-08-21 12:01:15 +00:00
Android: the queue's scrim has no reachable pixels, so tap-outside-to-close does not exist

Fixed by PR #182 (fix/171-phone-queue-scrim) — CI green, chromium and webkit.

Took the issue's second direction: below 600px the scrim is not drawn at all, rather than drawn as a dismissal…

logan commented on pull request yonlu/yellowjacket#182 2026-08-21 12:01:15 +00:00
fix(queue): draw the scrim only where it can be tapped

CI is green. Run 17400, both required jobs:

  • check — commit messages, lint, test (all three build configurations), frontend typecheck, css literals, the component/store suite, bindings …
logan created pull request yonlu/yellowjacket#182 2026-08-21 11:40:09 +00:00
fix(queue): draw the scrim only where it can be tapped
logan created branch fix/171-phone-queue-scrim in yonlu/yellowjacket 2026-08-21 11:39:50 +00:00
logan pushed to fix/171-phone-queue-scrim at yonlu/yellowjacket 2026-08-21 11:39:50 +00:00
ebe27ca3f0 fix(queue): draw the scrim only where it can be tapped
logan commented on issue yonlu/yellowjacket#171 2026-08-21 11:32:41 +00:00
Android: the queue's scrim has no reachable pixels, so tap-outside-to-close does not exist

Picking this up on branch fix/171-phone-queue-scrim.

Taking the second of the two directions, not the gutter.

Below 600px the queue is a screen: #55 made it a place with a history entry,…

logan commented on issue yonlu/yellowjacket#137 2026-08-21 10:53:05 +00:00
Hover-only affordances that are the *only* route to their action are unreachable on touch

PR: yonlu/yellowjacket#181 — CI green on 5fbe1d9 (check and e2e, the latter on both Chromium and WebKit).

Three CSS rules, in the two directions this issue…

logan commented on pull request yonlu/yellowjacket#181 2026-08-21 10:52:57 +00:00
fix(ui): keep a touch-only affordance reachable, or absent

CI is green on 5fbe1d9 (run 17395): check success, e2e success — the latter covering both Chromium and WebKit.

Not merging; leaving Status/In Progress on #137.