Commit Graph

235 Commits

Author SHA1 Message Date
Jamie Pine
985fca07b1 remove banner (#212) 2022-06-01 18:38:16 -07:00
xPolar
786b137651 Fix Discord Embed (#211)
* fix discord embed

* key -> name
2022-06-01 16:33:05 -07: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
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
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
maxichrome
a9d2bf32a1 Merge branch 'jamie-unsorted-changes' of github.com:spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-24 23:18:19 -05:00
maxichrome
2e4829bb14 make new banner parametric + accessible 2022-05-24 22:24:26 -05:00
Jamie Pine
74610ba1f2 Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-24 15:53:15 -07:00
Jamie Pine
d7541ee4b1 tweaks to email waitlist 2022-05-24 15:51:56 -07:00
Oscar Beaumont
c98b5da352 added backend to waitlist form 2022-05-25 06:14:44 +08:00
Jamie Pine
4fe8e26266 waitlist ui 2022-05-24 13:46:00 -07:00
Jamie Pine
d7ad8ce847 blog link + style tweaks 2022-05-24 12:34:17 -07:00
Benjamin Akar
f2d83cd590 fix typo 2022-05-24 21:17:52 +02:00
Oscar Beaumont
01610e008e Update package.json license field to GPL-3.0-only (#184) 2022-05-24 14:00:01 -05:00
Jamie Pine
6f04854daa visualizer 2022-05-23 11:56:38 -07:00
Jamie Pine
4ae000028c Merge branch 'jamie-unsorted-changes' of https://github.com/spacedriveapp/spacedrive into jamie-unsorted-changes 2022-05-23 03:19:24 -07:00
Jamie Pine
8356f39737 landing prep 2022-05-23 03:16:23 -07:00
maxichrome
84827b1f9e Merge branch 'main' into jamie-unsorted-changes 2022-05-23 04:40:50 -05:00
maxichrome
3ec740ce58 re-add controls to landing demo 2022-05-23 04:31:14 -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
668ebdad01 deploy landing 2022-05-19 04:38:56 -07:00
he1d1
d0d483a608 Don't show app preview on mobile (#166)
* Return `null` if using mobile.
2022-05-19 05:45:37 -05:00
Jamie Pine
22e4ddb068 fix bloom 2022-05-12 18:23:24 -07:00
Jamie Pine
bd55387377 landing 2022-05-12 18:11:06 -07: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
Jamie Pine
2a5fd305b1 improvements to landing + ui + rust stuff 2022-05-12 17:10:23 -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