Eric Amodio
79cde8f4ca
Adds push, pull, fetch, swtich commands to graph
Adds "Copy" command to many items on the graph
2 years ago
Keith Daulton
fef1090a85
Removes preview banner from commit graph
2 years ago
Keith Daulton
fffa7abcdb
Updates pro trial days on home header
2 years ago
Keith Daulton
e849937ab1
Updates graph footer content
- shows all account statuses
- removes preview badge
2 years ago
Keith Daulton
e5ab3d3012
Updates GL+ and Pro verbiage in walkthroughs
2 years ago
Ramin Tadayon
9c1328387e
Bump graph
2 years ago
Keith Daulton
8cbd61f47d
Updates home view content
- updates verbiage for GL+ and GL Pro
- updates features section
- updates descriptions for GL+ features
- updates header link layout and styling
Co-authored-by: Eric Amodio <eamodio@gmail.com>
2 years ago
Keith Daulton
c90b1c36ef
Updates verbiage for GL+ and GL Pro
- updates plan names
- consolidates ensurePaidPlan functionality
- updates account quickpicks
- updates account notification messages
Co-authored-by: Eric Amodio <eamodio@gmail.com>
2 years ago
Keith Daulton
1d696902f4
Adds setting for project relative auto-imports
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
2 years ago
Keith Daulton
594245da08
Updates label for change filter in graph search
2 years ago
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