Eric Amodio
5edd4a7832
Updates lint rules (prep for ts-eslint v6)
1 year ago
Ramin Tadayon
f14af9dc4a
Pipe downstream info through to graph ( #2552 )
* Pipe downstream info through to graph
* Optimizations
* Updates graph dependency
1 year ago
Eric Amodio
27df7a73da
Updates color contrast for minimap tooltip
Fixes theme update change for manipulated graph css colors
1 year ago
Eric Amodio
c27e2350b1
Updates ordering of minimap tooltip refs
1 year ago
Keith Daulton
cab6262415
Fixes #2504 graph header theme colors
1 year ago
Keith Daulton
9b63d1b939
Adds discussion link to the Focus View
1 year ago
Keith Daulton
d85178e23f
Updates graph typings and constants
1 year ago
Eric Amodio
3940ef7c20
Moves some files for better organization
Removes re-export of config from configuration
1 year ago
Eric Amodio
06a174edd8
Removes namespaces
Splits common Git constants into a separate file
1 year ago
Eric Amodio
51b75264dd
Removes more namespaces
1 year ago
Eric Amodio
8e8bdc083a
Adds no-use-before-define eslint rule
1 year ago
Keith Daulton
47d621036d
Adds Focus view section to home view
1 year ago
Keith Daulton
6e5fd719d1
Removes workspaces code
1 year ago
Keith Daulton
452a2d9b81
💄 prettiers
1 year ago
Keith Daulton
ec5dedb0a3
Update Focus view dates amd icons
- adds tooltip and coloration to dates
- updates size and color of status icons
1 year ago
Keith Daulton
70fd4432f9
Updates Focus view content
- adds preview badge to header
- updates account messaging
- updates remote overlay content
1 year ago
Keith Daulton
c8a7097600
Updates focus view authorizations
- adds watchers for repository changes
- adds banner content for account actions
- adds banner for connecting to GitHub
1 year ago
Keith Daulton
684122b034
Updates focus view
- adds subscription state
- adds loading and empty states
- adds account access badge
- moves filters to each section
1 year ago
Keith Daulton
c141b9ff37
Adds focus view WIP
1 year ago
Keith Daulton
a18bc8ffbf
Updates focus view with Issues
1 year ago
Keith Daulton
8fd1709fa3
Updates focus view with PullRequests
1 year ago
Keith Daulton
4c89f639f7
Adds direct GH provider data to focus view
1 year ago
Keith Daulton
b479590171
Adds initial workspace API
2 years ago
Keith Daulton
1d3345ca61
Adds initial workspaces webview
2 years ago
Ramin Tadayon
191a17e02b
Fixes remote branch deep link generation and resolving logic
1 year ago
Ramin Tadayon
0428b1e5c8
Add settings for additional graph minimap marker types ( #2514 )
* Move head to "always on", stashes to default on marker settings
* Add plumbing for minimap marker settings
* Sends settings through to the markers calculation logic
1 year ago
Eric Amodio
ad407b401b
Adds gap between added/deleted on Changes column
1 year ago
Eric Amodio
a00da70842
Adds theme colors for the new Graph features
1 year ago
Eric Amodio
024fde6743
Avoids a DOM move
Deletes unused code
1 year ago
Eric Amodio
554204ae12
Adds stashes to minimap
Tweaks marker colors on minimap & scrollbar
Tweaks minimap colors and fixes minimap region overlays
Co-authored-by: Ramin Tadayon <ramin.tadayon@gitkraken.com>
1 year ago
Eric Amodio
c10203ca04
Shrinks the rounding on the Changes column bar
1 year ago
Eric Amodio
4ae459ecaa
Capitalizes experiemental
1 year ago
Ramin Tadayon
9f2221f93e
Graph: add support for activity column ( #2494 )
* Add activity column settings and toggling
* Add colors for the column
* Mutes the bar colors
* Renames column to "changes"
* Hides the column by default
* Remove redundant css properties
* Use vscode colors
* Put colors and other params directly into graph style
* Bumps graph dependency
1 year ago
Ramin Tadayon
5b6be2a64c
Graph: add rich scrollbar support ( #2489 )
* Setup hard-coded colors for scrollbar markers
* Add upstream for local refs and current for upstream remote
* Add setting to toggle the feature
* Removes tag markers and sets selection color
* Updates marker names
* Pluralizes some marker names
* Remove redundant css properties
* Use markers in settings
* Match minimap hues
* Restore space
* Fix typo
* Bump graph dependency
* Avoids extra array copying
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1 year ago
Eric Amodio
09c466d188
Tries to address poor minimap vertical tracking
1 year ago
Eric Amodio
a8c1d7766f
Adds debug logging
1 year ago
Eric Amodio
4ac0554ba0
Enables webview logging when debugging
1 year ago
Eric Amodio
11c8edeae5
Reworks Logger to allow for re-use in webviews
Avoids static class
1 year ago
Eric Amodio
c77fd3d124
Updates minimap outlier algorithm
1 year ago
Eric Amodio
2302e82a2f
Adds code splitting to the minimap
1 year ago
Eric Amodio
25282a25e1
Updates tsconfig to es2022
1 year ago
Eric Amodio
6455ddd189
Improves Graph tooltips
1 year ago
Eric Amodio
b232476aee
Adds context menu support to upstream status
Adds dblclick action to upstream & pr metadata
1 year ago
Eric Amodio
ffa08d71d4
Splits GitActions into separate modules
Removes more namespaces for better tree-shaking
1 year ago
Eric Amodio
70a84c3ef4
Changes to always show both dates in tooltip
1 year ago
Eric Amodio
bdc4530c68
Removes z-index bump for minimap
1 year ago
Eric Amodio
b83e92c8b0
Renames to activity minibar to minimap
1 year ago
Eric Amodio
6119fc059f
Adds experimental activity minibar on Commit Graph
Co-authored-by: Keith Daulton <keith.daulton@gitkraken.com>
1 year ago
Eric Amodio
090f41720a
Moves graph colors out of theme.ts
1 year ago
Keith Daulton
2034a1c645
Removes color.js
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1 year ago