Commit Graph

107 Commits

Author SHA1 Message Date
maxichrome
4292ac177b extract custom menu 2022-06-10 21:54:50 -05:00
maxichrome
ca8910a7e4 remove linux menu (it's same as fallback) 2022-06-10 21:53:22 -05:00
Oscar Beaumont
52fd99bebe remove unused code + cleanup Rust imports 2022-05-30 22:26:59 +08:00
maxichrome
2f14ff0b5f format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine
8d2fa5fba7 deploy landing 2 (#151)
* use NO instead of `false` in toolbar init (#141)

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>

* condense cocoa YES/NO in titlebar code

* niceify some menu items

* Update README.md

* Update README.md

* Reorder steps

The steps:
- `$ cd spacedrive`
and
- For Linux or MacOS users run: `chmod +x ./.github/scripts/setup-system.sh && ./.github/scripts/setup-system.sh`
were backwards.

* add typo discussion as dedicated link on the issue page

* clearer message for typos issue option

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: he1d1 <email@lewie.me>
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
2022-05-12 17:13:36 -07:00
Jamie Pine
5f7e911c71 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -07:00
maxichrome
db3b9da88b move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
Jamie Pine
e0cbb36a90 rename 2022-05-11 12:43:04 -07: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
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
Oscar Beaumont
46f44b8061 fix: react-query working in production builds + fix Linux compilation issue 2022-04-09 02:19:27 +08: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
Jamie Pine
d84a41d01e added debounced event for query invalidation 2022-03-28 01:58:50 -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
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
d63d640889 migrated to pure rust volumes
- disabled swift native lib
2022-03-04 01:39:20 -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
Jamie
b34901d716 prepare for prisma integration
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-03-02 20:05:16 -08:00
Jamie
3eebe6cd56 - library creation flow complete
- library/client db records unique and tied to local state
- config remove unwrap
2022-03-01 02:26:11 -08:00
Jamie
57b9900574 small refactor 2022-02-27 02:24:09 -08:00
Jamie
f418e1c055 - tcp listener WIP
- better settings
2022-02-24 16:18:41 -08:00
Jamie
f27e97a101 just a bunch 'o stuff 2022-02-20 21:40:57 -08:00
Jamie
03702e0cd3 I MADE A SEXY FOLDER ICON 2021-12-31 04:30:41 -08:00
Jamie
feb5559f09 watcher working, readme 2021-12-29 03:25:13 -08:00
Jamie
0b64785f0c watcher, but its not working 2021-12-29 02:45:05 -08:00
Jamie
f940d78194 core events
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2021-12-28 02:20:00 -08:00
Jamie
75d6b1b810 streamed commands
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2021-12-28 01:17:36 -08:00