• Joined on 2025-02-03
logan created pull request yonlu/yellowjacket#181 2026-08-21 10:41:04 +00:00
fix(ui): keep a touch-only affordance reachable, or absent
logan pushed to fix/137-touch-only-affordances at yonlu/yellowjacket 2026-08-21 10:40:48 +00:00
5fbe1d9923 fix(ui): keep a touch-only affordance reachable, or absent
logan created branch fix/137-touch-only-affordances in yonlu/yellowjacket 2026-08-21 10:40:48 +00:00
logan commented on issue yonlu/yellowjacket#137 2026-08-21 10:33:23 +00:00
Hover-only affordances that are the *only* route to their action are unreachable on touch

Picking this up on fix/137-touch-only-affordances.

Approach, following the issue's own Direction and its Sequencing note.

#60 has landed, and the queue row's context menu — now a bottom…

logan commented on issue yonlu/yellowjacket#154 2026-08-21 09:52:25 +00:00
Nested CSS rules starting with an element name are silently dropped on the phone

PR #180 is open and CI is green (check and e2e, the latter over both Chromium and WebKit).

make css-check carries a second script, frontend/scripts/check-css-nesting.mjs, over index.css

logan commented on pull request yonlu/yellowjacket#180 2026-08-21 09:52:25 +00:00
build(frontend): fail css-check on a nested rule the phone drops

CI is green on 4bf2414: check success (run 478) and e2e success, the latter over both Chromium and WebKit. make css-check runs the new script in that first job, so the check is…

logan created pull request yonlu/yellowjacket#180 2026-08-21 09:39:15 +00:00
build(frontend): fail css-check on a nested rule the phone drops
logan pushed to fix/154-nested-css-check at yonlu/yellowjacket 2026-08-21 09:38:56 +00:00
4bf2414653 build(frontend): fail css-check on a nested rule the phone drops
logan created branch fix/154-nested-css-check in yonlu/yellowjacket 2026-08-21 09:38:56 +00:00
logan commented on issue yonlu/yellowjacket#154 2026-08-21 09:36:19 +00:00
Nested CSS rules starting with an element name are silently dropped on the phone

Taking this on branch fix/154-nested-css-check.

Approach is the Direction's cheap version: a second check under make css-check rather than a build-time downlevel, matching how the other…

logan commented on issue yonlu/yellowjacket#66 2026-08-21 08:53:35 +00:00
Android: the album detail page should scroll as one page, and fit the screen width

PR: yonlu/yellowjacket#179 — CI green on both engines (run 17385).

The fix is one @media (max-width: 599px) block in the component's own stylesheet: the host…

logan commented on pull request yonlu/yellowjacket#179 2026-08-21 08:53:35 +00:00
fix(explore): scroll the album page as one on a phone

CI is green on both engines — run 17385.

  • check: commit messages, lint, test (three build configurations), tsc --noEmit, css-check, the 984-test component suite, bindings-check,…
logan created pull request yonlu/yellowjacket#179 2026-08-21 08:41:15 +00:00
fix(explore): scroll the album page as one on a phone
logan pushed to fix/66-album-page-scrolls-as-one at yonlu/yellowjacket 2026-08-21 08:40:55 +00:00
ea3edde697 fix(explore): scroll the album page as one on a phone
logan created branch fix/66-album-page-scrolls-as-one in yonlu/yellowjacket 2026-08-21 08:40:55 +00:00
logan commented on issue yonlu/yellowjacket#66 2026-08-21 08:33:07 +00:00
Android: the album detail page should scroll as one page, and fit the screen width

Picking this up. Branch fix/66-album-page-scrolls-as-one.

Approach, from the two measurements already on this issue rather than from first principles:

  • The scroll half: `explore-album-deta…
logan commented on issue yonlu/yellowjacket#58 2026-08-21 07:56:42 +00:00
Android: a non-interactive progress line on the border between the mini player and the nav bar

PR: yonlu/yellowjacket#178 — CI green on both jobs, WebKit included.

What landed is the Findings' shape rather than a new one: the line is the shell's element in…

logan commented on pull request yonlu/yellowjacket#178 2026-08-21 07:56:30 +00:00
feat(player): show progress on the phone's bar border

CI is green — run 476 (https://git.ljones.me/yonlu/yellowjacket/actions/runs/17380).

  • check — success: lint and test across all three build configurations, tsc --noEmit, the…
logan created pull request yonlu/yellowjacket#178 2026-08-21 07:44:19 +00:00
feat(player): show progress on the phone's bar border
logan created branch feat/58-mini-player-progress-line in yonlu/yellowjacket 2026-08-21 07:43:57 +00:00