• Joined on 2025-02-03
logan created pull request yonlu/yellowjacket#211 2026-08-23 11:50:57 +00:00
feat(android): the phone's "More" is a bottom sheet
logan created branch feat/71-more-as-a-bottom-sheet in yonlu/yellowjacket 2026-08-23 11:50:31 +00:00
logan pushed to feat/71-more-as-a-bottom-sheet at yonlu/yellowjacket 2026-08-23 11:50:31 +00:00
92665cc872 feat(android): the phone's "More" is a bottom sheet
logan opened issue yonlu/yellowjacket#210 2026-08-23 11:47:01 +00:00
The phone's navigation sheet scrolls without saying so
logan commented on issue yonlu/yellowjacket#71 2026-08-23 11:35:13 +00:00
Android: the "More" navigation should not be a side drawer

Picking this up on branch feat/71-more-as-a-bottom-sheet, from origin/main.

Approach, following the Direction and #60's precedent:

  • The "More" surface becomes a bottom sheet —…
logan pushed to fix/207-sheet-scroll-affordance at yonlu/yellowjacket 2026-08-23 11:04:31 +00:00
8c85db8968 docs(ui): quote the shipped fade's own measurement
logan commented on issue yonlu/yellowjacket#207 2026-08-23 11:03:11 +00:00
The phone's context sheet is taller than the screen, and its last item is below the fold

PR #209 — yonlu/yellowjacket#209 — CI green (check and e2e).

Took the Direction's first option. The 85vh cap stays; the fade is two background layers on…

logan commented on pull request yonlu/yellowjacket#209 2026-08-23 11:02:54 +00:00
fix(ui): the phone's context sheet says when it scrolls

CI is green — run 17668, check and e2e both success (chromium and WebKit).

The first run failed on #138, not on this change. check reported test/components/play-in-context.test.ts

logan created pull request yonlu/yellowjacket#209 2026-08-23 10:46:37 +00:00
fix(ui): the phone's context sheet says when it scrolls
logan pushed to fix/207-sheet-scroll-affordance at yonlu/yellowjacket 2026-08-23 10:46:09 +00:00
02e2251bb2 fix(ui): the phone's context sheet says when it scrolls
logan created branch fix/207-sheet-scroll-affordance in yonlu/yellowjacket 2026-08-23 10:46:09 +00:00
logan commented on issue yonlu/yellowjacket#207 2026-08-23 10:33:20 +00:00
The phone's context sheet is taller than the screen, and its last item is below the fold

Picking this up.

Taking the Direction's first option: a scroll shadow pinned to the sheet body's bottom edge, revealed and hidden by background-attachment: local rather than by a scroll…

logan commented on issue yonlu/yellowjacket#67 2026-08-23 10:13:06 +00:00
Android: move inline entity links into the item's context menu

PR #208yonlu/yellowjacket#208. CI green on both engines (run 17663).

What landed against this issue:

  • utils/explore-link.ts renders a plain string below…
logan commented on pull request yonlu/yellowjacket#208 2026-08-23 10:12:52 +00:00
feat(android): a name is not a link on a phone, the menu carries it

CI is green — run 17663.

  • check: lint, test (three build configurations), typecheck, make ui-test, make bindings-check, make skill-check, CSS literals, commit messages — all…
logan created pull request yonlu/yellowjacket#208 2026-08-23 09:59:34 +00:00
feat(android): a name is not a link on a phone, the menu carries it
logan pushed to feat/67-entity-links-into-menus at yonlu/yellowjacket 2026-08-23 09:59:07 +00:00
9da657baf5 feat(android): a name is not a link on a phone, the menu carries it
logan created branch feat/67-entity-links-into-menus in yonlu/yellowjacket 2026-08-23 09:59:07 +00:00
logan opened issue yonlu/yellowjacket#207 2026-08-23 09:57:51 +00:00
The phone's context sheet is taller than the screen, and its last item is below the fold
logan commented on issue yonlu/yellowjacket#67 2026-08-23 09:36:18 +00:00
Android: move inline entity links into the item's context menu

Taking this — it is Phase 4's next item in #73's sequence now that #63 has landed. Branch feat/67-entity-links-into-menus.

Approach, as far as it is decided before the code:

  • `utils/explo…
logan commented on issue yonlu/yellowjacket#204 2026-08-23 08:49:34 +00:00
make ui-visual-update ignores UI_ARGS and re-records every baseline

PR #206 — yonlu/yellowjacket#206

--update=true in the ui-visual-update recipe, which is the Direction as written. The issue's closing sweep is done too:…