chore: centralize tsconfig#48
Merged
Merged
Conversation
0Miles
added a commit
to 0Miles/neo-git-graph
that referenced
this pull request
Jun 5, 2026
Port the stash-on-graph foundation: a showStashes setting (default false) makes loadCommits merge stashes in as commit nodes (first parent = the commit they were created on), each carrying a "stash" ref that renders with a stash icon and a distinct italic/amber label. Adds the loadStashes query, the "stash" GitRef type, gitRef context-menu handling (stash refs aren't branches, so no checkout/merge — just copy), config plumbing, i18n, CSS, and backend tests. Gated off by default, so the default experience and existing tests are unaffected. Stash apply/pop/drop (#180/#204) and the stash details view (#208) build on this. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0Miles
added a commit
to 0Miles/neo-git-graph
that referenced
this pull request
Jun 5, 2026
0Miles
added a commit
to 0Miles/neo-git-graph
that referenced
this pull request
Jun 5, 2026
Building on asispts#48: right-clicking a stash on the graph now offers Apply, Pop and Drop. Apply/Pop show a "reinstate the index" checkbox (git stash apply/pop [--index]) for #204; Drop confirms first. Adds the backend actions, message wiring, i18n and backend tests covering apply (keeps), pop (removes) and drop. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0Miles
added a commit
to 0Miles/neo-git-graph
that referenced
this pull request
Jun 5, 2026
Building on asispts#48: Ctrl/Cmd+S cycles the view to the next stash on the graph (Ctrl/Cmd+Shift+S the previous), centring and blinking it. No-op when no stashes are shown. Consistent with the existing Ctrl+H scroll-to-HEAD. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0Miles
added a commit
to 0Miles/neo-git-graph
that referenced
this pull request
Jun 5, 2026
0Miles
added a commit
to 0Miles/neo-git-graph
that referenced
this pull request
Jun 5, 2026
Building on asispts#48: when the Commit Details View is opened for a stash, the untracked files captured by `git stash -u` (stored in the stash's third parent) are listed alongside the stashed changes. commitDetails takes an isStash flag (set by the webview when the node carries a stash ref) and lists <stash>^3 via ls-tree. Adds the request field, plumbing and a backend test. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.