Keep the closed history open across pages and let readers choose the page size - #121
Merged
ClaudiuSchuster merged 1 commit intoSep 18, 2026
Conversation
ClaudiuSchuster
deleted the
oss-oo/gen28-sticky-history-pagesize-ge2820260918
branch
September 18, 2026 19:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What (feel round 2)
The closed history stays unfolded: every page turn used to rebuild the list and hand back a fresh, folded
<details>— readers had to click "show finished projects" again on every page. The fold now remembers its open state (summary clicks record it; re-renders restore it), search still reaches the closed work directly by auto-opening, and mission changes reset it.Reader-chosen page size: a small "projects per page" selector (6 / 12 / 24 / 48, styled like the filter chips) sits at the end of the filter bar — deliberately outside the pager bars, so the control never disappears when a group happens to fit on one page. Changing it is a preference, not a view: it survives searches, filters and missions, and resets every group to its first page.
Verification
test-projects-ui.mjs21/21 (extended: history open across a page turn, page size 24 collapses a group to a single page and back) in podman node:24-slim;check-repository.shgreen.