Commit Graph

2168 Commits

Author SHA1 Message Date
Nikita Galaiko
4a1e0dab5a enable updater back 2023-08-01 11:38:01 +00:00
Nikita Galaiko
b2d33ead6c fix find 2023-08-01 11:38:01 +00:00
Nikita Galaiko
502c0aaacd fix variable name 2023-08-01 11:38:01 +00:00
Nikita Galaiko
283aedb1a5 tmp disable updater 2023-08-01 11:38:01 +00:00
Nikita Galaiko
885f587372 verbose 2023-08-01 11:38:01 +00:00
Nikita Galaiko
dc885c20b5 fix paths 2023-08-01 11:38:01 +00:00
Nikita Galaiko
2cbe91e227 fix script 2023-08-01 11:38:01 +00:00
Nikita Galaiko
c4e49dbbd9 fix args parsing 2023-08-01 11:38:01 +00:00
Nikita Galaiko
4ccf148035 support Linux 2023-08-01 11:38:01 +00:00
Nikita Galaiko
1fcd246011 supprt gnu grep 2023-08-01 11:38:01 +00:00
Nikita Galaiko
c4b7112f5b sign appimage 2023-08-01 11:38:01 +00:00
Nikita Galaiko
cd621e6653 enable app image builds 2023-07-31 15:34:04 +02:00
Mattias Granlund
930abe4e48 Fix ts/svelte linting 2023-07-31 13:13:52 +01:00
Mattias Granlund
0754c44128 Fix frontend lint errors 2023-07-31 13:07:21 +01:00
Nikita Galaiko
de9c969e40 sort remote branches by name 2023-07-31 13:53:31 +02:00
Kiril Videlov
20f9abf68c Add line change summary to each branch
Added a new feature that summarizes the number of lines added and removed in each branch. This update will provide coders with a quicker and concise overview of the branch's changes.

Detailed changes:
- Added a "sumBranchLinesAddedRemoved" method to count the number of added and removed lines for each branch.
- The result of the method is displayed in monospace font, with green for added lines and red for removed lines
2023-07-31 13:44:25 +02:00
Nikita Galaiko
00c702b5f2 only emit interesting file changes 2023-07-31 13:42:06 +02:00
Nikita Galaiko
94387b41d8 verify order of all branches every time 2023-07-31 12:43:41 +02:00
Scott Chacon
2db0f65b21
First vbranch based on HEAD (#880)
* don’t create a branch in a conflicted state
* take the branch we’re on and make it the first virtual branch
* fix the tests
2023-07-31 12:08:25 +02:00
Mattias Granlund
5cbbdb41f5 Fix warnings in editor with .js -> .ts 2023-07-31 10:10:11 +01:00
Mattias Granlund
5354a53cfb Limit modal height so it can't touch the nav bar
I saw in posthog that the modal can be squished and become too big.

Locally I was not fully able to reproduce, but this commit at least limits
the height so it can't overlay the nav bar.

The transition that I drop is not (and has not been) working, let's add
this back later.
2023-07-31 09:50:27 +01:00
Nikita Galaiko
267d081bf9 enable time 2023-07-31 10:33:34 +02:00
Nikita Galaiko
2b1b8cd9eb use a completely separate runtime for watcher 2023-07-31 10:33:34 +02:00
Mattias Granlund
891c57781a Add empty state for tray branch lists 2023-07-31 09:19:51 +01:00
Nikita Galaiko
2d23b2af16 rm extra console.log 2023-07-31 10:16:54 +02:00
Nikita Galaiko
c85ec7d62d include virtual commit diffs 2023-07-31 10:16:54 +02:00
Nikita Galaiko
cb1254f53c fix file listing of unapplied branches 2023-07-28 15:31:08 +02:00
Nikita Galaiko
172f85c9c7 decrease app size 2023-07-28 09:01:18 +02:00
Mattias Granlund
cb5a5605bd Revert change expanded the upstream lane 2023-07-27 22:42:34 +01:00
Nikita Galaiko
69574b5dc2 return file statuses for unapplied branches too 2023-07-27 14:22:39 +02:00
Nikita Galaiko
f6aae268c4 cargo fmt 2023-07-27 13:06:11 +02:00
Nikita Galaiko
9e6c26f28e enable default notify features 2023-07-27 13:06:11 +02:00
Nikita Galaiko
689798714a go basck to fs events 2023-07-27 13:06:11 +02:00
Nikita Galaiko
6fcf356ee3 run whole watcher on separate thread instead 2023-07-27 13:06:11 +02:00
Nikita Galaiko
a27d89e6dc run file watcher on a separate thread 2023-07-27 13:06:11 +02:00
Nikita Galaiko
80d8801374 more color fixes 2023-07-27 10:55:50 +02:00
Nikita Galaiko
661dd724da fix new scrollbar dark colors 2023-07-27 10:55:50 +02:00
Nikita Galaiko
f4dc509c62 filter non interesting events earlier 2023-07-27 10:15:53 +02:00
Nikita Galaiko
c4a631e854 switch to kqueue on macos 2023-07-27 10:15:53 +02:00
Nikita Galaiko
fa14b988a0 use async watcher from example 2023-07-27 10:15:53 +02:00
Mattias Granlund
8e7e640398 Fixes stuff broken by new scroll bars 2023-07-26 20:11:22 +01:00
Mattias Granlund
35c083f633 Replaces native scroll with new custom scroll
- horizontal scroll in board is still native
- check Scrollbar.svelte to see how it works
2023-07-26 18:56:29 +01:00
Nikita Galaiko
8b669e8e47 extract group_hunks 2023-07-26 15:58:26 +02:00
Nikita Galaiko
0a34dbc0a8 fix tests 2023-07-26 14:45:35 +02:00
Nikita Galaiko
0b400c7551 drop with_commits parameter 2023-07-26 14:45:35 +02:00
Nikita Galaiko
e01e7428a7 commit: handle errors & check for branch existance 2023-07-26 12:40:18 +02:00
Nikita Galaiko
922dc1bb2e write_tree requires target to reduce session calls 2023-07-26 12:40:18 +02:00
Nikita Galaiko
327cd42ee9 don't log emit event payload 2023-07-26 12:14:07 +02:00
Nikita Galaiko
68792c5644 log file change event path 2023-07-26 10:55:13 +02:00
Nikita Galaiko
ac81239e3a cargo fmt 2023-07-26 10:37:48 +02:00