Scott Chacon
1468e10b56
Merge remote-tracking branch 'origin/master'
2023-03-15 14:53:33 +01:00
Scott Chacon
4dc9d63762
style it all up
2023-03-15 14:40:40 +01:00
Kiril Videlov
9f98346834
search input is now reactive
2023-03-15 13:05:19 +01:00
Scott Chacon
82323286f5
got it to work
2023-03-15 11:52:21 +01:00
Scott Chacon
c024510a69
new player
2023-03-15 11:11:02 +01:00
Scott Chacon
a8a2e2b0a9
successful commit toast
2023-03-15 11:10:53 +01:00
Nikita Galaiko
7730653aca
more session tests to ensure wd structure
2023-03-15 10:56:25 +01:00
Nikita Galaiko
a6ae15ce44
more tests to ensure wd structure
2023-03-15 10:54:25 +01:00
Nikita Galaiko
711c10ee25
make sure session/wd git-tree only contains wd files
2023-03-15 10:07:39 +01:00
Kiril Videlov
fb7522463a
format
2023-03-15 10:05:56 +01:00
Kiril Videlov
a56eb55888
prevent overscroll of the whole app
2023-03-14 22:19:43 +01:00
Kiril Videlov
2318ebb033
fix that sick gradient @ian and mao made
2023-03-14 22:16:13 +01:00
Kiril Videlov
196342537f
🔨 Improve search results accuracy
...
- Improved search performance by filtering out results with no hunks
- Fixed bug that was causing incorrect search results to be displayed
[src/routes/projects/[projectId]/search/+page.svelte]
- Add a check to only add search results with hunks to the processedResults array
2023-03-14 21:34:23 +01:00
Kiril Videlov
1cc7f93b8b
🔨 Refactor Command Palette & Lower Numeric Tolerance
...
- Increase the number of recordings returned in the Command Palette
- Update the keyboard shortcut for opening the Command Palette
- Refactor the octokit initialization
- Add OpenAI API for completions
- Lower numeric tolerance for test files
- Add two new tests for the string split function
- Update the `onKeyDown` and `onKeyUp` functions
[src/lib/components/CommandPalette.svelte]
- Raise the amount of recordings returned from `10` to `100`
- Change the keyboard shortcut for opening the command palette from `Meta+K` to `Meta+C`
- Move the `octokit` initialization to a separate file
- Add an OpenAI API for completions
- Lower numeric tolerance for test files
- Add 2 tests for the inclusive string split function
- Change the `onKeyDown` and `onKeyUp` functions to `on
2023-03-14 20:49:45 +01:00
Nikita Galaiko
9dd6141dc4
correctly build nested trees
2023-03-14 20:00:44 +01:00
Ian Donahue
d394ba01e6
Merge conflict resolution
2023-03-14 18:12:53 +01:00
Ian Donahue
6d6e1b36a9
Some hover states
2023-03-14 18:05:13 +01:00
Kiril Videlov
fb70af15ef
when commiting, have all files checked by default
2023-03-14 17:06:11 +01:00
Scott Chacon
ea589bdce4
Add some slightly better empty states.
2023-03-14 16:43:54 +01:00
Ian Donahue
91fe040649
Fixed the height of the project app nav.
2023-03-14 16:33:53 +01:00
Nikita Galaiko
3a528c96f6
when writing gb/wd, make sure directory is there [2]
2023-03-14 16:12:10 +01:00
Nikita Galaiko
98d945fa43
when writing gb/wd, make sure directory is there
2023-03-14 16:10:48 +01:00
Kiril Videlov
accd64ce3f
wire the commit button
2023-03-14 15:35:01 +01:00
Nikita Galaiko
e378943c69
log::info instead of println
2023-03-14 13:00:07 +01:00
Nikita Galaiko
c00df16083
update current session activity on .git/logs/HEAD update
2023-03-14 12:51:57 +01:00
Nikita Galaiko
1f4c96f827
add git watcher
2023-03-14 11:31:05 +01:00
Kiril Videlov
3abded40ff
remove timeline
2023-03-14 11:29:39 +01:00
Nikita Galaiko
31d04024cd
cherry-pick used icons from @tabler
2023-03-14 10:13:51 +01:00
Nikita Galaiko
9958730c2f
init project in add_project handler
2023-03-14 09:45:30 +01:00
Nikita Galaiko
cb93ce5ce1
fix some types
2023-03-14 09:04:56 +01:00
Nikita Galaiko
e38c7481ef
keep processed files inside session/wd
2023-03-14 09:04:56 +01:00
Nikita Galaiko
3a95bc792d
use fslock for syncronization
2023-03-14 09:04:56 +01:00
Nikita Galaiko
436737036b
sync wathcers with mutex
2023-03-14 09:04:56 +01:00
Ian Donahue
5d46a9ff5e
Minor language update “syncing” changed to “backed up"
2023-03-14 00:45:51 +01:00
Ian Donahue
0c3b7e2346
A little more polish on th search bar and fixed an overflow issues
2023-03-14 00:33:16 +01:00
Ian Donahue
fdbb77a71d
Session buttons (forward and backwards) hover stet is improved.
2023-03-14 00:20:13 +01:00
Ian Donahue
7341de5da0
Command palette commit message placeholder text and non-selected input state
2023-03-14 00:14:58 +01:00
Ian Donahue
0ed28575aa
Added place holder buttons for going to previous and next session in timeline
2023-03-14 00:05:50 +01:00
Ian Donahue
327affc909
small visual teaks to colors
2023-03-13 23:54:29 +01:00
Ian Donahue
5f514ce297
Made search bar look much prettier
2023-03-13 23:46:07 +01:00
Ian Donahue
af1861be4f
Merge branch 'master' into id-visual-design-updates
2023-03-13 23:19:35 +01:00
Ian Donahue
2ef442ad6c
Merge branch 'master' of https://github.com/gitbutlerapp/gitbutler-client
2023-03-13 23:14:18 +01:00
Ian Donahue
13681b4007
Visual Tweaks
2023-03-13 23:13:49 +01:00
Ian Donahue
4dacdc3a74
Visual tweaks
2023-03-13 23:13:16 +01:00
Kiril Videlov
813eb51f99
remove non-existent styles.css for now (until it exists)
2023-03-13 23:07:54 +01:00
Kiril Videlov
233c39579d
format & lint
2023-03-13 23:03:51 +01:00
Kiril Videlov
108d903bda
dont block while getting statues, it could take seconds sometimes
2023-03-13 22:52:00 +01:00
Ian Donahue
739519fd3d
Merge branch 'master' of https://github.com/gitbutlerapp/gitbutler-client
2023-03-13 22:34:03 +01:00
Kiril Videlov
c896e5193f
player page handles empty sessions list
2023-03-13 22:08:36 +01:00
Ian Donahue
3f5620ef55
Merge branch 'master' of https://github.com/gitbutlerapp/gitbutler-client
2023-03-13 21:11:30 +01:00