Skip to content

chore: centralize tsconfig#48

Merged
asispts merged 3 commits into
mainfrom
chore/tsconfig
Apr 13, 2026
Merged

chore: centralize tsconfig#48
asispts merged 3 commits into
mainfrom
chore/tsconfig

Conversation

@asispts

@asispts asispts commented Apr 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

@asispts asispts merged commit bdf8dc4 into main Apr 13, 2026
2 checks passed
@asispts asispts deleted the chore/tsconfig branch April 13, 2026 14:56
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant