Commit graph

599 commits

Author SHA1 Message Date
xPolar ac44eeeced
Update apps/landing/src/pages/index.tsx
Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-05-27 21:50:11 -07:00
Polar 026b559d77 various grammar and typo fixes. 2022-05-27 14:54:56 -07:00
maxichrome ff0a750842
Merge pull request #192 from spacedriveapp/feature/eng-77-add-storybook
Add Storybook
2022-05-27 03:08:29 -05:00
maxichrome 16285ce7a6
fix some types (why?! idk) 2022-05-27 02:58:36 -05:00
maxichrome 96bc10c503
Trigger CI rerun 2022-05-27 02:50:09 -05:00
maxichrome fa47e96249
fix UI config file re-exports 2022-05-27 02:29:35 -05:00
maxichrome 8f97cae3fe
update storybook build command 2022-05-27 02:20:23 -05:00
maxichrome 24bf852068
add some demo stories 2022-05-27 02:20:14 -05:00
maxichrome 397c565b5b
add base storybook 2022-05-27 02:04:40 -05:00
Oscar Beaumont 01610e008e
Update package.json license field to GPL-3.0-only (#184) 2022-05-24 14:00:01 -05:00
maxichrome 4bd421d90c
fix format script config filename 2022-05-23 04:41:21 -05:00
maxichrome 2e8b1329f3
re-install deps 2022-05-23 04:32:00 -05:00
maxichrome 3ec740ce58
re-add controls to landing demo 2022-05-23 04:31:14 -05:00
maxichrome 56e95305df
make simulated window controls perfect 2022-05-23 04:30:38 -05:00
maxichrome 3eb81490ab
format interface package 2022-05-23 02:54:46 -05:00
maxichrome 50f761775f
fix prettier plugin loading 2022-05-23 02:53:53 -05:00
maxichrome f5e0666d11
Format existing code with new conventions 2022-05-22 23:24:43 -05:00
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