Keith Daulton
452a2d9b81
💄 prettiers
1年前
Keith Daulton
ec5dedb0a3
Update Focus view dates amd icons
- adds tooltip and coloration to dates
- updates size and color of status icons
1年前
Keith Daulton
70fd4432f9
Updates Focus view content
- adds preview badge to header
- updates account messaging
- updates remote overlay content
1年前
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年前
Keith Daulton
684122b034
Updates focus view
- adds subscription state
- adds loading and empty states
- adds account access badge
- moves filters to each section
1年前
Keith Daulton
c141b9ff37
Adds focus view WIP
1年前
Keith Daulton
776bf69f35
Removes unneeded data from GH queries
1年前
Keith Daulton
a18bc8ffbf
Updates focus view with Issues
1年前
Keith Daulton
a322bf857c
Adds fields to Issues
1年前
Keith Daulton
8fd1709fa3
Updates focus view with PullRequests
1年前
Keith Daulton
1eea2ad3b4
Adds more fields to PullRequest
1年前
Keith Daulton
f9e19a49b6
Adds fields to PullRequest and Issue
1年前
Keith Daulton
4c89f639f7
Adds direct GH provider data to focus view
1年前
Keith Daulton
b479590171
Adds initial workspace API
2年前
Keith Daulton
1d3345ca61
Adds initial workspaces webview
2年前
Ramin Tadayon
191a17e02b
Fixes remote branch deep link generation and resolving logic
1年前
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年前
Eric Amodio
ad407b401b
Adds gap between added/deleted on Changes column
1年前
Eric Amodio
a00da70842
Adds theme colors for the new Graph features
1年前
Eric Amodio
41f885f7d1
Fixes #2355 search by commit changes
1年前
Eric Amodio
414f52a97a
Removes duplicate interfaces
1年前
Eric Amodio
7d3d0ff74f
Adds bundle & organization info
1年前
Eric Amodio
024fde6743
Avoids a DOM move
Deletes unused code
1年前
Eric Amodio
4cf5e7048f
Updates Graph & dependencies
1年前
Eric Amodio
6fcafb47aa
Switches column menu ordering
1年前
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年前
Eric Amodio
5c28786cf1
Tweaks CHANGELOG
1年前
Ramin Tadayon
336114bff8
Updates CHANGELOG
1年前
Eric Amodio
daa99a8c6d
Change bundle analysis to output files
1年前
Eric Amodio
13585b23b3
Changes PR worktree create to open if possible
Aligns worktree open prompting using quick picks
1年前
Eric Amodio
bb6c52f694
Fixes errors when logging Repository instances
1年前
Ramin Tadayon
f7c1ec1f50
Bumps graph version
1年前
Eric Amodio
c10203ca04
Shrinks the rounding on the Changes column bar
1年前
Eric Amodio
4ae459ecaa
Capitalizes experiemental
1年前
Eric Amodio
f99c67d2a0
Updates setting description
1年前
Ramin Tadayon
b88cde09f6
Deep Linking: Prompt to add repo for deep link when no matching repos found ( #2503 )
* Expands deep link service to allow opening repo
* Uses better remote url matching by parsing contents
* Improvements from feedback
* Update verbiage, open repo flow
1年前
Ramin Tadayon
d876911363
Fixes changes column default visibility
- Updates commit graph header context menu options to use default column settings when a column doesn't exist in storage
- Updates graph state (to load in changes) when unhiding the Changes column
1年前
Ramin Tadayon
9f6ec0390e
Updates CHANGELOG
1年前
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年前
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年前
Eric Amodio
09c466d188
Tries to address poor minimap vertical tracking
1年前
Eric Amodio
a8c1d7766f
Adds debug logging
1年前
Eric Amodio
4ac0554ba0
Enables webview logging when debugging
1年前
Eric Amodio
11c8edeae5
Reworks Logger to allow for re-use in webviews
Avoids static class
1年前
Eric Amodio
c77fd3d124
Updates minimap outlier algorithm
1年前
Eric Amodio
d9649ab962
Adds settings to control commit tooltip formats
1年前
Eric Amodio
97485cc86e
Avoids making unneeded fs changes during build
Avoids unneeded build re-triggering while watching
1年前
Eric Amodio
35187ad247
Updates dependencies
Bumps elint ecma version
1年前
Eric Amodio
cc5c185bde
Updates CHANGELOG
1年前
Eric Amodio
2302e82a2f
Adds code splitting to the minimap
1年前