Keith Daulton
58395a23fd
Updates graph searchability
- clears search results when invalid
- hides search when gated
2 years ago
Eric Amodio
ed2e07dcce
Adds search result paging support
Adds keyboard shortcuts for next/prev search
Adds timeout for webview completion events
2 years ago
Eric Amodio
db5a6408e6
Fixes row selection jumping on page loads & search
Adds search cancellation to avoid needless calls
Adds search limit setting for the Graph
2 years ago
Eric Amodio
19fe4a8684
Increases search font-size to match vscode
Adds error highlight for no results like vscode
Removes clear search button (styling looks bad)
2 years ago
Keith Daulton
3ff8393b84
Updates search to enable regex by default
2 years ago
Keith Daulton
2ee37c46d3
Adds matching options to graph search
2 years ago
Keith Daulton
d5e7bea793
Updates search result count to show plus for more
2 years ago
Eric Amodio
7254dafbc0
Updates selected row on search init & navigation
2 years ago
Keith Daulton
c9070ac224
Updates graph search UI to use searchResults
- adds check to ensure commit is in graph
- moves input value validation to input handler
- removes mock state
2 years ago
Eric Amodio
97ea2fdc27
Adds full commit searching to Graph (wip)
2 years ago
Keith Daulton
d2bd3dae49
Adds search controls to the graph
2 years ago
Eric Amodio
7dbc10a172
Adds inactive selected state to items in Commit Details
2 years ago
Eric Amodio
59a7ebcb3d
Fixes actions not overlaying on Commit Details view
2 years ago
Eric Amodio
07fd314b6d
Fixes missing plus settings checks
2 years ago
Ramin Tadayon
3e3104973c
Include detached HEAD as local ref
2 years ago
Eric
62049732d9
79 - UI jumping when you check/uncheck a column
2 years ago
Eric Amodio
5a112277de
Respects `renderIndentGuides` setting
Updates on configuration changes
2 years ago
Eric Amodio
782f9dba4f
Fixes date format property
2 years ago
Eric Amodio
0d43a5c73a
Updates required VS Code version & dependencies
2 years ago
Eric Amodio
8f437a12bd
Avoids needing completionId on params
Changes `sendCommandWithCompletion` to return a promise
2 years ago
Eric Amodio
9646e498ab
Supports arbitrary commit jumping when paging
2 years ago
Eric Amodio
b79aab0b58
Fixes bad css
2 years ago
Eric Amodio
14634179b3
Bumps header font for better readability
2 years ago
Eric Amodio
e9e2b06b4c
Moves column settings dropdown to header
2 years ago
Eric Amodio
873c303bc2
Trims commit message for Graph
2 years ago
Eric Amodio
999f08d7f9
Removes commented out line
2 years ago
Eric Amodio
ead603c09f
Removes SearchPattern namespace
2 years ago
Eric Amodio
993a115602
Ensures relative path imports
2 years ago
Eric Amodio
1221e5066a
Fixes commit message truncation
2 years ago
ericf-axosoft
beb503ae81
Feature/hide graph column ( #2216 )
* Add simple dropdown for hiding graph columns
* Fixed lint errors and cleaned the code
* Modified combobox list to show only the graph columns that can be hidden
* Refactoring: removed "getGraphColConfigModel" function
* Fixed ids/keys prefix used for the columns combo
Co-authored-by: Miggy Eusebio <miggy.eusebio@gitkraken.com>
2 years ago
Ramin Tadayon
5b5211800f
Add a few styles needed for timeline
2 years ago
Eric Amodio
da3ed45758
Adds new graph settings & settings UI
2 years ago
Eric Amodio
38e9102799
Adds transition to ref hovers rows
2 years ago
Eric Amodio
0f11dbfe69
Adds prettier formatting for scss files in vscode
2 years ago
Eric Amodio
ac4b7625f9
Fixes diff issues with Commit Details view
Refs #2195
2 years ago
Keith Daulton
18d54640d3
Updates changelog
2 years ago
Eric Amodio
530931965e
Moves the options up to be consistent
2 years ago
Keith Daulton
4ce3a8f66b
Fixes new files not showing a diff
2 years ago
Eric Amodio
6adbeefb99
Fixes stuck progress on the Graph (again!!)
2 years ago
Eric Amodio
eb5781962c
Fixes stuck progress on the Graph (again)
2 years ago
Eric Amodio
314662b29b
Avoids unnecessary callback on first load
2 years ago
Eric Amodio
4eb17cc340
Fixes stuck progress indicators on the Graph
2 years ago
Eric Amodio
2df8ab4a35
Fixes empty graph on initial load (for fast repos)
Doesn't yet fix the spinners sticking issue
2 years ago
Keith Daulton
7082b1597e
Fixes graph acct banner when access not allowed
2 years ago
Keith Daulton
8995698907
Fixes file hiding when clicked in Commit Details
2 years ago
Eric Amodio
dd0c44de1b
Adds progess indicator to pane headers
Shows progress indicator while loading autolinks
2 years ago
Eric Amodio
433e5c17c2
Adds vscode style progress indicator to the Graph
Fixes progress indicators when loading new rows & other updates happen (e.g. avatars)
2 years ago
Eric Amodio
96b163c095
💄
2 years ago
Eric Amodio
378d0880e9
Splits loading of the Graph webview from the rows
Loading the webview without the rows lets us provide feedback (spinners) while the rows are being loaded/processed and also parallelizes the webview initialization (react, component, etc) while git is working
2 years ago
Eric Amodio
56ed0e6768
Updates dependencies
2 years ago