Jamie Pine
b1a7094b53
Merge branch 'spacedriveapp:main' into main
2022-05-12 17:11:07 -07:00
Jamie Pine
4a6f53530a
improvements to landing + ui + rust stuff
2022-05-12 17:10:23 -07:00
Jamie Pine
b6b426948f
Merge pull request #3 from spacedriveapp/jamie-unsorted-changes
2022-05-12 15:39:03 -07:00
Oscar Beaumont
9fe1a35fb0
clearer message for typos issue option
2022-05-13 00:34:01 +08:00
Oscar Beaumont
8caf29696d
add typo discussion as dedicated link on the issue page
2022-05-13 00:30:08 +08:00
Oscar Beaumont
822088b177
Merge pull request #146 from he1d1/patch-1
...
Reorder steps
2022-05-12 23:41:33 +08:00
he1d1
060e0109cc
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
d7bb153f3f
Change ``Varients` to `Variants``.
2022-05-12 07:36:48 +01:00
Jamie Pine
186e88074d
Update README.md
2022-05-11 22:07:15 -07:00
Jamie Pine
f173756054
Update README.md
2022-05-11 22:06:04 -07:00
maxichrome
42f8d4bbb5
niceify some menu items
2022-05-11 23:45:38 -05:00
maxichrome
9d6857f13c
condense cocoa YES/NO in titlebar code
2022-05-11 22:52:54 -05:00
Jamie Pine
694b7e0bdd
add name to jobs
2022-05-11 20:09:25 -07:00
maxichrome
c4810e224f
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
eb6e7ce5f1
sidebar position
2022-05-11 19:35:20 -07:00
Jamie Pine
5f7e911c71
Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes
2022-05-11 19:22:13 -07:00
maxichrome
4f0532ae4d
only import window type extensions at TS compile time
2022-05-11 18:43:09 -05:00
maxichrome
b4dac7693d
clean client provider types & App.tsx imports
2022-05-11 18:32:58 -05:00
maxichrome
db3b9da88b
move focus event to JS with built-in events
2022-05-11 15:50:46 -05:00
Jamie Pine
9a9bfe9281
Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes
2022-05-11 12:45:36 -07:00
Jamie Pine
e0cbb36a90
rename
2022-05-11 12:43:04 -07:00
maxichrome
405532637b
re-add macOS rounding for border consistency
2022-05-11 14:28:40 -05:00
maxichrome
eb7b348c6a
Merge pull request #137 from krumware/patch-1
...
Simple update to Tauri guide url
2022-05-11 14:04:16 -05: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
db5ca8a3ce
Merge remote-tracking branch 'origin/main' into fix-macos-styling
2022-05-11 12:43:27 -05:00
Colin Griffin
1f5e552497
update tauri guide url
2022-05-11 09:55:06 -04:00
Brendan Allan
81579a456b
Merge pull request #109 from Brendonovich/ci-fix
...
CI fix
2022-05-11 20:07:17 +08: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
Jamie Pine
6072a538d7
Merge branch 'main' into jamie-unsorted-changes
2022-05-11 00:00:54 -07:00
maxichrome
1b8ae5d084
use native window controls on macOS
2022-05-11 01:59:03 -05:00
Jamie Pine
75f1831abd
fix types & stats render
2022-05-10 21:11:56 -07:00
maxichrome
28880c3638
Merge branch '132-fix-toggle-logic'
2022-05-10 23:09:02 -05:00
maxichrome
a89b706099
make Toggle onChange prop optional
2022-05-10 23:08:39 -05:00
maxichrome
a85ece7943
Merge pull request #133 from spacedriveapp/132-fix-toggle-logic
...
extract experimental toggle change logic
2022-05-10 22:47:28 -05:00
maxichrome
c87930b97e
fix "Encrypt on cloud" toggle
2022-05-10 15:53:41 -05:00
maxichrome
cc2c9a19c9
extract experimental toggle change logic
2022-05-10 11:39:29 -05:00
Jamie Pine
81fa5f8a2f
much
2022-05-10 09:03:20 -07:00
maxichrome
0b04a6c93a
Merge pull request #131 from abhnva/main
...
Fixed website hyperlink
2022-05-10 02:36:19 -05:00
maxichrome
690b2154e9
update all other instances of .app
2022-05-10 02:34:19 -05:00
Abhinav A
959ddb22a3
Update README.md
2022-05-10 12:23:24 +05:30
Abhinav A
e16ab59a89
Update README.md
2022-05-10 12:23:02 +05:30
Ramprakash C
92cfc9e7a4
add Arch Linux commands to setup script ( #77 )
2022-05-09 12:28:28 +05:30
maxichrome
99938128bc
Merge pull request #55 from ryanhaticus/main
...
Accessibility improvements
2022-05-07 21:00:42 -05:00
maxichrome
f2c398693e
fix button icon type...
...
can't replicate this error when tsc'ing locally
2022-05-07 20:47:25 -05:00
maxichrome
13e0eab4d2
Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main
2022-05-07 20:44:17 -05:00