Mattias Granlund
|
80b48778f8
|
Enable eslint import/order plugin
|
2024-01-29 09:44:08 +01:00 |
|
Mattias Granlund
|
45c84564d4
|
Drop unused card expansions code
|
2024-01-29 09:44:08 +01:00 |
|
Pavel Laptev
|
76e6d3bf7e
|
Merge pull request #2463 from gitbutlerapp/illustrations-updated
Illustrations updated
|
2024-01-28 21:39:22 +01:00 |
|
Pavel Laptev
|
a403f78765
|
merged from upstream
|
2024-01-28 21:25:21 +01:00 |
|
Pavel Laptev
|
e3daa34873
|
illustration updated
|
2024-01-28 21:25:19 +01:00 |
|
Pavel Laptev
|
8156444428
|
illustration updated
|
2024-01-28 21:25:06 +01:00 |
|
Mattias Granlund
|
eca69de970
|
Use 1 sec tooltip delay for ahead/behind
|
2024-01-28 21:24:50 +01:00 |
|
Mattias Granlund
|
e5c5d143a6
|
Remove plus/minus signs from ahead behind
- also separates tooltip into two separate tooltips
|
2024-01-28 21:24:50 +01:00 |
|
Kiril Videlov
|
7a05d6914c
|
feat: adds configurable telemetry settings for error reporting and metrics tracking
|
2024-01-28 12:59:22 +01:00 |
|
Pavel Laptev
|
5f4630648a
|
Merge pull request #2460 from gitbutlerapp/tokens-updates-and-smol-css-fixes
Tokens updates and commits footer layout fix
|
2024-01-28 03:28:13 +01:00 |
|
Pavel Laptev
|
7880be56d2
|
hide empty containers
|
2024-01-28 03:19:51 +01:00 |
|
Pavel Laptev
|
c1d0746cc2
|
Tokens updates and commits footer layout fix
|
2024-01-28 02:57:23 +01:00 |
|
Kiril Videlov
|
86714636d5
|
chore: remove unnecessary console.log statements
|
2024-01-27 20:17:25 +01:00 |
|
Mattias Granlund
|
d9102716d8
|
Put stashed branches in the sidenav again
|
2024-01-27 14:39:04 +01:00 |
|
Mattias Granlund
|
a561a004f7
|
Fix diff indentation problem
- we adjusted indentation in the past when we had no horizontal scroll
|
2024-01-27 13:44:14 +01:00 |
|
Mattias Granlund
|
7ded6ae5b6
|
chore: fix filterByText function to correctly filter branches by search term
|
2024-01-27 13:30:30 +01:00 |
|
Mattias Granlund
|
9d7ebabb84
|
chore: remove user-select: none from board
|
2024-01-27 13:25:27 +01:00 |
|
Mattias Granlund
|
e6107aab30
|
chore: remove unused draggable file feature from file card component
|
2024-01-27 13:24:47 +01:00 |
|
Nikita Galaiko
|
e4139457e6
|
Merge pull request #2452 from gitbutlerapp/refactor-get-default-target-function
Refactor get default target function
|
2024-01-26 15:42:14 +01:00 |
|
Kiril Videlov
|
273d205789
|
light performance sampling in stable builds
|
2024-01-26 15:31:19 +01:00 |
|
Nikita Galaiko
|
cd8ad563b5
|
more places to use latest_session instead of current
|
2024-01-26 14:51:59 +01:00 |
|
Nikita Galaiko
|
67b74fe4fb
|
Merge pull request #2451 from gitbutlerapp/fix-current-sha-type
Fix current sha type
|
2024-01-26 14:49:27 +01:00 |
|
Nikita Galaiko
|
3cf1350ce2
|
do not attempt to create a new session in list_branches
|
2024-01-26 14:47:36 +01:00 |
|
Nikita Galaiko
|
284448e594
|
fix: update type of current_sha field in Branch struct to git::Oid to match the actual type of the value
|
2024-01-26 14:37:48 +01:00 |
|
Mattias Granlund
|
20c725819b
|
feat: add distinctUntilChanged operator to prevent emitting duplicate values in getHeads function
|
2024-01-26 14:32:18 +01:00 |
|
Mattias Granlund
|
6b3e1ee027
|
Fix dragging file while file card open
|
2024-01-26 14:17:37 +01:00 |
|
Kiril Videlov
|
f86935d335
|
measure rust performance in dev and nightly
|
2024-01-26 13:59:38 +01:00 |
|
Mattias Granlund
|
23e7cd7409
|
feat: add toggle button to stash/unstash branch changes in the UI
|
2024-01-26 11:58:59 +01:00 |
|
Mattias Granlund
|
85ce4a7b40
|
Set correct tooltip font-size
|
2024-01-26 11:23:34 +01:00 |
|
Nikita Galaiko
|
91cd79687e
|
Merge pull request #2444 from gitbutlerapp/add-get-latest-session-method
Add get latest session method
|
2024-01-26 10:19:39 +01:00 |
|
Nikita Galaiko
|
4532334874
|
use latest session when reading default target
|
2024-01-26 10:01:00 +01:00 |
|
Mattias Granlund
|
83523e811a
|
Nit pick some variable names in tooltip.ts
|
2024-01-25 23:26:34 +01:00 |
|
Qix
|
adc2e35e23
|
Merge pull request #2442 from gitbutlerapp/fix-unsafe-create-askpass-server
add initial complete implementation of fork/exec auth harness
|
2024-01-25 22:35:19 +01:00 |
|
Josh Junon
|
5f157b26ec
|
add initial complete implementation of fork/exec auth harness
|
2024-01-25 22:09:40 +01:00 |
|
Mattias Granlund
|
79629e9ca6
|
Replace tooltip with use:directive implementation
- tooltip placed in document root, absolutely positioned
- position retained during zoom
|
2024-01-25 20:19:16 +01:00 |
|
Qix
|
4dd0be72ab
|
Merge pull request #2440 from gitbutlerapp/use-protocol-v2in-cli-invocations
use protocol v2 in cli invocations
|
2024-01-25 20:04:25 +01:00 |
|
Qix
|
601bbfa09d
|
Merge pull request #2439 from gitbutlerapp/fix-docs
fix doc references and test docs in CI
|
2024-01-25 19:59:02 +01:00 |
|
Qix
|
4f05b4a7be
|
Merge pull request #2379 from gitbutlerapp/dependabot/cargo/rust-patch-updates-7781c92c53
chore(deps): bump the rust-patch-updates group with 2 updates
|
2024-01-25 19:54:25 +01:00 |
|
Josh Junon
|
5c833dc86a
|
use protocol v2 in cli invocations
|
2024-01-25 19:53:48 +01:00 |
|
Josh Junon
|
ee4ad9c743
|
fix doc references and test docs in CI
|
2024-01-25 19:49:18 +01:00 |
|
Qix
|
e5a78cb12d
|
Merge pull request #2438 from gitbutlerapp/add-authorization-enum
add initial authentication types and filesystem stat trait method
|
2024-01-25 19:35:21 +01:00 |
|
Josh Junon
|
87a7de0c29
|
add initial authentication types and filesystem stat trait method
|
2024-01-25 19:23:03 +01:00 |
|
Kiril Videlov
|
35fd485858
|
chore: remove unused code and styles for update banner component
|
2024-01-25 14:21:48 +01:00 |
|
Pavel Laptev
|
37ebe64ed3
|
Merge pull request #2437 from gitbutlerapp/smol-css-fix
updated resize shift variable
|
2024-01-25 01:56:47 +01:00 |
|
Pavel Laptev
|
f9b1bffdf4
|
updated resize shift variable
|
2024-01-25 01:52:17 +01:00 |
|
Kiril Videlov
|
df81625c1f
|
chore: add tooltips to provide additional information for unapplied and applied branch changes buttons
|
2024-01-24 22:47:45 +01:00 |
|
Kiril Videlov
|
3a1b79ad4f
|
chore: update tooltips for stashed changes and virtual branch changes in the UI
|
2024-01-24 22:18:42 +01:00 |
|
Kiril Videlov
|
bc2674d9f3
|
chore: update branch selection buttons with tooltips to clarify their functionality
|
2024-01-24 22:18:21 +01:00 |
|
Qix
|
1b3afe9020
|
Merge pull request #2431 from gitbutlerapp/add-git-executor-security-layer
add initial trait types for askpass socket servers
|
2024-01-24 22:02:29 +01:00 |
|
Josh Junon
|
6f9487d15b
|
add rest of initial tokio implementation
|
2024-01-24 21:47:41 +01:00 |
|