Eric Amodio
bdc4530c68
Removes z-index bump for minimap
1年前
Eric Amodio
cfedc852d4
Fixes #2473 last fetched date is wrong
1年前
Eric Amodio
016314a722
Updates CHANGELOG
1年前
Eric Amodio
b83e92c8b0
Renames to activity minibar to minimap
1年前
Eric Amodio
6119fc059f
Adds experimental activity minibar on Commit Graph
Co-authored-by: Keith Daulton <keith.daulton@gitkraken.com>
1年前
Eric Amodio
090f41720a
Moves graph colors out of theme.ts
1年前
Keith Daulton
2034a1c645
Removes color.js
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1年前
Eric Amodio
0b09424966
Adds types for UpdateConfigurationCommand
1年前
Eric Amodio
9ec461b642
Respects commit details view pinning
1年前
Eric Amodio
9e59258513
Updates dev dependencies
1年前
Eric Amodio
f63520bbef
Fixes coerced stats type
1年前
Eric Amodio
11f2e4f064
Updates dependencies
1年前
Eric Amodio
6d5b91afb8
Fixes change detection if worktree is outside .git
1年前
Eric Amodio
2fb842a294
Fixes possible mem leak on repository replace
1年前
Ramin Tadayon
805c49b723
App context menu opens to WIP row on graph ( #2458 )
* App context menu opens to WIP row on graph
* Use commit context value
* Remove unneeded fallback logic
1年前
Eric Amodio
568aa759c9
Converts to use colorjs.io for color manipulation
1年前
Eric Amodio
2627721d18
Updates dependencies
1年前
Eric Amodio
b05227b933
Updates dev dependencies
1年前
Eric Amodio
c2793dfdd9
Removes "preview" flag from pre-releases
This is because the marketplace doesn't know about pre-releases and our versioning model makes the latest pre-release always the latest version (which is what shows on the marketplace)
1年前
Eric Amodio
a8ad820342
Removes needless closures on setTimeout
1年前
Eric Amodio
075f859431
Upgrade dependencies
1年前
Eric Amodio
f2ae64e87c
Upgrade dev dependencies
1年前
Ramin Tadayon
e302ea54fd
Bumps graph dependency, uses new tooltip event param
1年前
Ramin Tadayon
3992bc8ae4
Add setting to toggle PR icons in Graph ( #2450 )
* Combine metadata settings into one array and include PR metadata
* Rename setting
* Reword active --> enabled
* Fix prop ordering
* Use enum and values array
* Add hints for remote service connection
* Bump graph version
* Remove remote service hint from upstream setting
1年前
Eric Amodio
8a712cb431
Adds sha label to Visual File History
1年前
Eric Amodio
e37cb70e44
Fixes focus/selection issues with EventBus
Adds strong typing to EventBus
1年前
Eric Amodio
3d4ffab2d5
Adds caching for eslint - cuts watch time by 1/2
1年前
Eric Amodio
6e69941ae1
Updates dependencies
1年前
Eric Amodio
afeb573d25
Adds prev commit to be ignored from blame
1年前
Eric Amodio
444bf82915
💄 prettiers and lints
1年前
Eric Amodio
7fc0e5cf3e
Updates dev dependencies
1年前
Ramin Tadayon
ea90bd12c2
Bumps graph version
1年前
Eric Amodio
5a48fbbaf1
Fixes clearing of ref metadata
1年前
Eric Amodio
3f44bc4fbd
Fixes dbl-click not showing the Commit Details
1年前
Ramin Tadayon
a14c9a15b9
Graph: add setting to show status of local branch relative to its upstream ( #2441 )
* Send local branch upstream status as metadata
* Add setting and use to toggle feature
* Use mini icons
* Use branch fns for upstream name components
* Stop asking for upstream if no upstream found, ask if missing
* Stop asking again on missing upstream
* Move missing type loop into getRefMetadata, get branch once for id
* Uses rem for fontsize
1年前
Ramin Tadayon
2513f69b5b
Bumps graph version, uses component for graph row stats
1年前
Ramin Tadayon
7758326ea3
Bumps graph version
1年前
Keith Daulton
d4a62ce398
Implements events for file and commit selection
- visual file history listens for files and sends commit selection
- commit details listens for commits
- rebase editor, commits, stashes and graph views send commit selection
1年前
Keith Daulton
efb8341d0a
Adds an event bus to the container
1年前
Ramin Tadayon
c4675790ab
Bumps graph version
1年前
Ramin Tadayon
184d831bea
Bumps graph version
1年前
Eric Amodio
f88ddbfe31
Updates dependencies
1年前
Keith Daulton
a5fbbec0e6
Removes cyberweek code
1年前
Eric Amodio
d2c0d43daa
Adds ability to include stats on graph git call
1年前
Eric Amodio
f1917802fc
Updates dependencies
1年前
Eric Amodio
d1a204aa1f
Updates year
1年前
Eric Amodio
5f050f55b3
Adds dblclick/enter/space actions to open details
1年前
Eric Amodio
2e2e7d06ec
Opens file/diff to side if graph/rebase is active
1年前
Eric Amodio
b9dc1d3daa
Matches vscode alt modifier & dblclick behavior
1年前
Eric Amodio
7aec8f0fa6
Hides Graph cmds from SCM on "disallowed" repos
A "disallowed" repo, is a repo that requires a paid subscription while `gitlens.plusFeatures.enabled` has been turned off
1年前