Keith Daulton
4bfc55acbd
Adds an actionbar to the bottom of the graph
2 years ago
Eric Amodio
b9cb02ac28
Adds commit graph following to commit details view
2 years ago
Eric Amodio
cc80d94f32
Adds Commit Graph webview (wip)
Co-authored-by: ericf-axosoft <90025366+ericf-axosoft@users.noreply.github.com>
Co-authored-by: Ramin Tadayon <ramin.tadayon@gitkraken.com>
Co-authored-by: Miggy Eusebio <miggy.eusebio@gitkraken.com>
Co-authored-by: Keith Daulton <kdaulton@d13design.com>
2 years ago
Eric Amodio
3b42557e6d
Adds expiration to insiders builds
2 years ago
Eric Amodio
53b7147c39
Prettiers 💄
2 years ago
Eric Amodio
866523966e
💄
2 years ago
Eric Amodio
d445c7ca4d
Adds paging support for `log --all`
Co-authored-by: Ramin Tadayon <ramin.tadayon@gitkraken.com>
2 years ago
Eric Amodio
96b88e1fda
Fixes stashes display without a message
Adds parents to stash commits
Co-authored-by: Ramin Tadayon <ramin.tadayon@gitkraken.com>
2 years ago
Keith Daulton
7f17d81e5d
Updates autolinks section
- saves expanded state for the autolinks pane
- adds a count of autolinks in the pane header
2 years ago
Eric Amodio
984f280800
Improves uncommitted changes in details view
- Adds fs etags for repositories
- Adds all working tree files to uncommitted commits (with full details)
2 years ago
Eric Amodio
07df7058ac
Refines the commit details experience
- Adds editor following support & pinning
- Adds Commits view following support
Co-authored-by: Keith Daulton <kdaulton@d13design.com>
2 years ago
Eric Amodio
fc0b59d1d7
Removes duplicate PR/Autolinks
2 years ago
Eric Amodio
4263a5c648
Fixes missing issue icon on hovers
2 years ago
Eric Amodio
0bfce9a5f6
Fixes duplicated context on view debug tooltips
2 years ago
Eric Amodio
7870026198
Updates dependencies
Updates image-minimizer
Removes unused imagemin* dependencies
2 years ago
Eric Amodio
9229adfd22
Removes statics for better tree shaking
2 years ago
Eric Amodio
97f6487a06
Fixes #2136 stops selecting search mode value
2 years ago
Eric Amodio
12771dbceb
Removes statics for better tree shaking
2 years ago
Eric Amodio
9c902052d6
Fixes #1896 deals w/ merge commits without a file
2 years ago
Eric Amodio
f7ffae07a6
Adds new eslint rules & applies them
Removes strict-boolean-expressions because its too noisy
Avoids unneeded `void`s to know if return value is intentionally discarded
Uses `type` imports when possible (avoids unneeded bundling)
2 years ago
Eric Amodio
6f737f1ac8
Renames/reworks logger correlation -> scope
2 years ago
Eric Amodio
6605ce70ff
Adds experimental multi-select support in views
This enables basic multi-select support, but commands have not been audited for proper support and may fail completely or corrupt data (try it at your own risk)
Commands run with multi-select will sequentially execute the command for each selected item (assuming each item is of the same type at the active item, e.g. the item the context menu was shown for), unless they are specifically multi-select aware.
Currently only dropping stashes is now multi-select aware.
2 years ago
Eric Amodio
70ad5ddb88
Fixes certain type-only imports in webviews
2 years ago
Eric Amodio
1dc14411c6
Re-enables CSP for production
2 years ago
Eric Amodio
8f70886298
Fixes emit change to only be for webviews
`useDefineForClassFields = false` is apparently required for Lit
2 years ago
Eric Amodio
a9ef1fec67
Splits commit sha & more action buttons
Adds copy sha and alt+click to pick another commit for sha button
Adds keyboard up/down/enter/space support for the files list
Tweaks styling to match vscode & themes
2 years ago
Eric Amodio
27aa1e43ea
Adds a space
2 years ago
Eric Amodio
5bee58645a
Removes more aggregate re-exporting files
2 years ago
Eric Amodio
ef3c594845
Updates styling
2 years ago
Eric Amodio
0960b384b6
Improves perf on getting rich content
2 years ago
Eric Amodio
62733adb69
🦺
2 years ago
Eric Amodio
f8211797d2
Removes git "models" export file
2 years ago
Eric Amodio
0c1f44d156
Refines type only imports
2 years ago
Keith Daulton
e8a17c8d6d
Removes sha from view title
2 years ago
Keith Daulton
f3fd5e6289
Adds sha with copy action to commit details
2 years ago
Keith Daulton
24c333c2f0
Updates theme references in commit details
2 years ago
Keith Daulton
8b5beb8910
Adds search commit to commit details
- Updates button styles to match vscode
- Updates commit message text styling
2 years ago
Eric Amodio
ad00951633
Improves details commit picking
Removes commit details webview (tab-based)
2 years ago
Keith Daulton
58fc993c35
Updates commit details to better match theming
2 years ago
Keith Daulton
ef15cdd9a0
Adds autolink settings action to commit details
2 years ago
Eric Amodio
2e83e99079
Excludes triage label from stale workflow
2 years ago
Eric Amodio
0cb9b50b91
Fixes error when adding same commit to search view
2 years ago
Eric Amodio
1fa651d1bc
Pretties 💄
2 years ago
Eric Amodio
f6412c9c15
Fixes lint issues
2 years ago
Eric Amodio
eaf750bb11
Updates dependencies
2 years ago
Eric Amodio
0300619526
Closes #1987 uncommitted changes annotation format
2 years ago
Eric Amodio
5c2cb6bfde
Fixes stash formats on settings UI
2 years ago
Keith Daulton
18d0ec586e
Adds commit details webview
- adds lit components
- exposes webview in WebviewViewBase
- adds pointer cursor to enabled buttons
- adds custom events support to DOM utility
2 years ago
Eric Amodio
e43c5d18a0
Fixes missing link
2 years ago
Eric Amodio
6dd242c2f4
Prettiers 💄
2 years ago