Commit Graph

713 Commits

Author SHA1 Message Date
Jamie Pine
985fca07b1 remove banner (#212) 2022-06-01 18:38:16 -07:00
xPolar
786b137651 Fix Discord Embed (#211)
* fix discord embed

* key -> name
2022-06-01 16:33:05 -07:00
xPolar
1df3984dc8 Merge pull request #206 from spacedriveapp/eng-93-contacts-setting-screen-non-existsent
Fix contacts tab in settings.
2022-05-30 23:13:28 -07:00
Polar
08412d2210 Fix contacts tab in settings. 2022-05-30 23:04:27 -07:00
maxichrome
c4bc3233a8 Merge pull request #204 from spacedriveapp/oscar
Oscar Changes - Update Deps and Core cleanup
2022-05-30 23:57:21 -05:00
Oscar Beaumont
1d015d4666 Include entire unix filesystem prelude
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-05-31 10:47:30 +08:00
Oscar Beaumont
a6551e8380 remove anyhow
We are using `thiserror` instead.
2022-05-30 22:54:21 +08:00
Oscar Beaumont
6e0c944d2e remove unused code + cleanup Rust imports 2022-05-30 22:26:59 +08:00
Oscar Beaumont
562efe3c6b build(deps): update dependencies across workspace 2022-05-30 20:45:37 +08:00
Jamie Pine
f193f45734 fixed thumbnailer (#203) 2022-05-30 05:08:12 -07:00
xPolar
97b8558aa1 Store isExperimental in local storage. (#196)
* store isExperimental in local storage

* Repo visualizer: updated diagram

* Repo visualizer: updated diagram

* Repo visualizer: updated diagram

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
Co-authored-by: repo-visualizer <repo-visualizer@users.noreply.github.com>
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
2022-05-30 01:14:28 -07:00
maxichrome
31f1e49a5d Remove joke items from context menu (#201)
remove meme items from context menu

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-29 18:42:06 -05:00
maxichrome
0feccb4347 Merge pull request #193 from spacedriveapp/feature/eng-40-implement-context-menu
Add context menu
2022-05-29 18:23:44 -05:00
maxichrome
5738fa9823 add context menu nesting 2022-05-29 18:13:17 -05:00
maxichrome
2384b21186 Merge remote-tracking branch 'origin/main' into feature/eng-40-implement-context-menu 2022-05-29 16:11:53 -05:00
maxichrome
2fe3fcc09f Merge pull request #200 from KodingDev/fix/volumes-dropdown
fix: volumes dropdown
2022-05-29 14:50:32 -05:00
maxichrome
a60ca753a9 Merge branch 'main' into fix/volumes-dropdown 2022-05-29 08:07:20 -05:00
maxichrome
5bdbb4e839 Merge pull request #199 from KodingDev/fix/windows-borders
fix: windows - window borders
2022-05-29 08:06:45 -05:00
maxichrome
75989d329f Merge branch 'main' into fix/windows-borders 2022-05-29 03:57:32 -05:00
maxichrome
54e096a67d Merge pull request #188 from spacedriveapp/jamie-unsorted-changes
Merge unsorted changes
2022-05-29 03:42:24 -05:00
maxichrome
6030a129ab use jsx double quotes on koding changes 2022-05-29 03:14:20 -05:00
Koding Dev
b9fed878bc fix: volumes dropdown 2022-05-29 18:06:56 +10:00
Jamie Pine
f021f8347b fix types 2022-05-29 00:49:34 -07:00
maxichrome
aa0fb6c2d1 Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -05:00
Jamie Pine
2f5bf0653e Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-29 00:32:54 -07:00
Jamie Pine
834c3cefd8 thumaniler still broken, but jamie unsorted changes needs to go 2022-05-29 00:32:53 -07:00
Koding Dev
e670031b4e fix: windows - window borders 2022-05-29 17:12:59 +10:00
xPolar
e2df60770a Consistent Settings (#198)
* Only countup on first load.

* random fixes

* Consistent settings + Alphatized routes in App.tsx
2022-05-29 00:12:55 -07:00
Jamie Pine
b371dfbecb fix button props errors 2022-05-28 23:26:34 -07:00
Jamie Pine
49c25531d6 fixed explorer 2022-05-28 22:23:50 -07:00
xPolar
3a5961a977 Random frontend changes. (#197)
* Only countup on first load.

* random fixes
2022-05-28 22:18:50 -07:00
xPolar
3b6a881f54 Only countup on first load. (#195) 2022-05-28 19:03:40 -07:00
Benjamin Akar
56bb0895c3 chore: import cleanups 2022-05-28 18:36:41 +02:00
maxichrome
301f7ab875 disable system context menu 2022-05-28 07:21:22 -05:00
maxichrome
c7dbb6f0d2 Merge pull request #194 from xPolar/main
various grammar and typo fixes.
2022-05-28 05:43:22 -05:00
maxichrome
fe2cd9be6b refactor context menu data structure 2022-05-28 05:37:52 -05:00
maxichrome
f3733b486b add test context actions 2022-05-28 05:35:54 -05:00
maxichrome
951eade690 context menu - partial styling improvements 2022-05-28 04:45:08 -05:00
maxichrome
0e7232048a hide current device tile if we aren't a client 2022-05-28 04:44:52 -05:00
maxichrome
b6ed226ab2 fix device & file light theme 2022-05-28 04:44:34 -05:00
maxichrome
bed3be9d65 fix desktop build 2022-05-28 04:44:17 -05:00
maxichrome
e884b6d4b4 more gap stuff 2022-05-28 00:28:52 -05:00
maxichrome
473208a387 improve context menu hitboxes 2022-05-28 00:24:45 -05:00
xPolar
ac44eeeced Update apps/landing/src/pages/index.tsx
Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-05-27 21:50:11 -07:00
maxichrome
8fafd70937 remove manual menu listener & parameterize demo files 2022-05-27 21:27:49 -05:00
maxichrome
0c830a1379 add context menu helper 2022-05-27 21:27:14 -05:00
maxichrome
8f04cbe4e1 add light-theme context menu 2022-05-27 21:10:47 -05:00
Polar
026b559d77 various grammar and typo fixes. 2022-05-27 14:54:56 -07:00
maxichrome
aed3fa8fac Merge branch 'main' into feature/eng-40-implement-context-menu 2022-05-27 07:54:49 -05:00
maxichrome
6454d2caef implement WIP context menu on folder icon 2022-05-27 07:48:13 -05:00