• Joined on 2025-02-03
logan commented on issue yonlu/yellowjacket#73 2026-08-21 01:59:19 +00:00
Roadmap: suggested order for the desktop + Android backlog (#5–#72)

Phase 3, on the #60-before-#55 question — raised at the end of the #57 session and left for whoever picked up #55. Taking #55 now, and the answer is that the ordering constraint does not…

logan commented on issue yonlu/yellowjacket#55 2026-08-21 01:59:05 +00:00
Android: make the queue a real screen instead of a pop-open sidebar

Taking this. Branch: 55-queue-as-a-screen.

Approach, and it is not the one in the Direction — the measurement is why. Read the whole comment before the diff; the shape changed.

Measured…

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

Phase 3's second item is done. #57 (PR #167, merged as 880adff), which also closed #148 — the library filter was the second awkward thing in that bar and #148 says so in as many…

logan opened issue yonlu/yellowjacket#168 2026-08-21 00:19:34 +00:00
e2e state leaks between spec files: a staged job outlives the spec that staged it
logan closed issue yonlu/yellowjacket#148 2026-08-21 00:18:35 +00:00
The library filter is unreachable on a phone, and nothing else selects a library
logan pushed to main at yonlu/yellowjacket 2026-08-21 00:18:35 +00:00
880adff12c Merge pull request 'Drop the phone's top bar; search becomes a button and a modal' (#167) from feat/57-drop-the-android-top-bar into main
d6f7412e9d docs(shell): the phone has no top bar, and why the modal is a dialog
1ab767a317 feat(shell): take the top bar out of the phone's layout
ac8f86eb00 fix(settings): give the library selection a home that is not the top bar
47bd9ef211 fix(header): let the count yield before an action is clipped
Compare 6 commits »
logan merged pull request yonlu/yellowjacket#167 2026-08-21 00:18:33 +00:00
Drop the phone's top bar; search becomes a button and a modal
logan closed issue yonlu/yellowjacket#57 2026-08-21 00:18:33 +00:00
Android: drop the top bar; make search a button that opens a modal where search applies
logan commented on issue yonlu/yellowjacket#57 2026-08-21 00:18:17 +00:00
Android: drop the top bar; make search a button that opens a modal where search applies

PR #167, CI green, WebKit step confirmed to have actually run.

On the fourth decision the handover asked for — whether this modal should wait for or become #60's <action-sheet> — the…

logan commented on pull request yonlu/yellowjacket#167 2026-08-21 00:18:08 +00:00
Drop the phone's top bar; search becomes a button and a modal

CI green at d6f7412 — run 17326, check and e2e both successful.

The WebKit step ran, checked per-step rather than by the tick: it carries if: ${{ !cancelled() }} and has silently…

logan commented on pull request yonlu/yellowjacket#167 2026-08-21 00:07:42 +00:00
Drop the phone's top bar; search becomes a button and a modal

Screenshots

424×439 — the reference device's own viewport. Content starts at y=0; it started at 52 on main. The search button is top-right in the view's own header; the tab bar is the…

logan created pull request yonlu/yellowjacket#167 2026-08-21 00:06:31 +00:00
Drop the phone's top bar; search becomes a button and a modal
logan pushed to feat/57-drop-the-android-top-bar at yonlu/yellowjacket 2026-08-21 00:05:45 +00:00
d6f7412e9d docs(shell): the phone has no top bar, and why the modal is a dialog
1ab767a317 feat(shell): take the top bar out of the phone's layout
ac8f86eb00 fix(settings): give the library selection a home that is not the top bar
47bd9ef211 fix(header): let the count yield before an action is clipped
b801fa533a feat(shell): make search a button and a modal where searching applies
Compare 5 commits »
logan created branch feat/57-drop-the-android-top-bar in yonlu/yellowjacket 2026-08-21 00:05:45 +00:00
logan commented on issue yonlu/yellowjacket#57 2026-08-20 23:36:14 +00:00
Android: drop the top bar; make search a button that opens a modal where search applies

Claiming. Branch feat/57-drop-the-android-top-bar.

Approach, following the inventory above:

  • search box — a PageAction on page-header, gated on search-store's own `SEARCH_SCOP…
logan commented on issue yonlu/yellowjacket#62 2026-08-20 23:17:08 +00:00
Android: the background-jobs popover is hidden behind other UI — make it a notification instead

Correcting my own conclusion above, found while handing over.

I wrote that the "obscured" symptom "did not reproduce in any tier" and that this was therefore not a stacking fix. The first…

logan commented on issue yonlu/yellowjacket#60 2026-08-20 23:16:55 +00:00
Android: context menus should be a bottom sheet, not a popover that gets clipped

Why this happens, from the Web Awesome source — it is sharper than "113 has no Popover API", and it explains why #62's popover was fine.

wa-popup renders `<div popover="manual" part="popup"…

logan commented on issue yonlu/yellowjacket#57 2026-08-20 22:33:32 +00:00
Android: drop the top bar; make search a button that opens a modal where search applies

Unblocked. #62 is closed, so the job indicator has somewhere to live that is not this bar.

What that leaves for this issue, of the four things the bar holds:

  • job indicator — done.
logan pushed to main at yonlu/yellowjacket 2026-08-20 22:32:47 +00:00
8879192097 Merge pull request 'Show background jobs in the phone's layout, not a popover' (#166) from feat/62-jobs-as-a-notification into main
f76ee96ac4 docs(jobs): the phone's band, and why it is in flow
23f5a0c53a feat(shell): show background jobs in the phone's layout, not a popover
502b814a65 feat(jobs): let a panel answer for every kind, at either density
Compare 4 commits »
logan merged pull request yonlu/yellowjacket#166 2026-08-20 22:32:47 +00:00
Show background jobs in the phone's layout, not a popover