Eric Amodio
7d8d621323
Fixes stash selection in the Graph/Commit Details
2年前
Eric Amodio
d3db970bfe
"Fixes" missing stashes from Graph
There has to be a better way to do this
2年前
Miggy Eusebio
61ae55fbd5
Bump graph to RC11
2年前
Miggy Eusebio
95964b487d
Bump graph library to RC10
2年前
Keith Daulton
1bde7b66b7
Updates github rich intetgration image
2年前
Eric Amodio
0d3ae21b81
Updates docs/walkthroughs
2年前
Keith Daulton
d5061c6058
Updates gitlens plus in normal walkthrough
2年前
Keith Daulton
2bdccf7dbc
Updates home view with commit graph
2年前
Eric Amodio
766ad96ea0
Fixes csp issues with the GitLens icon font
2年前
Eric Amodio
878056a51b
Fixes an extra scrollbar showing on the graph
2年前
Keith Daulton
791c898352
Updates gitlens+ walkthrough
2年前
Eric Amodio
8b53fa039c
Removes overflow to fix the repo picker popup
2年前
Eric Amodio
ff6010b50e
Fixes cross repository sha loading into the Graph
2年前
Eric Amodio
084f580fc4
Adds opening/showing specific commit in the Graph
- Adds Show Commit in Graph to the Commit Details view
Attempts to fix Graph data paging using `--boundary`
2年前
Eric Amodio
b305092f1c
Avoids any
2年前
Eric Amodio
645f8a3699
Fixes first return type
2年前
Eric Amodio
04600e8734
Avoids setting more fn if not needed
2年前
Keith Daulton
8cab03b51e
Updates graph preview banner content
2年前
Keith Daulton
4950027b10
Fixes graph gating
2年前
Keith Daulton
d40056c1c1
Adds gating to the commit graph
2年前
Ramin Tadayon
13ae92d1cf
Bump graph library to RC9
2年前
Eric Amodio
e56850a8d6
Changes to provider specific graph data querying
- Allows for more performant querying
Optimizes local git graph data to avoid extra lookups
2年前
Eric Amodio
680e23ccad
Adds refresh command for the Graph
2年前
Eric Amodio
4719e6e6ce
Adds a way to tell if a respository is virtual
2年前
Eric Amodio
6fab75cf0c
Fixes scrollbar overlapping
2年前
Eric Amodio
48a3333caa
Fixes status bar spinner clipping
2年前
Eric Amodio
782b1f9d51
Fixes overflow scrollbar
Switches preview badge / feedback order
2年前
Eric Amodio
1057278647
Fixes spinners & centers loading message
2年前
Keith Daulton
c007b15176
Updates commit graph status bar
- adds feedback link
- updates focus state colors
- updates aria-activedescendant when viewing repos
2年前
Keith Daulton
5b4181f362
Adds repo visibility to FeatureAccess
2年前
Miggy Eusebio
deba6e6255
Add loading spinner to graph status bar
2年前
Eric Amodio
6d391392db
Fixes missed property
2年前
Eric Amodio
8674db3d1c
Ensures that log --all only gets a single worktree
2年前
Eric Amodio
d1fb6b703c
Ensures proper date ordering for Graph
2年前
Eric Amodio
f825e1439c
Runs yarn install after unlink
2年前
Eric Amodio
b0b014c14f
Adds type safety to date ordering
2年前
Ramin Tadayon
d284973a93
Bump graph library to RC8
2年前
Ramin Tadayon
6b9b1e97f1
Bump graph library to RC7
2年前
Eric Amodio
b2f93ce8c7
Stops hover effects while column resizing
2年前
Eric Amodio
1002950f2a
Fixes stash parents
2年前
Eric Amodio
c33dd4875f
Removes underline on actions
2年前
Eric Amodio
ae82ae12f5
Adds a filled pin to Commit Details
2年前
Eric Amodio
d92e2f5042
Fixes stash node icon alignment
2年前
Keith Daulton
46d5db344d
Adds introduction to commit details
2年前
Keith Daulton
b75b16b192
Simplfies graph style props
2年前
Keith Daulton
a7420745a4
Adds GitHub discussion link in the graph banner
2年前
Ramin Tadayon
05658e2a2b
Bump graph library to RC6
2年前
Eric Amodio
7f84e4fa4e
Reworks Graph data model
- Provides GraphRows directly from the extension to the webview
- Only serializes row diffs to the webview when paging
- Adds commit avatars
- Fixes stale history when shown (after the first time)
2年前
Eric Amodio
28ef4d6818
Removes dead code
2年前
Eric Amodio
a904be16ea
Adds getBestRepositoryOrFirst helper
2年前