Commit Graph

86 Commits

Author SHA1 Message Date
Oscar Beaumont
6e0c944d2e remove unused code + cleanup Rust imports 2022-05-30 22:26:59 +08: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
75989d329f Merge branch 'main' into fix/windows-borders 2022-05-29 03:57:32 -05:00
Koding Dev
e670031b4e fix: windows - window borders 2022-05-29 17:12:59 +10:00
maxichrome
bed3be9d65 fix desktop build 2022-05-28 04:44:17 -05:00
maxichrome
f5e0666d11 Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome
a0d0938001 format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine
ce909836e9 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
maxichrome
21d31ac28c niceify some menu items 2022-05-11 23:45:38 -05:00
maxichrome
3ab242a8e4 condense cocoa YES/NO in titlebar code 2022-05-11 22:52:54 -05:00
maxichrome
7bd8708e3a use NO instead of false in toolbar init (#141)
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-11 19:38:09 -07:00
Jamie Pine
e7db951e18 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -07:00
maxichrome
f420bf4192 move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
Jamie Pine
969b4e8b5d rename 2022-05-11 12:43:04 -07:00
Jamie Pine
e88ae9d609 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 11:13:23 -07:00
Jamie Pine
09087202b5 commit 2022-05-11 11:12:35 -07:00
maxichrome
db312269ab Un-revert "fix up macOS fullscreen mode (kinda)"
This reverts commit b21df0e57f.
2022-05-11 13:03:31 -05:00
maxichrome
b21df0e57f Revert "fix up macOS fullscreen mode (kinda)"
This reverts commit 2283f6b01b.
2022-05-11 12:53:46 -05:00
maxichrome
2283f6b01b fix up macOS fullscreen mode (kinda) 2022-05-11 12:44:32 -05:00
maxichrome
c73c175cf0 WIP: fix up window styling 😩 2022-05-11 05:24:03 -05:00
maxichrome
0c16ffffa8 clean & split new window code 2022-05-11 02:27:39 -05:00
maxichrome
77a2888377 use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine
9870d58b35 much 2022-05-10 09:03:20 -07:00
Yousef Abu-Salah
593209f232 fix issue #79 (#94) 2022-05-03 21:26:03 -07:00
maxichrome
98dbceb90c update github repo url 2022-05-01 12:56:15 +08:00
Oscar Beaumont
d834fe3b2c feature gated p2p + update deps + pushed bindings 2022-04-27 17:22:26 +08:00
Jamie Pine
4d22008fbe improved scrollbars and landing mobile layout 2022-04-24 01:02:35 -07:00
Brendan Allan
a0086891de update icons 2022-04-22 16:59:25 +08:00
Brendan Allan
dde429f0a5 windows icon 2022-04-22 15:46:06 +08:00
Brendan Allan
8a91e2f05d 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
5c08c211ca upgrade to latest prisma-client-rust 2022-04-20 02:25:50 -07:00
Jamie Pine
bc3a35fa8f interface has solo dev mode + made a lot of stuff work 2022-04-18 16:06:33 -07:00
Jamie Pine
0695403a6f mess pt.2 2022-04-17 11:44:50 -07:00
Jamie Pine
61a251c000 big explorer improvements 2022-04-12 15:31:17 -07:00
Oscar Beaumont
af9d435086 fix: react-query working in production builds + fix Linux compilation issue 2022-04-09 02:19:27 +08:00
Jamie Pine
118a35835a explorer upgrades
- file navigation works
- thumbnails display
2022-04-08 02:44:57 -07:00
Jamie Pine
b121f0fed6 restructure project files layout 2022-03-31 17:41:17 -07:00
Oscar Beaumont
89adf728fd Merge branch 'main' into main 2022-03-30 17:51:57 +08:00
Oscar Beaumont
9b3e22168d make UI follow Linux styling conventions on Linux 2022-03-30 17:46:52 +08:00
Jamie Pine
f635dea04f fix missing dependencies & revert color change 2022-03-30 02:37:03 -07:00
Jamie Pine
b7dc0b0442 Merge pull request #5 from oscartbeaumont/main
add Cargo workspace & fix Prisma
2022-03-30 01:19:28 -07:00
Jamie Pine
f0ca722a56 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
417e2bda1a add Cargo workspace & fix Prisma 2022-03-30 16:14:50 +08:00
Oscar Beaumont
7beee9ab8c Linux support + upgrade prisma-client-rust 2022-03-29 22:02:54 +08:00
Jamie Pine
fc4f30dd22 added debounced event for query invalidation 2022-03-28 01:58:50 -07:00
Jamie Pine
80369e005c heavy updates to job system + sync data structures
- indexer is brokey
- added workers
2022-03-26 22:07:59 -07:00
Jamie Pine
aadb3d94a8 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
031818e2d8 job mod 2022-03-14 17:04:07 -07:00
Jamie Pine
3ab8c29e20 - error handling
- resource types
2022-03-13 12:43:58 -07:00
Jamie Pine
b11cc71f00 return types working on useBridgeQuery
- added implimentation of SysGetLocation
2022-03-13 09:54:58 -07:00