Nikita Galaiko
d4d1a8e3fb
return highlighted result entries from search
2023-03-17 15:45:19 +01:00
Nikita Galaiko
5e0efcd941
when lising deltas, filter by filepath
2023-03-17 15:45:19 +01:00
Nikita Galaiko
3743522eed
listDelas: allow filtering by file path
2023-03-17 15:45:19 +01:00
Nikita Galaiko
4b10ef8df0
configurable padding lines
2023-03-17 15:45:19 +01:00
Ian Donahue
af1cee0c1e
Merge branch 'master' of https://github.com/gitbutlerapp/gitbutler-client
2023-03-17 15:40:37 +01:00
Ian Donahue
29f6d039b7
Updated player button colors and hovers states
2023-03-17 15:38:16 +01:00
Scott Chacon
d6186a06fc
Merge branch 'master' of github.com:gitbutlerapp/gitbutler-client
2023-03-17 15:25:24 +01:00
Scott Chacon
12810c0688
linting
2023-03-17 15:25:16 +01:00
Scott Chacon
a4ea392939
way to just show context
2023-03-17 15:24:52 +01:00
Kiril Videlov
146c1d9855
new CMDK supports in-palette actions
2023-03-17 15:12:22 +01:00
Scott Chacon
099e1d00e0
Can’t go outside of the edit range, also start on 0
2023-03-17 13:36:32 +01:00
Scott Chacon
fa610b403f
change to gb- colors
2023-03-17 12:50:46 +01:00
Nikita Galaiko
47fb378496
highlight rust
2023-03-17 12:47:55 +01:00
Ian Donahue
3a8074fa3b
Merge branch 'master' of https://github.com/gitbutlerapp/gitbutler-client
2023-03-17 12:18:08 +01:00
Ian Donahue
7cd3ca4dd4
Player day of week visual update
2023-03-17 12:17:55 +01:00
Nikita Galaiko
cad1ff6e8d
say if there are no search results
2023-03-17 08:36:40 +01:00
Nikita Galaiko
df01a49f02
merge diffView into codeViewer
2023-03-17 08:36:01 +01:00
Nikita Galaiko
a8680c22d1
fix npe
2023-03-17 08:25:14 +01:00
Nikita Galaiko
5db47c7b66
enable non-m1 builds
2023-03-17 07:53:53 +01:00
Kiril Videlov
62527ae333
command navigation on the new command palette
2023-03-16 23:20:28 +01:00
Scott Chacon
36bf6afb4e
Merge branch 'master' of github.com:gitbutlerapp/gitbutler-client
2023-03-16 17:56:36 +01:00
Scott Chacon
0d6a0996fe
add links to player from days
2023-03-16 17:56:06 +01:00
Ian Donahue
d3bded5bb1
Active and default colors for selected items.
2023-03-16 17:53:59 +01:00
Scott Chacon
22d5f013f4
replace bookmark with player, remove button in layout
2023-03-16 17:44:58 +01:00
Ian Donahue
3dafc13f4e
Updating stroke and colors of activities panel
2023-03-16 17:43:56 +01:00
Scott Chacon
9cf3021b5b
omg, linter
2023-03-16 17:16:57 +01:00
Scott Chacon
a7bdd39d12
Merge remote-tracking branch 'origin/master'
2023-03-16 17:16:30 +01:00
Scott Chacon
9083e43acb
show latest session
2023-03-16 17:11:24 +01:00
Ian Donahue
3f1716eced
Merge branch 'master' of https://github.com/gitbutlerapp/gitbutler-client
2023-03-16 16:34:11 +01:00
Ian Donahue
455f38f7fc
Player is now fixed to the bottom
2023-03-16 16:31:22 +01:00
Kiril Videlov
bdcc39c494
cmdk
2023-03-16 16:18:40 +01:00
Nikita Galaiko
f5ee199043
linter please
2023-03-16 16:06:54 +01:00
Nikita Galaiko
910ab62881
keep own history
2023-03-16 16:05:05 +01:00
Nikita Galaiko
f75bc615d5
make linter happy
2023-03-16 15:52:57 +01:00
Scott Chacon
eb935fb25c
added ian custom colors, changed the layout of the player
2023-03-16 15:49:12 +01:00
Scott Chacon
93629f0519
Merge remote-tracking branch 'origin/master'
2023-03-16 14:51:20 +01:00
Scott Chacon
6a2274b795
start moving towards ians styles
2023-03-16 14:41:21 +01:00
Nikita Galaiko
a03799f35b
scroll first chagned line into view
2023-03-16 14:35:59 +01:00
Nikita Galaiko
bc9c2dd25d
use Math
2023-03-16 14:06:10 +01:00
Nikita Galaiko
418c5427da
style it all up
2023-03-16 13:21:15 +01:00
Nikita Galaiko
0e8ff81b6b
thanks, google
2023-03-16 13:21:15 +01:00
Scott Chacon
201ac5c0a0
can filter player on file, move sessions to left
2023-03-16 11:34:35 +01:00
Kiril Videlov
094aead89f
fix a weird overflow
2023-03-16 09:42:48 +01:00
Kiril Videlov
557b483364
format
2023-03-16 09:36:27 +01:00
Kiril Videlov
50f626b1b6
use date-fns so that we have less custom date formatting
2023-03-16 09:36:08 +01:00
Kiril Videlov
f4ce12a17c
fix some type errors
2023-03-16 09:23:51 +01:00
Kiril Videlov
9eceefee3e
🔨 Refactor Search Result Rendering
...
- Update the styling of the rendered search result
- Improve user experience with better overflow and borders
[src/lib/components/search/RenderedSearchResult.svelte]
- Change the background color of the rendered search result
- Add overflow-y: auto to the result element
- Add a border-bottom to the hunks element
2023-03-15 16:39:03 +01:00
Nikita Galaiko
bf49ec9d9a
fix some codevier overflows [2]
2023-03-15 16:36:25 +01:00
Kiril Videlov
4a3bb13408
make the CMD-k shortkeys not global so that people can Copy-Paste
2023-03-15 16:01:23 +01:00
Scott Chacon
3baf42bed5
ah. I see. fix linting stuff
2023-03-15 16:00:10 +01:00