Commit Graph

148 Commits

Author SHA1 Message Date
Benjamin Akar
ac7d747671 fix: disappearing icons 2022-06-02 18:45:00 +02:00
Oscar Beaumont
6e0c944d2e remove unused code + cleanup Rust imports 2022-05-30 22:26:59 +08:00
Oscar Beaumont
562efe3c6b build(deps): update dependencies across workspace 2022-05-30 20:45:37 +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
maxichrome
aa0fb6c2d1 Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -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
16285ce7a6 fix some types (why?! idk) 2022-05-27 02:58:36 -05:00
maxichrome
59bc2ee9db Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-26 03:22:36 -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
1918869ad0 Merge branch 'main' into jamie-unsorted-changes 2022-05-23 00:03:45 -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
Brendan Allan
9ad71a2d66 Merge pull request #46 from Brendonovich/new-ci
New CI
2022-05-01 17:37:45 +08:00
Koding Dev
709f71d74b Made "Open data folder" button work 2022-05-01 17:25:52 +08:00
maxichrome
98dbceb90c update github repo url 2022-05-01 12:56:15 +08:00
Brendan Allan
2820a94079 update deps 2022-05-01 12:48:56 +08:00
Brendan Allan
c9e76e9a7a tsconfig refactor 2022-05-01 12:17:55 +08:00
Brendan Allan
a8c136897d Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:38:07 +08:00
Brendan Allan
b03f3ddf5a Merge remote-tracking branch 'upstream/main' into new-ci 2022-05-01 09:36:12 +08:00
Koding
a4637ca48b fix: icon colors in file explorer (#56)
* Fix icon colors

* readme update

* Fix builds on M1 (#54)

* fix: minor code cleanup

Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: Syntax <2079305+TheUltDev@users.noreply.github.com>
2022-04-28 20:40:18 -07:00
Jamie Pine
eee8efb99a added semi functional statistics, working macos traffic lights 2022-04-27 19:15:55 -07:00
Jamie Pine
1a6fabbd7d configurable router type 2022-04-27 13:40:19 -07:00
Oscar Beaumont
d834fe3b2c feature gated p2p + update deps + pushed bindings 2022-04-27 17:22:26 +08:00
Jamie Pine
7f06af395e fix scroll 2022-04-26 00:40:57 -07:00
Harry Hopkinson
d7cbba7a12 Linted Files according to the .prettierrc. 2022-04-24 21:16:55 +01:00
Oscar Beaumont
4263fca88b Merge branch 'main' into main 2022-04-24 16:06:40 +08:00
Jamie Pine
4d22008fbe improved scrollbars and landing mobile layout 2022-04-24 01:02:35 -07:00
Oscar Beaumont
a8696d8faa @sd/server in Docker and deploy to Kubernetes 2022-04-24 14:55:20 +08:00
Brendan Allan
e8e9171433 ci: add dist/.placeholder 2022-04-24 01:17:54 +08:00
Brendan Allan
3f8867fc14 new ci 2022-04-22 18:21:18 +08:00
Brendan Allan
a0086891de update icons 2022-04-22 16:59:25 +08:00