Commit Graph

7620 Commits

Author SHA1 Message Date
Caleb Owens
848fabdbe5
Merge pull request #4053 from gitbutlerapp/Remove-console-log
Remove console.log
2024-06-10 14:53:42 +02:00
Caleb Owens
67a8884d2a
Remove console.log 2024-06-10 14:51:58 +02:00
Kiril Videlov
316fe6e0a0
Merge pull request #4051 from gitbutlerapp/sort-hunks-by-start
apply hunks in one go for submodules too
2024-06-10 14:32:16 +02:00
Caleb Owens
586889973a
Merge pull request #4052 from gitbutlerapp/Fix-key-for-only-deletions
Fix key for only deletions
2024-06-10 13:42:27 +02:00
Caleb Owens
61ede7a55b
Show local commit shas 2024-06-10 13:41:00 +02:00
Caleb Owens
d9beea9c21
Fix keys for only deletions 2024-06-10 13:38:02 +02:00
Kiril Videlov
88e13bd89e
apply hunks in one go for submodules too 2024-06-10 11:23:36 +02:00
Nico Domino
0c481feb28
fix: refactor Modal rendering and clickOutside handling (#4035) 2024-06-10 11:11:59 +02:00
Pavel Laptev
1c9a41e20e
css fix: fix height on bas commit hover (#4050) 2024-06-10 00:41:48 +02:00
Pavel Laptev
1421fc0020
UI: commit card update (#4043)
* UI: commit card update

- move "open" commit button
- do not display details if it's empty
- styles tweaking

* "edit message" modal width update

* Styles: fix for the "merge commits" disclaimer

* copy update

* commit card subtitle update

* Merge conflict resolve

* new "Insert empty commit" button

* add `extendWithClass` to draggable + drag handle

- In order to modify the draggable clone with an extended class if needed

* typo fix

* icon `undifined` class fix

* added drag handlers

* drag handle style update

* formatting

* linter warnings fix

* UI styles: context menu paddings
2024-06-09 23:56:39 +02:00
Kiril Videlov
de25abf090
Merge pull request #4048 from gitbutlerapp/update-svelte-dependencies
if an oplog entry had an error, show it
2024-06-09 22:07:41 +02:00
Kiril Videlov
145b69103c
if an oplog entry had an error, show it 2024-06-09 22:05:17 +02:00
Kiril Videlov
8ae0b00b9b
Merge pull request #4047 from gitbutlerapp/add-request-timeout
set timeout of 2 sec when caching assets
2024-06-09 21:57:47 +02:00
Kiril Videlov
ad48640347
set timeout of 2 sec when caching assets 2024-06-09 21:38:20 +02:00
estib
bd10fc9c6c Select Component: Address some feedback
- Remove unnecessary comments
- Improve the naming of generic types
- Clean-up the reactive assignment of `highlightedItem` and other style-consistency changes
- Remove the filter function
2024-06-09 17:51:24 +02:00
estib
0925db8a55 Select Component: Handle empty list state
Don't set a highlight index if there are no items being displayed in the list
2024-06-09 17:51:24 +02:00
estib
7bc51460c2 Project Switcher: Prefer derived store
Instead of subscribing to the project list store, create a derived store.
2024-06-09 17:51:24 +02:00
estib
74aed280d2 feat: Select - type to filter and navigate
Add the ability to navigate the options of the Select dropdown input with the up and down keys.
If typing text, filter the results based on whether the display label includes the typed text.

Also
- Generic types for the Select Items list
- Some other adaptions necessary in the component consumers
2024-06-09 17:51:24 +02:00
estib
75383cda21 Utility additions: Misc, Filters and String
Add utilities for type testing, filtering and throttling
2024-06-09 17:51:24 +02:00
estib
790824886d HotKey names
Add an enum of key names for hot keys of interest
- Use the key names in the `on` function
2024-06-09 17:51:24 +02:00
Kiril Videlov
5822dd2238
Merge pull request #4046 from Byron/various-fixes
various fixes
2024-06-09 10:08:20 +02:00
Sebastian Thiel
31eeb9f32b
Merge pull request #4045 from Byron/vscode-in-new-window
open projects in separate vscode window
2024-06-09 09:40:32 +02:00
Sebastian Thiel
134226dae3
feat(menu): open project folder in new vscode window (#4037) 2024-06-09 09:24:25 +02:00
Sebastian Thiel
788958ee08
hide sensitive information from ever being debug-logged 2024-06-09 08:58:17 +02:00
Kiril Videlov
93950c1f58
Merge pull request #4042 from gitbutlerapp/pnpm-lock-yaml-upgrade-to-v7.12.0
captrure update branch errors in snapshot
2024-06-08 22:52:57 +02:00
Kiril Videlov
c0710a05e7
captrure update branch errors in snapshot 2024-06-08 22:31:23 +02:00
Sebastian Thiel
c6b22a727b
Merge pull request #4036 from LukeCarrier/fix-typos
Fix a couple of small typos
2024-06-08 07:58:26 +02:00
Luke Carrier
028ef784a5 fix: accurat{ => e }ly 2024-06-07 22:40:31 +01:00
Luke Carrier
c3242a5a5a fix: subs{ i => e }quently 2024-06-07 22:39:53 +01:00
Nico Domino
793232b0f6
fix: use svelte:window for managing hotkey event listeners (#4005) 2024-06-07 14:56:37 +02:00
Nico Domino
7efe94342c
Merge pull request #4017 from gitbutlerapp/ndom91/hunk-viewer 2024-06-07 14:19:35 +02:00
Nico Domino
d64f5dbe59
Merge branch 'master' into ndom91/hunk-viewer 2024-06-07 14:08:39 +02:00
Nico Domino
b9704835cc
Merge pull request #4033 from gitbutlerapp/ndom91/rm-editorconfig 2024-06-07 14:08:18 +02:00
Nico Domino
e6efc15f4b
Merge branch 'master' into ndom91/rm-editorconfig 2024-06-07 14:06:53 +02:00
Pavel Laptev
5301181c49
fix button style (#4032) 2024-06-07 12:37:59 +02:00
Pavel Laptev
e735959e69
Button refactoring (#4031)
new props `outline`, `dashed` and `solidBackground`
2024-06-07 12:29:29 +02:00
ndom91
b3bebca3a2
chore: rm .editorconfig 2024-06-07 11:29:27 +02:00
Nico Domino
d03f1bf6c2
Merge branch 'master' into ndom91/hunk-viewer 2024-06-07 09:38:51 +02:00
ndom91
15f5bdefac
fix: limit hunk viewer to 2500 lines 2024-06-07 09:37:53 +02:00
Kiril Videlov
db6558b2dd
Merge pull request #4028 from gitbutlerapp/revert-4010-ndom91/modal-cleanup
Revert "fix: simplify Modal logic"
2024-06-06 22:54:41 +02:00
Kiril Videlov
61226358b4
Revert "fix: simplify Modal logic" 2024-06-06 22:52:26 +02:00
Kiril Videlov
1013b3891c
Merge pull request #4026 from gitbutlerapp/change-use-new-locking-to-true
feat(project): enable new locking by default
2024-06-06 19:19:35 +02:00
Mattias Granlund
81feed64d7 More fixes for commit lines 2024-06-06 18:39:49 +02:00
Kiril Videlov
1e253b8a59 feat(project): enable new locking by default 2024-06-06 18:08:10 +02:00
Nico Domino
ce5dced72f
Merge branch 'master' into ndom91/hunk-viewer 2024-06-06 17:32:45 +02:00
ndom91
5595ac1398
fix: cleanup extra squirrely brace 2024-06-06 17:32:19 +02:00
Nico Domino
b06f70054a
Merge pull request #4010 from gitbutlerapp/ndom91/modal-cleanup 2024-06-06 17:22:50 +02:00
ndom91
66f80babee
fix: pnpm-lock 2024-06-06 17:10:05 +02:00
Nico Domino
d5fe2a88d9
Merge branch 'master' into ndom91/modal-cleanup 2024-06-06 17:08:17 +02:00
Nico Domino
da3b27ca83
Merge pull request #4023 from gitbutlerapp/ndom91/add-corepack 2024-06-06 17:05:12 +02:00