Commit Graph

89 Commits

Author SHA1 Message Date
maxichrome
91cfe6121f fix button size 2022-05-23 06:06:59 -05:00
maxichrome
1918869ad0 Merge branch 'main' into jamie-unsorted-changes 2022-05-23 00:03:45 -05:00
maxichrome
f5e0666d11 Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome
a0d0938001 format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine
4f28499bb6 Merge branch 'main' into jamie-unsorted-changes 2022-05-21 18:55:03 -07:00
Jamie Pine
19e833ba16 removed redundant schema column + some demo data (unfinished) 2022-05-21 18:48:51 -07:00
maxichrome
77b37ae431 Merge pull request #144 from Harry-Hopkinson/varients-to-variants
Change ```Varients``` to ```Variants```.
2022-05-12 20:56:10 -05:00
Jamie Pine
2a5fd305b1 improvements to landing + ui + rust stuff 2022-05-12 17:10:23 -07:00
Harry Hopkinson
e59a492631 Change ``Varients` to `Variants``. 2022-05-12 07:36:48 +01:00
Jamie Pine
fbe07fa3f1 sidebar position 2022-05-11 19:35:20 -07:00
Jamie Pine
e7db951e18 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -07:00
maxichrome
1849997201 only import window type extensions at TS compile time 2022-05-11 18:43:09 -05:00
maxichrome
82d881f682 clean client provider types & App.tsx imports 2022-05-11 18:32:58 -05:00
maxichrome
f420bf4192 move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
Jamie Pine
2306670411 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-11 12:45:36 -07:00
maxichrome
f6bee3c119 re-add macOS rounding for border consistency 2022-05-11 14:28:40 -05:00
Jamie Pine
e88ae9d609 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 11:13:23 -07:00
Jamie Pine
09087202b5 commit 2022-05-11 11:12:35 -07:00
maxichrome
db312269ab Un-revert "fix up macOS fullscreen mode (kinda)"
This reverts commit b21df0e57f.
2022-05-11 13:03:31 -05:00
maxichrome
b21df0e57f Revert "fix up macOS fullscreen mode (kinda)"
This reverts commit 2283f6b01b.
2022-05-11 12:53:46 -05:00
maxichrome
2283f6b01b fix up macOS fullscreen mode (kinda) 2022-05-11 12:44:32 -05:00
maxichrome
77a2888377 use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine
46f186fe37 fix types & stats render 2022-05-10 21:11:56 -07:00
maxichrome
7cdf93d33f make Toggle onChange prop optional 2022-05-10 23:08:39 -05:00
maxichrome
8308eb5e3c fix "Encrypt on cloud" toggle 2022-05-10 15:53:41 -05:00
maxichrome
76aca8ae7c extract experimental toggle change logic 2022-05-10 11:39:29 -05:00
Jamie Pine
9870d58b35 much 2022-05-10 09:03:20 -07:00
maxichrome
4289fd3aad Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main 2022-05-07 20:44:17 -05:00
maxichrome
759cbdcef9 fix button build (I hope) 2022-05-07 20:37:39 -05:00
matt
626fb02035 fix scrolling on debug/content/settings screens (#91)
* fix scrolling on debug screen

* fix on content/settings screens too
2022-05-06 20:09:47 -07:00
Marques Scripps
9a345d6d9c added experimental submenu (#30)
+ debug toggle for experimental view

Co-authored-by: Marques <hello@marques.gg>
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
2022-05-04 11:18:19 -07:00
Jamie Pine
0a52b22f93 add device dialog, fixed traffic light svgs, added icon prop to button 2022-05-04 02:12:20 -07:00
Brendan Allan
9ad71a2d66 Merge pull request #46 from Brendonovich/new-ci
New CI
2022-05-01 17:37:45 +08:00
Koding Dev
709f71d74b Made "Open data folder" button work 2022-05-01 17:25:52 +08:00
Brendan Allan
2820a94079 update deps 2022-05-01 12:48:56 +08:00
Koding
f8c1c85a60 Fixed windows scanning + improved progress UI (#59) 2022-05-01 12:20:08 +08:00
Brendan Allan
c9e76e9a7a tsconfig refactor 2022-05-01 12:17:55 +08:00
Koding
d1b5289fda Fixed windows scanning + improved progress UI (#59) 2022-04-30 20:54:24 -07:00
Brendan Allan
a8c136897d Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:38:07 +08:00
Brendan Allan
b03f3ddf5a Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:36:12 +08:00
IllusionMan1212
ca8ed611a4 fix(interface): don't shrink thumbs when filename is truncated and center thumbs 2022-04-29 01:57:31 +03:00
Jamie Pine
181c51e76c better statistics 2022-04-27 20:42:28 -07:00
Jamie Pine
284271ba2f better stat item rendering 2022-04-27 19:37:58 -07:00
Jamie Pine
eee8efb99a added semi functional statistics, working macos traffic lights 2022-04-27 19:15:55 -07:00
Jamie Pine
dd7454d9cd fix library loader, add library statistics, tag flicker fix 2022-04-27 16:25:47 -07:00
Jamie Pine
1a6fabbd7d configurable router type 2022-04-27 13:40:19 -07:00
Jamie Pine
e0a66ebbd5 fix scroll styles 2022-04-27 10:50:49 -07:00
Jamie Pine
861ee39fea switch app to in-memory router to prevent back button hijack on landing 2022-04-27 10:31:44 -07:00
Jamie Pine
b7b0ec3e16 interfont 2022-04-26 18:14:39 -07:00
Jamie Pine
8d1a0079e8 better app embed loading 2022-04-26 16:44:08 -07:00