vscode-git-graph
vscode-git-graph copied to clipboard
Keep header visible when the view is scrolled
Describe the improvement that you'd like Currently the graph header, containing fetch/refresh/etc buttons and the column header row, is part of the scroll area, and disappears when the graph is scrolled to view older commits. If this header had a fixed position relative to the window, buttons could be used and columns resized, even when the graph has been scrolled down.
Thanks for this suggestion!
I've been wanting to add this for a while now, but I just haven't got around to it as I've been implementing feature requests / improvements from the Git Graph user community before my own, and no one had suggested it up until now.
Since you've suggested it, this can now be scheduled for an upcoming release!
PR has been added.
Any update on this?
Describe the improvement that you'd like Currently the graph header, containing fetch/refresh/etc buttons and the column header row, is part of the scroll area, and disappears when the graph is scrolled to view older commits. If this header had a fixed position relative to the window, buttons could be used and columns resized, even when the graph has been scrolled down.
https://github.com/mhutchie/vscode-git-graph/pull/394#issuecomment-1091472469
this may help