Commit graph

582 commits

Author SHA1 Message Date
maxichrome 0b7a7c05d1
use TABS!!! 2022-05-22 22:42:14 -05:00
maxichrome 419d487edf
Update donation language to Open Collective (#165)
* update to open collective and link twitch

* Remove Twitch link

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-22 21:36:05 -05:00
Brendan Allan 1844a488dd
Merge pull request #172 from spacedriveapp/remove-rust-cosmetic-opts
Remvoe rust-analyzer cosmetic options
2022-05-23 10:32:58 +08:00
Brendan Allan 57f6c82f0b
Merge branch 'main' into remove-rust-cosmetic-opts 2022-05-23 10:32:53 +08:00
maxichrome f77f21c19a
remove outdated rust-analyzer option 2022-05-20 19:06:25 -05:00
maxichrome 8857ffbe67
remove rust-analyzer display options 2022-05-20 19:00:46 -05:00
maxichrome 92f7bd769c
update rust-analyzer option names 2022-05-20 18:59:20 -05:00
he1d1 d0d483a608
Don't show app preview on mobile (#166)
* Return `null` if using mobile.
2022-05-19 05:45:37 -05:00
maxichrome 17f9db3ba8
Add code owners (#164)
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-19 01:28:48 -05:00
Oscar Beaumont 82f219f71b
Merge pull request #130 from CodePurble/arch-setup
Add Arch Linux commands to setup script
2022-05-19 14:13:36 +08:00
Brendan Allan cf5b1acae2
Merge pull request #153 from Harry-Hopkinson/update-typescript-ci
Change pnpm -r exec tsc to pnpm typecheck
2022-05-19 09:58:17 +08:00
Harry Hopkinson 5ed2b4a7f8
Change pnpm -r exec tsc to pnpm typecheck 2022-05-15 10:35:12 +01:00
Jamie Pine cbc3e57e70
update todo 2022-05-14 03:47:09 -07:00
Abhinav A fdeaaa8086
Remove chmod from CONTRIBUTING.md (#152) 2022-05-13 17:52:22 -05:00
Harry Hopkinson 8765f420b7
Add a type-check script (#149)
* Implement a typecheck script for typescript work.

* remove typescript as root dependency

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-12 21:02:23 -05:00
maxichrome 77b37ae431
Merge pull request #144 from Harry-Hopkinson/varients-to-variants
Change ```Varients``` to ```Variants```.
2022-05-12 20:56:10 -05:00
Oscar Beaumont 0298cbdeac
clearer message for typos issue option 2022-05-13 00:34:01 +08:00
Oscar Beaumont 64d1671892
add typo discussion as dedicated link on the issue page 2022-05-13 00:30:08 +08:00
Oscar Beaumont 1531e8a041
Merge pull request #146 from he1d1/patch-1
Reorder steps
2022-05-12 23:41:33 +08:00
he1d1 d472d8f591
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.
2022-05-12 09:48:39 +01:00
Harry Hopkinson e59a492631 Change ``Varients` to `Variants``. 2022-05-12 07:36:48 +01:00
Jamie Pine ce058ab49c
Update README.md 2022-05-11 22:07:15 -07:00
Jamie Pine 34ebbf4364
Update README.md 2022-05-11 22:06:04 -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
maxichrome 1849997201
only import window type extensions at TS compile time 2022-05-11 18:43:09 -05:00
maxichrome 82d881f682
clean client provider types & App.tsx imports 2022-05-11 18:32:58 -05:00
maxichrome f420bf4192
move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
maxichrome f6bee3c119
re-add macOS rounding for border consistency 2022-05-11 14:28:40 -05:00
maxichrome 359a1a9ab8
Merge pull request #137 from krumware/patch-1
Simple update to Tauri guide url
2022-05-11 14:04:16 -05: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 0c015e64b2
Merge remote-tracking branch 'origin/main' into fix-macos-styling 2022-05-11 12:43:27 -05:00
Colin Griffin a2a8e960f2
update tauri guide url 2022-05-11 09:55:06 -04:00
Brendan Allan 63c040365d
Merge pull request #109 from Brendonovich/ci-fix
CI fix
2022-05-11 20:07:17 +08: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
maxichrome fa188a19dc
Merge branch '132-fix-toggle-logic' 2022-05-10 23:09:02 -05:00
maxichrome 7cdf93d33f
make Toggle onChange prop optional 2022-05-10 23:08:39 -05:00
maxichrome 9579cb5b39
Merge pull request #133 from spacedriveapp/132-fix-toggle-logic
extract experimental toggle change logic
2022-05-10 22:47:28 -05:00
maxichrome 8308eb5e3c
fix "Encrypt on cloud" toggle 2022-05-10 15:53:41 -05:00
maxichrome 76aca8ae7c
extract experimental toggle change logic 2022-05-10 11:39:29 -05:00
maxichrome ace2d1fa43
Merge pull request #131 from abhnva/main
Fixed website hyperlink
2022-05-10 02:36:19 -05:00
maxichrome 423c9063d4
update all other instances of .app 2022-05-10 02:34:19 -05:00
Abhinav A 8d961c5d95
Update README.md 2022-05-10 12:23:24 +05:30
Abhinav A 63613f6f95
Update README.md 2022-05-10 12:23:02 +05:30
Ramprakash C 12e58163cc add Arch Linux commands to setup script (#77) 2022-05-09 12:28:28 +05:30