Commit Graph

172 Commits

Author SHA1 Message Date
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
f506d2a00a WIP: fix up window styling 😩 2022-05-11 05:24:03 -05:00
maxichrome
e954409705 clean & split new window code 2022-05-11 02:27:39 -05:00
maxichrome
1b8ae5d084 use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine
81fa5f8a2f much 2022-05-10 09:03:20 -07:00
Yousef Abu-Salah
1d40056259 fix issue #79 (#94) 2022-05-03 21:26:03 -07:00
maxichrome
cd43e22097 update github repo url 2022-05-01 12:56:15 +08:00
Oscar Beaumont
3ae90351a6 feature gated p2p + update deps + pushed bindings 2022-04-27 17:22:26 +08:00
Jamie Pine
7266af716f improved scrollbars and landing mobile layout 2022-04-24 01:02:35 -07:00
Brendan Allan
0904bfec59 update icons 2022-04-22 16:59:25 +08:00
Brendan Allan
b433def9c1 windows icon 2022-04-22 15:46:06 +08:00
Brendan Allan
7d08454449 Basic CI (#12)
* ci:

* ci: run ci on ci branch

* ci: update pnpm version

* ci: Standardise naming

* ci: update lockfile

* ci: install ffmpeg on unix ci

* ci: run codegen prep before build

* ci: add libavutil to ubuntu dependencies

* ci: add libavutil-dev to ubuntu dependencies

* ci: dependencies

* ci: fix ubuntu dependencies

* ci: only build frontend with desktop

* ci: setup cmake and vcpkg for windows

* ci: install ffmpeg on windows

* ci: fix windows ffmpeg install

* ci: fix conditional windows ci commands

* ci: remove vcpkg from windows

* ci: optimizations

* ci: use custom rust cache version
2022-04-22 02:26:03 +08:00
Jamie Pine
90d398e720 upgrade to latest prisma-client-rust 2022-04-20 02:25:50 -07:00
Jamie Pine
470ceaffae interface has solo dev mode + made a lot of stuff work 2022-04-18 16:06:33 -07:00
Jamie Pine
6837fa608b mess pt.2 2022-04-17 11:44:50 -07:00
Jamie Pine
2b5f3f9de4 big explorer improvements 2022-04-12 15:31:17 -07:00
Oscar Beaumont
46f44b8061 fix: react-query working in production builds + fix Linux compilation issue 2022-04-09 02:19:27 +08:00
Jamie Pine
96ed81686b explorer upgrades
- file navigation works
- thumbnails display
2022-04-08 02:44:57 -07:00
Jamie Pine
9117f35a42 restructure project files layout 2022-03-31 17:41:17 -07:00
Oscar Beaumont
cb3791f3e0 Merge branch 'main' into main 2022-03-30 17:51:57 +08:00
Oscar Beaumont
d03fd03478 make UI follow Linux styling conventions on Linux 2022-03-30 17:46:52 +08:00
Jamie Pine
2d4a627c89 fix missing dependencies & revert color change 2022-03-30 02:37:03 -07:00
Jamie Pine
5d9318f7cb Merge pull request #5 from oscartbeaumont/main
add Cargo workspace & fix Prisma
2022-03-30 01:19:28 -07:00
Jamie Pine
8f566c3139 thumbnail generation beginings
- added basic webp thumbnail generation
- implmented as job (untested)
- changed primary color to some purple
- added errors to command/query
2022-03-30 01:18:02 -07:00
Oscar Beaumont
e4dce20cb8 add Cargo workspace & fix Prisma 2022-03-30 16:14:50 +08:00
Oscar Beaumont
7dfe950296 Linux support + upgrade prisma-client-rust 2022-03-29 22:02:54 +08:00
Jamie Pine
d84a41d01e added debounced event for query invalidation 2022-03-28 01:58:50 -07:00
Jamie Pine
328723e598 heavy updates to job system + sync data structures
- indexer is brokey
- added workers
2022-03-26 22:07:59 -07:00
Jamie Pine
54ac607921 big chungus
- job system functional
- altered file schema
- refactored core
- added internal messaging system
- commands hooked up to useMutation
2022-03-25 17:44:21 -07:00
Jamie Pine
98612ec5f3 job mod 2022-03-14 17:04:07 -07:00
Jamie Pine
2d7aa3919d - error handling
- resource types
2022-03-13 12:43:58 -07:00
Jamie Pine
4544b76537 return types working on useBridgeQuery
- added implimentation of SysGetLocation
2022-03-13 09:54:58 -07:00
Jamie Pine
55e754d24e wow, SEXY CORE
- corrected naming structure of Core/Client related enums
- Added CoreResource
- Created planned ClientCommands
- moved migrations out of mod.rs
- created useBridgeQuery
2022-03-13 03:50:40 -07:00
Jamie Pine
ec5877ed43 core as an externally managed insance, pretty clean 2022-03-12 12:06:09 -08:00
Jamie Pine
3049307afd better lib.rs, better keys 2022-03-12 11:12:01 -08:00
Jamie Pine
939857a955 react query working with Rust
- other stuff
2022-03-12 10:00:58 -08:00
Jamie Pine
1a35bb623f big 'ol dump 2022-03-11 10:27:55 -08:00
Jamie Pine
11662fa068 readme + tags on sidebar 2022-03-07 04:54:46 -08:00
Jamie Pine
ac5647b482 use lowercase 'd' in Spacedrive name
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-03-06 21:20:36 -08:00
Jamie Pine
d96289ecad ADD COOL ICON
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-03-06 21:14:30 -08:00
Jamie Pine
224c83d2ce fix prisma client codegen - again 2022-03-06 21:13:40 -08:00
Jamie Pine
229eee747c location error handling
- sets an example for how errors should be handled through out the core code
- few schema changes
- tinkering
2022-03-05 23:01:00 -08:00
Jamie Pine
d63d640889 migrated to pure rust volumes
- disabled swift native lib
2022-03-04 01:39:20 -08:00
Jamie
8c72c05599 remove 4 depricated ORMs 2022-03-03 16:06:30 -08:00
Jamie
0e97bb3e25 prisma on tha frontend ?? but how
how he do it

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-03-03 06:25:10 -08:00
Jamie
b5bce4eaac custom migrations LMAO
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-03-03 03:39:09 -08:00