All eight open PRs were opened on 13–14 August and are 26 commits behind main (24 for #176). Since then the feed pane and the app chrome were rebuilt on go-widgets (#196, #200), internal/windowgw was deleted (#180), and the HiDPI stack landed (window v0.26.0 → v0.39.0, toolkit → v0.168.0).
Their green checks were run against the old base, so "mergeable" was not evidence of anything. I merged each onto today's main in a scratch worktree and ran the suite. Nothing was pushed and no branch was rewritten.
Safe to merge — verified against current main
| PR |
result |
| #166 per-tab lazy loading |
merges cleanly, go build, go vet and the whole suite pass |
| #171 first web page at the pane's real width |
merges cleanly, whole suite passes |
| #168 topbar Refresh button |
merges cleanly, whole suite passes — but it adds cov.out, a coverage artefact that should come out before it lands |
Need work — conflicts on today's main
| PR |
what conflicts |
| #165 deps: window v0.26.0 |
Obsolete. main is on v0.39.0, and the PR edits internal/windowgw/*, which no longer exists. Its subject — display density following a screen move — shipped in v0.24.2. Suggest closing. |
| #172 launch at full screen height |
same internal/windowgw modify/delete conflict, plus go.sum. The feature is worth keeping; the branch needs redoing on main (the adapter it targets is gone). |
| #167 wide reading pane 2/3 |
ui/render.go and ui/preview_view.go, the two files most rewritten by the toolkit migration. |
| #169 preview keyboard focus |
internal/window/run.go, rewritten for the repaint clock and the capability wiring. |
| #176 media cache mtime |
conflicts and its own CI is red on its branch. |
Nobody's branch was touched; this is a measurement, not a merge queue.
🤖 Generated with Claude Code
All eight open PRs were opened on 13–14 August and are 26 commits behind
main(24 for #176). Since then the feed pane and the app chrome were rebuilt on go-widgets (#196, #200),internal/windowgwwas deleted (#180), and the HiDPI stack landed (window v0.26.0 → v0.39.0, toolkit → v0.168.0).Their green checks were run against the old base, so "mergeable" was not evidence of anything. I merged each onto today's
mainin a scratch worktree and ran the suite. Nothing was pushed and no branch was rewritten.Safe to merge — verified against current
maingo build,go vetand the whole suite passcov.out, a coverage artefact that should come out before it landsNeed work — conflicts on today's
mainmainis on v0.39.0, and the PR editsinternal/windowgw/*, which no longer exists. Its subject — display density following a screen move — shipped in v0.24.2. Suggest closing.internal/windowgwmodify/delete conflict, plusgo.sum. The feature is worth keeping; the branch needs redoing onmain(the adapter it targets is gone).ui/render.goandui/preview_view.go, the two files most rewritten by the toolkit migration.internal/window/run.go, rewritten for the repaint clock and the capability wiring.Nobody's branch was touched; this is a measurement, not a merge queue.
🤖 Generated with Claude Code