Commit Graph

431 Commits

Author SHA1 Message Date
Jamie Pine
df8564b024 further tweaking 2022-10-22 07:01:59 -07:00
Jamie Pine
2f105e9bb6 Merge remote-tracking branch 'refs/remotes/origin/spacedrive-but-themable'
Conflicts:
	packages/interface/src/screens/settings/client/GeneralSettings.tsx
	packages/ui/src/Dropdown.tsx
2022-10-21 21:53:45 -07:00
Jamie Pine
a9e263e2f6 refactor switch component + update styles 2022-10-21 21:50:47 -07:00
Brendan Allan
d6880c0343 dropdown refactor 2022-10-22 01:35:03 +08:00
Jamie Pine
c4226f0e7a Merge branch 'eng-259-identify-objectkind'
Conflicts:
	apps/landing/package.json
	apps/landing/vite.config.ts
	packages/interface/src/AppLayout.tsx
	packages/interface/src/components/explorer/Explorer.tsx
	packages/interface/src/components/explorer/ExplorerTopBar.tsx
	packages/ui/src/ContextMenu.tsx
	pnpm-lock.yaml
2022-10-20 22:49:15 -07:00
Jamie Pine
a36a30e317 merge 2022-10-20 21:55:39 -07:00
Brendan Allan
c41bfae297 refactor dropdown 2022-10-21 10:29:50 +08:00
Brendan Allan
09201d0fa8 use custom tailwind styled function (#426)
* use custom tailwind styled function

* update pnpm lock

* fix landing vite config
2022-10-20 17:34:40 -07:00
Jamie Pine
e39f903b07 some esm vite plugin thing (#425) 2022-10-20 16:21:50 -07:00
Jamie Pine
c47a6901bc Fix landing build
Thanks to @AndrewTechX for helping me all day debugging to get here 🎉
2022-10-20 00:07:50 -07:00
Brendan Allan
3dc993122f remove tauricon 2022-10-20 03:51:35 +08:00
Brendan Allan
0f1a117f8f update pnpm-lock 2022-10-19 18:47:55 +08:00
Brendan Allan
21e156c517 UI refactor (#418)
button refactor

Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
2022-10-18 21:24:47 -07:00
Oscar Beaumont
4ab1e65059 Merge remote-tracking branch 'origin/main' into fix-reactivity 2022-10-18 22:09:33 +08:00
Oscar Beaumont
ddcc20c020 use React.PropsWithChildren 2022-10-18 22:04:19 +08:00
Oscar Beaumont
11c370e4c7 purge unused dependencies 2022-10-18 21:52:00 +08:00
Oscar Beaumont
5f90c8bfe8 Removing import React from mobile 2022-10-18 20:58:05 +08:00
Oscar Beaumont
aae3da9b8a 🎉 Fix core on Android 2022-10-18 20:57:17 +08:00
jake
3f2b4cda38 [ENG-245] Object Validator Job (#414)
* use `.to_hex()` for blake3 hashes

* move file hashing function+fix large stack alloc

* init validator job

* change branch name

* add object validator job

* formatting

Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-10-18 05:39:33 -07:00
Oscar Beaumont
381f08f938 Merge remote-tracking branch 'origin/main' into fix-reactivity 2022-10-18 11:29:02 +08:00
Oscar Beaumont
1a8581d44f upgrade rspc + fix reactivity + add in disabled Normi code 2022-10-18 04:45:37 +08:00
Brendan Allan
ccb2617c31 add postinstall script for react-native-codegen 2022-10-17 23:42:32 +08:00
Brendan Allan
529861a0b8 minor refactors 2022-10-17 22:23:01 +08:00
Brendan Allan
01df0019bb put mobile in pnpm workspace 2022-10-17 21:27:14 +08:00
Jamie Pine
4acb8cc594 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-10-17 01:36:05 -07:00
Cody Miller
19bbfd60b2 ui/ux: fix z index issue on NewBanner 2022-10-09 11:50:19 -04:00
Jamie Pine
b94d2ed736 (hotfix) p2p preventing compile 2022-10-08 11:30:17 -07:00
사무엘
b301efb79c Added overflow-hidden to main 2022-10-07 10:50:18 +09:00
사무엘
eb47a2e341 removed overflow previously added 2022-10-07 10:39:00 +09:00
사무엘
90e90e8c55 fixed the overflow 2022-10-07 09:09:32 +09:00
Oscar Beaumont
aacdf33216 merge duplicate prettier config and format repo with it 2022-10-07 07:45:15 +08:00
Oscar Beaumont
bdb0e984dc Merge pull request #391 from spacedriveapp/update-rspc-and-more
upgrade rspc + lazy loading in React
2022-10-07 04:59:12 +08:00
Oscar Beaumont
2ae02f202d Expo committed cringe 2022-10-07 04:56:59 +08:00
Brendan Allan
c44b959e63 remove stats.html 2022-10-07 03:55:36 +08:00
Oscar Beaumont
dec2697740 Fix mobile + upgrade Expo + even newer rspc 2022-10-06 21:07:46 +08:00
Oscar Beaumont
20523a94c9 upgrade workspace dependencies 2022-10-06 14:03:58 +08:00
Brendan Allan
45ff212e97 merge main into update-rspc-and-more 2022-10-05 12:01:50 +08:00
Jamie Pine
d27ff3cd80 Object Kind (#397)
* add temp custom icons and tweak styles

* tweaks

* - added Object type structs
- added extension enums with variant macros
- improved explorer rendering
- added database migration hotfix

* - added dev only data folder
- improved explorer image loading

* macros do rule !

* remove baselining

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-10-04 20:34:41 -07:00
Brendan Allan
a634727e1b merge meain into update-rspc-and-more 2022-10-05 10:11:52 +08:00
Brendan Allan
cd7dddde4b format web 2022-10-05 10:05:25 +08:00
Brendan Allan
a7f37f7732 Use turborepo for desktop & web apps (#399)
* add turborepo

* give docs a package.json

* tabs not spaces

* tabs not spaces
2022-10-04 18:59:28 -07:00
Brendan Allan
162f3d7782 Improve CI Speed (#398)
* use different cache

* cache prisma client in rustfmt

* cleanup prettier config

* build server image in sub-action

* server image + prisma client custom actions

* remove lefthoook checks that are in ci

* fix build-server-image

* rename Clippy job

* rename build core job

* use custom rust caching action

* fix rust cache shared key

* cleanup custom action job names

* remove platform check in clippy ci

* setup pnpm in clippy ci

* update mobile package name

* make ios compiling conditional

* use pnpm cache

* run clippy in release

* force use release for all jobs
2022-10-04 18:45:54 -07:00
Brendan Allan
723058e060 merge main into update-rspc-and-more 2022-10-05 08:58:03 +08:00
Jamie Pine
cbd58ee438 Rename Files to Objects (#396)
* backend rename complete

* finalize Object refactor frontend
+ remove some exhaustive dep suppression
+ FIX INVALIDATE QUERY BUG
2022-10-04 09:16:49 -07:00
Brendan Allan
ed06e3051e [ENG-84] Sync library (#394)
* new sql lib stuff

* add sync stuff + rename all crates

* build sd-core

* add sync/example/dist to source

* fix sync example in monorepop

* appease clippy

* update lockfile

* update commit hooks

* fix typescript

* fix typescript build

* please rustfmt
2022-10-04 05:25:12 -07:00
Brendan Allan
e3f92ab4ec please rustfmt 2022-10-04 20:07:05 +08:00
Oscar Beaumont
9f15540a91 bundle splitting and performance optimisations 2022-10-02 01:37:35 +08:00
Oscar Beaumont
60e228ec94 upgrade rspc 2022-10-02 01:16:11 +08:00
brxken128
2952d3fc5e fix incorrect faq URLs 2022-09-30 17:38:31 +01:00
Jamie Pine
3e8c33d1c0 Added crates folder (#389)
* restructure core for crates folder

- improve naming consistency
- added placeholder files for near future code
- added docs

* - removed all typescript from core
- moved rspc bindings to client

* remove useless git ignore & rustfmt
2022-09-29 21:02:29 -07:00