Eric Amodio
643a1e04a3
Fixes #2231 adds stash searching
2年前
Eric Amodio
ad2bcfd278
Renames commit search methods for clarity
2年前
Keith Daulton
891241e81d
Fixes empty search results in graph
2年前
Ramin Tadayon
b59e906254
Bump graph version
2年前
Eric Amodio
13fc7096e5
Updates dependencies
2年前
Eric Amodio
616b7fac30
Considers selected row in graph search
Adds search shortcuts F3/Cmd+G to the graph
2年前
Eric Amodio
785048d14d
Fixes issues where paging can get stuck
Handles timeout of pending completion calls
2年前
Keith Daulton
cb282e82a1
Adds error state support for graph search
2年前
Eric Amodio
142a1b7c6b
Adds graph searching for virtual GitHub repos
2年前
Keith Daulton
333758c35d
Debounces event handler for graph search
2年前
Eric Amodio
d6fe77307d
Gets more search results as needed when row paging
2年前
Eric Amodio
954a3be68d
Renames SearchPattern to SearchQuery
Renames more to hasMore
2年前
Eric Amodio
13da01b246
Fixes reversed logic
2年前
Keith Daulton
af31461280
Fixes search validation
2年前
Keith Daulton
58395a23fd
Updates graph searchability
- clears search results when invalid
- hides search when gated
2年前
Eric Amodio
ed2e07dcce
Adds search result paging support
Adds keyboard shortcuts for next/prev search
Adds timeout for webview completion events
2年前
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年前
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年前
Keith Daulton
3ff8393b84
Updates search to enable regex by default
2年前
Keith Daulton
2ee37c46d3
Adds matching options to graph search
2年前
Keith Daulton
d5e7bea793
Updates search result count to show plus for more
2年前
Eric Amodio
7254dafbc0
Updates selected row on search init & navigation
2年前
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年前
Eric Amodio
97ea2fdc27
Adds full commit searching to Graph (wip)
2年前
Keith Daulton
d2bd3dae49
Adds search controls to the graph
2年前
Eric Amodio
7dbc10a172
Adds inactive selected state to items in Commit Details
2年前
Eric Amodio
59a7ebcb3d
Fixes actions not overlaying on Commit Details view
2年前
Eric Amodio
07fd314b6d
Fixes missing plus settings checks
2年前
Ramin Tadayon
3e3104973c
Include detached HEAD as local ref
2年前
Eric
62049732d9
79 - UI jumping when you check/uncheck a column
2年前
Eric Amodio
5a112277de
Respects `renderIndentGuides` setting
Updates on configuration changes
2年前
Eric Amodio
782f9dba4f
Fixes date format property
2年前
Eric Amodio
0d43a5c73a
Updates required VS Code version & dependencies
2年前
Eric Amodio
8f437a12bd
Avoids needing completionId on params
Changes `sendCommandWithCompletion` to return a promise
2年前
Eric Amodio
9646e498ab
Supports arbitrary commit jumping when paging
2年前
Eric Amodio
b79aab0b58
Fixes bad css
2年前
Eric Amodio
14634179b3
Bumps header font for better readability
2年前
Eric Amodio
e9e2b06b4c
Moves column settings dropdown to header
2年前
Eric Amodio
873c303bc2
Trims commit message for Graph
2年前
Eric Amodio
999f08d7f9
Removes commented out line
2年前
Eric Amodio
ead603c09f
Removes SearchPattern namespace
2年前
Eric Amodio
993a115602
Ensures relative path imports
2年前
Eric Amodio
1221e5066a
Fixes commit message truncation
2年前
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年前
Ramin Tadayon
5b5211800f
Add a few styles needed for timeline
2年前
Eric Amodio
da3ed45758
Adds new graph settings & settings UI
2年前
Eric Amodio
38e9102799
Adds transition to ref hovers rows
2年前
Eric Amodio
0f11dbfe69
Adds prettier formatting for scss files in vscode
2年前
Eric Amodio
ac4b7625f9
Fixes diff issues with Commit Details view
Refs #2195
2年前
Keith Daulton
18d54640d3
Updates changelog
2年前