Eric Amodio
8aa81e99a9
Splits & moves abstract node classes to new files
1 year ago
Eric Amodio
7cc24e4694
Fixes view node memory leaks
- Adds weakEvent function to subscribe to events that will be disposed on GC
- Reworks children handling and dispose across many view nodes
1 year ago
Keith Daulton
85ae5faa78
Fixes issue in commit stats
1 year ago
Eric Amodio
7bdf86d32a
Changes to Focus for consistency
1 year ago
Eric Amodio
19c2429796
Closes #2987 adds Clear Reviewed Files command
Fixes issues with reviewed files not clearing appropriately on clear/dismiss
1 year ago
Eric Amodio
126437d87b
Updates billboard.js & other dependencies
Re-enables sensitivity: 'radius' for Visual File History
1 year ago
Eric Amodio
8a0a02ed19
Improves diff parsing accuracy, perf, & memory use
- Replaces line array w/ Map for sparse layout & optimized line lookups
- Line map is keyed on file line numbers for easy lookup usage
1 year ago
Eric Amodio
f664445296
Fixes tracked document refresh on repo discovery
1 year ago
Eric Amodio
c0262dbae1
Adds deep link to repo on branches & status
Adds deep link to branch on status
1 year ago
Eric Amodio
ac202a7310
Adds setting to disable liveshare integration
1 year ago
Eric Amodio
06edc1a511
Fixes "loose" text from getting lost in search
1 year ago
Eric Amodio
ce64a47714
Ensures search won't close on focus loss
1 year ago
Eric Amodio
466609511d
Adds better logging
1 year ago
Eric Amodio
d68fb6809b
Fixes repo closing event
1 year ago
Eric Amodio
5f5e4e7822
Realigns output levels & makes warn the default
Unifies Git channel logging
1 year ago
Eric Amodio
167c718eef
Fixes #2923 adds empty string protection
1 year ago
Eric Amodio
1399d7cff1
Adds Open on Remote to root comparison
1 year ago
Eric Amodio
0b0cd8cc41
Closes #1399 adds option to hide merge commits
Co-authored-by: Shashank-Shastri <shashank.m.shastri@gmail.com>
1 year ago
Eric Amodio
388b258de7
Adds authors & files pickers for search queries
1 year ago
Eric Amodio
7c906b6eb2
Adds commit filtering to comparisons
1 year ago
Eric Amodio
c1210801f9
Adds author filtering in Commits view
1 year ago
Eric Amodio
84e197baab
Adds Collapse command to view nodes
1 year ago
Eric Amodio
fb0ca653cd
Fixes details getting overwritten when opening
1 year ago
Eric Amodio
7ee5980be6
Fixes details not updating w/ graph selection (view)
1 year ago
Eric Amodio
f90ae3a85d
Fixes opening stash details from view
1 year ago
Eric Amodio
095b469b4a
Fixes #2926 works around vscode label formatter
1 year ago
Ramin Tadayon
b4f3541db2
Reverts to client-side emojify for graph row messages
1 year ago
ericf-axosoft
31ab0c0cd7
Adjusted CSS styles related with GK Graph headers ( #2971 )
1 year ago
ericf-axosoft
cbbc618549
Implemented new property of the GK Graph to format commit messages ( #2977 )
* Implemented new property of the GK Graph to format commit messages
* Updates graph dependency
* Updates webview tsconfig
---------
Co-authored-by: Ramin Tadayon <ramin.tadayon@gitkraken.com>
1 year ago
Eric Amodio
2fd2bbbe32
Improves multi-instance webview splitting
Fixes issues with multi-instance timeline
Changes `*.experimental.allowMultipleInstances` to `*.allowMultiple`
1 year ago
Eric Amodio
95b2a99cd7
Avoids updating context if value matches
1 year ago
Eric Amodio
ca10872650
Removes unused context keys for webviews
1 year ago
Eric Amodio
e18a9312fe
Improves multi-instance webview support
- Adds split commands to force a new webview (when allowed)
1 year ago
Ramin Tadayon
5237c5696f
Adds GitKraken license type and default for status priority
1 year ago
Eric Amodio
a04ab4d2e7
Fixes #2814 moves selection firing to base
1 year ago
Eric Amodio
d769f2bb91
Adds proper workspace configuration
1 year ago
Eric Amodio
b6b8f36890
Adds type discriminator to ViewNode
1 year ago
Eric Amodio
92e37bdba6
Fixes #2952 error msg for missing ignore revs file
1 year ago
Eric Amodio
e75ffd7df1
Adds multi-instance support to Focus & Timeline
1 year ago
Eric Amodio
0ca0a0fd16
Excludes logging certain core commands
1 year ago
Eric Amodio
7e84331f21
Adds experimental multi-instance support to Graph
1 year ago
Eric Amodio
16692734bf
Adds support for multi-instance webview panels
- Prepares Graph, Focus, & Timeline for multi-instance support
1 year ago
Eric Amodio
7f4466bce8
Improves graph restore on startup
1 year ago
Eric Amodio
044887bf00
Un-nests ifs
1 year ago
Eric Amodio
bbfb66a7e1
Reorders props
1 year ago
Eric Amodio
75c89e7595
Removes `radius` sensitivity as it breaks clicks
Refs: https://github.com/naver/billboard.js/issues/3466
1 year ago
Eric Amodio
e6b3c96738
Adds `using` support & removes classes for parsers
1 year ago
Eric Amodio
1dbd860f82
Updates dependencies & replaces FAST React w/ Lit
1 year ago
Keith Daulton
5b0d883d3a
Adds baseRef optional chain to isHidden
1 year ago
Keith Daulton
3d1230e191
Adds required prompts when pinning or snoozing
1 year ago