Conversation
This was referenced Sep 18, 2026
Defmon3
marked this pull request as ready for review
September 18, 2026 14:25
There was a problem hiding this comment.
Sorry @Defmon3, your pull request is larger than the review limit of 150,000 diff characters
Defmon3
force-pushed
the
stack/6315-series-history
branch
from
September 21, 2026 22:35
cd3ad6e to
c021011
Compare
This branch has not been deployed
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.
Series and review order
feat/issues-pageThese are open review units for one proposal, stacked on pingdotgg/t3code#6315. Part 1 targets Bilal's fork; parts 2–4 target the preceding branch in our fork. The complete series is available at the final branch. The series is open for review; feedback on product direction and implementation is welcome.
Short demo: History paging, Pull Requests, Issues, and retained History state.
Prior discussion: the original proposal and Bilal's invitation to stack it. This records the invitation, not upstream acceptance of the design.
What changed
Adds a History surface for browsing a virtualized commit graph, branches and tags, commit details, changed files and diffs. Favourites use environment and repository identity.
Why
Users can inspect repository history alongside their coding thread without leaving the app.
Dependency and review
Part 2 of 4, based on
stack/6315-series-server. Review only this PR's incremental diff. It is hosted in this fork so its base branch exists without requiring write access to Bilal's fork. It is not a standalone upstream merge request.History is still a separate surface here. The next layer combines it with Pull Requests; the fourth integrates Issues.
Verification
This exact cumulative layer passed dev-server checks for 100-to-200 commit paging, commit details, rendered file diffs, ref filtering with an empty result, and favourite persistence after reload. No page exceptions were captured. Earlier focused History paging/ref checks passed 39 tests and the layer passed web typecheck; those checks were not repeated for the server-only date-field removal.
UI
Before: the earlier base UI offers the existing right-panel surfaces without History (archived baseline screenshot).

After: History list:

Selected file diff:

Known limitation: a favourite appears once its local-ref page is loaded; deleted branch names remain saved. Partial or filtered results do not prune favourites.
The old proposal and its images remain available as historical context.
Developed with Astra 6 in Codex/T3 Code and reviewed with Fable 5.1.