Commit Graph

647 Commits

Author SHA1 Message Date
maxichrome
85c1404542 Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome
2f14ff0b5f format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine
09d65366e2 Merge branch 'main' into jamie-unsorted-changes 2022-05-21 18:55:03 -07:00
Jamie Pine
d03cde5a66 removed redundant schema column + some demo data (unfinished) 2022-05-21 18:48:51 -07:00
maxichrome
ae33a63d22 Merge pull request #144 from Harry-Hopkinson/varients-to-variants
Change ```Varients``` to ```Variants```.
2022-05-12 20:56:10 -05:00
Jamie Pine
4a6f53530a improvements to landing + ui + rust stuff 2022-05-12 17:10:23 -07:00
Harry Hopkinson
d7bb153f3f Change ``Varients` to `Variants``. 2022-05-12 07:36:48 +01:00
Jamie Pine
eb6e7ce5f1 sidebar position 2022-05-11 19:35:20 -07:00
Jamie Pine
5f7e911c71 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -07:00
maxichrome
4f0532ae4d only import window type extensions at TS compile time 2022-05-11 18:43:09 -05:00
maxichrome
b4dac7693d clean client provider types & App.tsx imports 2022-05-11 18:32:58 -05:00
maxichrome
db3b9da88b move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
Jamie Pine
9a9bfe9281 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-11 12:45:36 -07:00
maxichrome
405532637b re-add macOS rounding for border consistency 2022-05-11 14:28:40 -05:00
Jamie Pine
6d9cccc103 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 11:13:23 -07:00
Jamie Pine
e72f399641 commit 2022-05-11 11:12:35 -07:00
maxichrome
8aa0651563 Un-revert "fix up macOS fullscreen mode (kinda)"
This reverts commit d02fc9400a.
2022-05-11 13:03:31 -05:00
maxichrome
d02fc9400a Revert "fix up macOS fullscreen mode (kinda)"
This reverts commit 983a4b6d93.
2022-05-11 12:53:46 -05:00
maxichrome
983a4b6d93 fix up macOS fullscreen mode (kinda) 2022-05-11 12:44:32 -05:00
maxichrome
1b8ae5d084 use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine
75f1831abd fix types & stats render 2022-05-10 21:11:56 -07:00
maxichrome
a89b706099 make Toggle onChange prop optional 2022-05-10 23:08:39 -05:00
maxichrome
c87930b97e fix "Encrypt on cloud" toggle 2022-05-10 15:53:41 -05:00
maxichrome
cc2c9a19c9 extract experimental toggle change logic 2022-05-10 11:39:29 -05:00
Jamie Pine
81fa5f8a2f much 2022-05-10 09:03:20 -07:00
maxichrome
f2c398693e fix button icon type...
can't replicate this error when tsc'ing locally
2022-05-07 20:47:25 -05:00
maxichrome
13e0eab4d2 Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main 2022-05-07 20:44:17 -05:00
maxichrome
2994e2a04e fix button build (I hope) 2022-05-07 20:37:39 -05:00
matt
6d8228c409 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
cea5a497e6 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
7c6bb151f3 add device dialog, fixed traffic light svgs, added icon prop to button 2022-05-04 02:12:20 -07:00
maxichrome
1669fe1d3a re-add ButtonProps type 2022-05-03 07:06:29 -05:00
maxichrome
782c088b51 update button ting 2022-05-02 18:58:53 -05:00
maxichrome
9dcb1e9ec8 Merge branch 'main' into ryanhaticus/main 2022-05-02 18:53:42 -05:00
maxichrome
d17360ae74 use button links elsewhere 2022-05-01 10:11:42 -05:00
maxichrome
e36184c63f conditionally render button as link 2022-05-01 09:52:33 -05:00
Brendan Allan
695874a9dc Merge pull request #46 from Brendonovich/new-ci
New CI
2022-05-01 17:37:45 +08:00
Koding Dev
545c727ed1 Made "Open data folder" button work 2022-05-01 17:25:52 +08:00
Brendan Allan
8c412dc3d5 update deps 2022-05-01 12:48:56 +08:00
Koding
4622e8197d Fixed windows scanning + improved progress UI (#59) 2022-05-01 12:20:08 +08:00
Brendan Allan
4f81d32e08 tsconfig refactor 2022-05-01 12:17:55 +08:00
Koding
f15a7c0cce Fixed windows scanning + improved progress UI (#59) 2022-04-30 20:54:24 -07:00
Brendan Allan
3841a7a96e Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:38:07 +08:00
Brendan Allan
1b720ea873 Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:36:12 +08:00
Koding
89e0a27c72 fix: icon colors in file explorer (#56)
* Fix icon colors

* readme update

* Fix builds on M1 (#54)

* fix: minor code cleanup

Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: Syntax <2079305+TheUltDev@users.noreply.github.com>
2022-04-28 20:40:18 -07:00
IllusionMan1212
994e397c4c fix(interface): don't shrink thumbs when filename is truncated and center thumbs 2022-04-29 01:57:31 +03:00
Jamie Pine
6922378291 better statistics 2022-04-27 20:42:28 -07:00
Jamie Pine
d9693a1dcb better stat item rendering 2022-04-27 19:37:58 -07:00
Jamie Pine
264293a93b added semi functional statistics, working macos traffic lights 2022-04-27 19:15:55 -07:00
Jamie Pine
ce1d932111 fix library loader, add library statistics, tag flicker fix 2022-04-27 16:25:47 -07:00