Ramin Tadayon
4f8b847c1e
Bump graph
2 years ago
Eric Amodio
836ddc13b4
Changes font size to match other UI sizing
2 years ago
Eric Amodio
fa50b2ea96
Removes unneeded sorting
2 years ago
Eric Amodio
6a29833501
Adds confirm if skipConfirmations is unset
Avoids `as` casts
Removes unneeded imports
2 years ago
Eric Amodio
a8bbd30690
Fixes context menu ordering
2 years ago
Eric Follana
ec49ee05e1
Bump graph library
2 years ago
ericf-axosoft
706d580660
Graph: double-click on a ref to check it out (similar to GKC) ( #2258 )
* Graph: double-click on a ref to check it out (similar to GKC)
* Renamed command type and function as requested in PR
* Removed cast to any
2 years ago
Keith Daulton
410699c1aa
Updates changelog
2 years ago
Keith Daulton
b4dc10bbf8
Updates features text alignment in home view
2 years ago
Eric Amodio
9e05a9c450
Adds ability to hide a whole remote from the graph
2 years ago
Eric Amodio
e41d489d21
Refines graph ref hiding actions
- Avoids polluting GitReference with graph specific data
- Avoids Git tips ordering for proper group context
- Reworks group context to merge with base context
2 years ago
Eric Amodio
19eeb42723
Fixes graph splitter overlaying hidden refs popup
2 years ago
Eric Amodio
2790977030
Fixes graph tooltip font/size
2 years ago
Ramin Tadayon
dbd04ee24f
Bump component, make ref context flexible
2 years ago
Keith Daulton
bf58407339
Updates changelog
2 years ago
Ramin Tadayon
5961ad4535
Update graph avatar settings label to be clearer
2 years ago
Keith Daulton
379ed4baca
Adds debouncing to graph search
2 years ago
Eric Amodio
319255c392
Updates graph search-box progress for better vis
2 years ago
Keith Daulton
24220c8a4e
Updates graph tooltips and menus to match vscode
2 years ago
Keith Daulton
1f3aed124e
Fixes CSP violations for inline styles
2 years ago
Eric Amodio
3208ac487f
Ensures hidden refs are shown for the correct repo
2 years ago
Eric Amodio
06b4982f9b
Decouples storage types from real types
- Hopefully ensures we will get build errors if the types change
2 years ago
Eric Amodio
902527b29c
Defers preference loading until needed
2 years ago
Eric Amodio
b2fa25b978
Adds logThreshold to debug/log decorators
Logs storage calls if they take too long
2 years ago
Keith Daulton
81e2adfe87
Updates tree toggle label in commit details view
2 years ago
Keith Daulton
281a74a229
Updates graph search
- fixes missing =: in searchRegex
- stops escape key from clearing-out the search input
- unifies padding on floating menus
2 years ago
Ramin Tadayon
eadfc6a93c
Bump graph component
2 years ago
Keith Daulton
322f9153ad
Updates the list-tree toggle in commit details
2 years ago
Eric Amodio
cc0f423504
Renames `showRemoteNamesOnRefs` for future usages
2 years ago
Eric Amodio
ab4796c3b3
💄
2 years ago
Eric Amodio
989297397f
Fixes single-line logging
2 years ago
Eric Follana
e45a7725bd
Added missing lock file after bump graph version
2 years ago
Eric Follana
d18c3a82ec
Bump graph component version
2 years ago
ericf-axosoft
afd578f24b
Added icons to hide and show ref nodes of the graph ( #2211 )
* Added icons to hide and show ref nodes of the graph
* Added context menu option to hide branches
* Moved "Hide branch" option to the bottom of the menu
* Changes from code review, including
- Renames some events/methods
- Fixes context menus
- Removed unnecessary debounce
* Validate the hidden refs against the real set of refs
* Typed "refType" property and added to our d.ts file instead of using an string
* Created a "graph only" wrapper for the GitBranchReference rather than adding it to the general model
* Graph exposed event when hiding refs has been modified to accept a list of hidden refs
* Generic context menu when right-click on the overall ref to hide the whole ref.
* Commented hidden refs validation for v13, as it has too much performance impact. Will be solved after we launch v13 as tech debt
2 years ago
Eric Amodio
c99d6ebe9e
Updates dependencies
2 years ago
Eric Amodio
6f9bdf0d8f
💄
2 years ago
Eric Amodio
e240207c04
Fixes lint warnings
2 years ago
Ramin Tadayon
e1e33fad62
Bump component version
2 years ago
Ramin Tadayon
3c67f2c44c
Add and send setting to graph for showing remote names on ref branches ( #2256 )
2 years ago
Keith Daulton
2b72a4b027
Updates graph search help text
- includes words touching the cursor in operator query
- prefixes help message with the operator type
2 years ago
Keith Daulton
203e98fd58
Adds help text for graph search operators
2 years ago
Keith Daulton
326b120536
Fixes bg images not loading on home view
2 years ago
Keith Daulton
123eb0f321
Moves images above descriptions in home view
2 years ago
Keith Daulton
fb7aa8b920
Updates step content in home view
- updates features step
- adds integrations step
2 years ago
Keith Daulton
4f0567f17f
Adds hover state to stepped sections in home view
2 years ago
Keith Daulton
c3c16fdcf9
Adds acct avatar and name to home header card
2 years ago
Keith Daulton
858f5b89b4
Adds helper for graph search filters
2 years ago
Eric Amodio
fe0b6b0dd9
Adds `graph.showDetailsView` setting
Controls how the Commit Details view is shown by the graph
Honors avatar setting in remote icons
2 years ago
Keith Daulton
79f932b533
Fixes gap at top of graph when no banners
2 years ago
Keith Daulton
15c93e6196
Reduces progress count for account actions on home
2 years ago