Commit graph

774 commits

Author SHA1 Message Date
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
Jamie Pine dd518b914f add name to jobs 2022-05-11 20:09:25 -07: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 fbe07fa3f1 sidebar position 2022-05-11 19:35:20 -07:00
Jamie Pine e7db951e18 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -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
Jamie Pine 2306670411 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-11 12:45:36 -07:00
Jamie Pine 969b4e8b5d rename 2022-05-11 12:43:04 -07: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
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 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
Jamie Pine 5ae0180f3a Merge branch 'main' into jamie-unsorted-changes 2022-05-11 00:00:54 -07:00
maxichrome 77a2888377
use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine 46f186fe37 fix types & stats render 2022-05-10 21:11:56 -07: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
Jamie Pine 9870d58b35 much 2022-05-10 09:03:20 -07: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
maxichrome 59a1012ab3
Merge pull request #55 from ryanhaticus/main
Accessibility improvements
2022-05-07 21:00:42 -05:00
maxichrome 65953eec5c
fix button icon type...
can't replicate this error when tsc'ing locally
2022-05-07 20:47:25 -05:00
maxichrome 4289fd3aad
Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main 2022-05-07 20:44:17 -05:00
maxichrome 759cbdcef9
fix button build (I hope) 2022-05-07 20:37:39 -05:00
matt 8ea2dcc727
make directories not have extensions (#83)
* fix: #78

* Update core/src/file/indexer/scan.rs

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

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-05-06 20:12:18 -07:00
matt 626fb02035
fix scrolling on debug/content/settings screens (#91)
* fix scrolling on debug screen

* fix on content/settings screens too
2022-05-06 20:09:47 -07:00
Brendan Allan cf20bdcc2f
Merge pull request #120 from Chroxify/fix-constributing.md-links
fix issue form link and Labels link
2022-05-06 07:46:39 +08:00
Brendan Allan a586152918
Merge branch 'main' into fix-constributing.md-links 2022-05-06 07:46:32 +08:00