Eric Amodio
7d3d0ff74f
Adds bundle & organization info
2年前
Eric Amodio
024fde6743
Avoids a DOM move
Deletes unused code
2年前
Eric Amodio
4cf5e7048f
Updates Graph & dependencies
2年前
Eric Amodio
6fcafb47aa
Switches column menu ordering
2年前
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>
2年前
Eric Amodio
5c28786cf1
Tweaks CHANGELOG
2年前
Ramin Tadayon
336114bff8
Updates CHANGELOG
2年前
Eric Amodio
daa99a8c6d
Change bundle analysis to output files
2年前
Eric Amodio
13585b23b3
Changes PR worktree create to open if possible
Aligns worktree open prompting using quick picks
2年前
Eric Amodio
bb6c52f694
Fixes errors when logging Repository instances
2年前
Ramin Tadayon
f7c1ec1f50
Bumps graph version
2年前
Eric Amodio
c10203ca04
Shrinks the rounding on the Changes column bar
2年前
Eric Amodio
4ae459ecaa
Capitalizes experiemental
2年前
Eric Amodio
f99c67d2a0
Updates setting description
2年前
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
2年前
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
2年前
Ramin Tadayon
9f6ec0390e
Updates CHANGELOG
2年前
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
2年前
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>
2年前
Eric Amodio
09c466d188
Tries to address poor minimap vertical tracking
2年前
Eric Amodio
a8c1d7766f
Adds debug logging
2年前
Eric Amodio
4ac0554ba0
Enables webview logging when debugging
2年前
Eric Amodio
11c8edeae5
Reworks Logger to allow for re-use in webviews
Avoids static class
2年前
Eric Amodio
c77fd3d124
Updates minimap outlier algorithm
2年前
Eric Amodio
d9649ab962
Adds settings to control commit tooltip formats
2年前
Eric Amodio
97485cc86e
Avoids making unneeded fs changes during build
Avoids unneeded build re-triggering while watching
2年前
Eric Amodio
35187ad247
Updates dependencies
Bumps elint ecma version
2年前
Eric Amodio
cc5c185bde
Updates CHANGELOG
2年前
Eric Amodio
2302e82a2f
Adds code splitting to the minimap
2年前
Eric Amodio
77345311f1
Updates dependencies
Reworks esbuild script (wip)
2年前
Eric Amodio
168d81954c
Avoids duplicate bundling
2年前
Eric Amodio
6f3c58a5e2
Avoids double bundling react/react-dom
Updates dependencies
2年前
Eric Amodio
e6571aa295
Changes to ESM output for webviews
2年前
Eric Amodio
25282a25e1
Updates tsconfig to es2022
2年前
Eric Amodio
92d27ae3ee
Removes lodash usages -- only debounce is left
2年前
Eric Amodio
840ca6f549
Adds better webpack stats output
2年前
Eric Amodio
10d1794be6
Removes md5 dependency
2年前
Eric Amodio
575227c264
Avoids importing `iconv-lite` in web bundle
2年前
Eric Amodio
c873cba3f3
Adds bundle analysis for webviews
Removes JSON5
2年前
Eric Amodio
9e1059b5ba
Stops `debug` node & browser ver getting bundled
2年前
Ramin Tadayon
0cbb0f5674
Updates graph dependency
2年前
Eric Amodio
8a15e8ef11
Back again to es2021 for webviews
Causes issues for Lit, etc
2年前
Eric Amodio
e13c013bd0
Updates ignores
2年前
Eric Amodio
bc5b85b3e1
Back to es2022 but turns off `useDefineForClassFields`
https://github.com/microsoft/TypeScript/issues/50971
2年前
Eric Amodio
8a503a35d8
Drops target to es2021 to avoid field init bugs
https://github.com/microsoft/TypeScript/issues/52331
2年前
Eric Amodio
051a95f729
Switches to Terser for drastic reduction in size
2年前
Eric Amodio
77e8847207
Updates dev dependencies
Switches to EsbuildPlugin for minification
2年前
Eric Amodio
742a7926ea
Fixes typo
2年前
Eric Amodio
b6fd14773f
💄 prettiers
2年前
Eric Amodio
f2d62c7a73
Updates dependencies
2年前