Commit Graph

875 Commits

Author SHA1 Message Date
Brendan Allan
d10cf558bd use ghost api v5 on landing 2022-08-20 02:18:52 +08:00
Brendan Allan
deb82fb13c update pnpm-lock 2022-08-19 07:24:15 +08:00
Oscar Beaumont
6e27530256 fix Windows support 2022-08-12 14:48:49 +08:00
Jamie Pine
151920dd6f Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 23:10:38 -07:00
Jamie Pine
8e96f640b1 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 23:10:17 -07:00
Jamie Pine
cf94ade716 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 21:50:33 -07:00
Utku
3cdd0808a5 Mobile app (#352)
* Mobile app: Initial Commit!

* Fix monorepo issues and add tailwind.

Fix & Test tailwind.

working ball app

Fix workspace module import

* Mobile app cleanup and structure

* App Icons, Splash screen and eslint config

* More cleanup

* Use SVGs directly in React Native

* Add placeholder files for project structrate

* Cleanup all svg icons and modify metro config to use icons from interface package (temporary)

* Potentially fix types for react & update some packages.

* Onboarding screen + add reanimated & moti

* Finishing touches on Onboarding screen

* Persist onboarding, Button comp and Nav. flow.

* Add mobile info to Contributing.md

* Add .prettierignore for disabling auto import ordering for some files.

* Introducing the new navigation flow

* Change package name

* use the new @sd/assets package

* Add a temp. folder for @sd/assets organization

* Drawer nav bar looks good now.

* Hacky method to get the active route on drawer

* Fix react native types & update few packages.

* Drawer animation

* Add counter

* Collapsible Tags / Locations

* rename Counter and add saveState prop

* Sync counter with desktop version

* Move some screens to BottomTab Nav.

* Add Overview Stats

* [WIP] - Device component

* Upgrade to Expo 46 and fix types.

* Add @sd/core to mobile

* Fix eslint stuff

* placeholder and some notes

* Show folder icons on overview screen

* Fixed android build, style and some screen tweaks

* Add bottom sheet package

* Fix bundler issues and rename landing package.json

* Rename landing package.json

* update all packages to latest React

* Eject expo app

* fix pnpm & expo & monorepo

* monorepo debugging

* cleanup dependencies & static link to shared packages

* cleanup, switch to hermes, pollyfill intl for ios

* Cleanup monorepo

* Fix: Style for FileItem

* Above average app icons

* cleanup ios

* update msrv

* update codeowners for mobile

* fix typecheck

* update lockfile

* fix ffmpeg install

* rename UI to 'SpacedriveInterface' for clarity

* Update codeowners

* Fix eslint config mobile.

* Refactor navigation flow, move types to navigators

Co-authored-by: Utku <74243531+utkubkr@users.noreply.github.com>
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-08-08 20:29:14 -07:00
Jamie Pine
86863b6d73 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 18:35:04 -07:00
Oscar Beaumont
ce25625929 clearer documentation about Windows setup script 2022-08-08 15:22:54 +08:00
Oscar Beaumont
90eba053f4 fix landing page 2022-08-08 12:22:05 +08:00
Jamie Pine
9583efb6d9 (fix) add new team members 2022-08-06 20:14:13 -07:00
Brendan Allan
c1bdf541a1 remove spelling git hook & run hooks on pre-push 2022-08-05 01:36:29 +08:00
Brendan Allan
b68f4f3684 Update org-readme.yml 2022-08-04 07:41:42 -07:00
Oscar Beaumont
9d4423dfc2 fix macos ffmpeg install command 2022-08-04 13:17:19 +08:00
Oscar Beaumont
4cc41d6ec2 Merge pull request #351 from spacedriveapp/brew-lock-ffmpeg
install custom ffmpeg version
2022-08-04 13:08:50 +08:00
Oscar Beaumont
ea92af57f8 Move Rust backend to rspc (#345)
* move Rust backend to rspc

* move server to Axum + remove parts of old bridge

* move frontend over to @rspc/client

* move core to rspc + update deps

* fix Typescript errors + upgrade deps

* document invalidate_query! macro

* general cleanup + upgrade to PCR 0.6.0

* prisma error handling

* upgrade to rspc 0.0.4

* update vite-plugin-ssr

* fix typescript

* fix builds

* put landing page app name back

* hardcode ffmpeg version on Windows

* rename 'command' to 'mutation' to line up with react-query terminology

* upgrade rspc to v0.0.5 + fix types

* use shared ffmpeg binaries

* general Typescript cleanup

* fix clippy workflow failing due to tauri proc-macro

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-08-03 08:36:03 -07:00
Brendan Allan
fe529543a9 fix almos all lint errors 2022-08-01 11:30:10 +08:00
Brendan Allan
04200681d0 install custom ffmpeg version 2022-08-01 11:09:29 +08:00
Brendan Allan
7c3b51868b add xctest error explanation 2022-08-01 04:27:16 +08:00
Ericson "Fogo" Soares
85e5eec993 Resumable Jobs + Lefthook Integration (#344)
* Introducing Lefthook for git hooks automation
* TypeScript typechecking and linting
* Rust formatting and linting
* Spellchecking (also corrected spell errors in some files)
* Check links in md files

* Introducing resumable jobs
* Abstractions to pause and resume jobs automatically when application exits and is started
* Changing database to use Bytes for UUID fields
* Changing uuid fields on core to use uuid::Uuid instead of String
* Updating some dependencies and introducing msg_pack serialization to save job state on database

* Fixing some clippy warnings

* Fixing a regression introduced on identifier job, doing too much db accesses concurrently
2022-07-27 00:06:34 -07:00
Utku
5a7650c187 Introducing assets package (#347)
* Move file Icons & Spacedrive logo to assets folder

* Fix all imports

Co-authored-by: Utku <>
2022-07-25 20:08:44 -07:00
xPolar
02644ecb73 Don't show Tags on the sidebar if no tags exist. (#342) 2022-07-18 22:23:46 -07:00
Oscar Beaumont
cc3c63b996 Remove frozen flag from clippy workflow 2022-07-19 09:59:13 +08:00
maxichrome
9c76ab8326 Merge pull request #338 from spacedriveapp/empty-careers
Refactor careers for no open positions
2022-07-18 13:28:41 -05:00
Oscar Beaumont
dcb0880e1c fix Typescript errors 2022-07-19 00:57:32 +08:00
Oscar Beaumont
0b5d56311d Merge pull request #319 from fogodev/main
Fixing Clippy warnings
2022-07-19 00:36:16 +08:00
Ericson Fogo Soares
3fce32818d Merge remote-tracking branch 'fork/main'
# Conflicts:
#	packages/interface/src/components/layout/TopBar.tsx
2022-07-18 12:41:34 -03:00
Ericson Fogo Soares
ee3528a8c5 Merging latest main branch commits and some small fixes 2022-07-18 12:39:58 -03:00
maxichrome
bc90610d1a refactor careers for when no positions open 2022-07-18 06:46:32 -05:00
Jamie Pine
9961c49759 Bunch 'O Features (#336)
* CRUD for tags.

* Implement tags query in open.rs and make some changes to CRUD.

* Tag update.

* Hopefully working get tags.

* added node config + spaces schema

* add missing routes

* begin tag ui

* renaming query names to better fit convention

* tags progress

* tag edit

* fix delete tag description

Co-authored-by: xPolar <polar@polar.blue>
2022-07-17 20:45:04 -07:00
Ericson Fogo Soares
ec955e1d82 Merge branch 'main' of github.com:spacedriveapp/spacedrive 2022-07-17 17:28:05 -03:00
Oscar Beaumont
d56aa62027 fix incorrect import in Typescript 2022-07-17 19:58:21 +08:00
Utku
77bf17e2be Use quadratic counter instead of react-countup (#333)
* Fix import

* Use quadratic counter instead of react-countup

* Fix counter not working on launch

Co-authored-by: Utku <utku.bakir@postdio.com>
2022-07-16 01:42:59 -07:00
Jamie Pine
7839fe43e1 Explorer Grid View (#334)
added grid view, as well as:
- moved location context to client lib
- merged library settings with main settings
- added some missing settings
- removed demo locations due to FileItem props syntax change, they are currently being replaced anyway by Oscar in another PR
- added functioning favorite button to the inspector, that works now
2022-07-14 13:50:48 -07:00
Ericson Fogo Soares
471babf4c0 Merge branch 'main' of github.com:spacedriveapp/spacedrive 2022-07-12 09:12:43 -03:00
Oscar Beaumont
fa1c39657d Merge pull request #328 from spacedriveapp/eng-195-make-events-work-over-websocket
[ENG-195] allow events to work from web
2022-07-12 19:34:21 +08:00
Oscar Beaumont
d7794bad4e make the Socket have named fields for clarity 2022-07-12 19:33:04 +08:00
Alex
fadd165247 SearchBar Logo fix (#310)
* SearchBar Component

* showing cmd+k for macOS&web

Co-authored-by: Ahriox <28069568+Ahriox@users.noreply.github.com>
2022-07-12 04:33:00 -07:00
Ericson Fogo Soares
75a8b49661 Merging with main 2022-07-11 18:21:50 -03:00
Oscar Beaumont
7e9d036aee allow events to work from web 2022-07-11 16:38:02 +08:00
Oscar Beaumont
982bc40b66 Merge pull request #323 from he1d1/main
Client tries to reconnect when sockets close
2022-07-11 13:03:55 +08:00
Oscar Beaumont
bcdcacf0e5 Merge pull request #321 from voletro/main
Rewrite of setup-system.ps1 for Windows development setup
2022-07-11 11:41:28 +08:00
Oscar Beaumont
c685ce5fe9 Library manager (#258) 2022-07-10 19:05:24 -07:00
Oscar Beaumont
2e0767bcf2 reconnect websocket on web - with jitter & exponential backoff 2022-07-09 16:12:51 +08:00
Oscar Beaumont
70ea568530 fix Linux setup script for PopOS 2022-07-07 12:53:41 +08:00
Oscar Beaumont
d1068f4f0f fix Tauri Appimage icon 2022-07-07 12:50:43 +08:00
voletro
989cd58ac5 Add a close bracket (i'm dumb) 2022-07-06 12:33:23 +10:00
voletro
c635077c3c Remove Action for LLVM, use action that is already built in. Set GH env variables. 2022-07-06 12:28:28 +10:00
Oscar Beaumont
2c73ca18a0 remove Cargo frozen flag 2022-07-05 23:55:44 +08:00
voletro
fa8555b936 Merge branch 'main' of https://github.com/voletro/spacedrive 2022-07-05 11:23:15 +10:00