Commit Graph

188 Commits

Author SHA1 Message Date
Jamie Pine
ce796eb1c5 (chore): added better loggin 2022-06-21 22:53:07 -07:00
Oscar Beaumont
9cdf87c00c fix @rpath/libswiftCore.dylib error + etc (#255)
update Tauri + fix `@rpath/libswiftCore.dylib` error + make Typechecks pass
2022-06-18 17:00:57 -07:00
Jamie Pine
69e09db158 Eng 142 fix interface hot reload (#252)
* fix interface hot reloading

* AppPropsContext exsiting in App.tsx was the issue :D

* type export fix
2022-06-18 01:35:51 -07:00
maxichrome
828ce48828 use concise import syntax for macOS theme-lock 2022-06-17 06:14:24 -05:00
maxichrome
fd0ce5cadd hotfix: don't import macOS app theme type in main script 2022-06-17 06:11:39 -05:00
maxichrome
bd4fb463b6 only use swift_rs on macOS in build script
missed this in #239, silly me
2022-06-17 06:06:45 -05:00
maxichrome
fa2585b7ed [macOS] native sidebar blur effect (#239)
* wip rust bindings

* wip rust bindings

* attempt raw objc for window blur -- still nothing

* some minor blurring success...

* Fix macOS sidebar blur

* darken sidebar

* lock to dark theme

* remove commented, unused window-blur lines

* remove xcode user state

* ADD SWIFT WINDOW CODE

* refactor: use swift window code

* remove stupid cas warning

* add webview swift util for reload

* remove objc and cocoa

* remove old unused swift build fix

* simplify swift package fn calls

* enumify app theme

* fix main content view not expanding

* fix sidebar folder item layout

* fix swift version requirement

* fix landing package json

* landing tweaks

* sidebar style tweaks for macOS

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-06-15 13:53:42 -07:00
Benjamin Akar
df74c9d133 New team page (#229)
* Wrote blog

* feat: implement new team page

* refactor: reusable link comp

* chore: update images

* perf: compress images

* refactor: update link

* refactor: update icons, remove white border in favor or rounded corners, add investors

* changes to roles

* team changes

* refactor: add a few changes

* style: slightly better styling

* update team images paths

* use proper image element

* update haris to match team style + keep constant

* improve team member styling

* use vite import pattern

* team tweaks

* fix brendan crop

* fix text and gradient color to match brand colors

* engineer not developer!!!

* add annoucement banner since this can not be merged until post annoucement anyway

* fade in stuff

* better copy

* better haris.jpg

* style: slight update to styling

* Update apps/landing/src/pages/team.tsx

* update my image

* chore: remove unused log

* Update team.tsx

* use incorp'd name everywhere

* update team credits

* hoist headings in credits

* consistent marketing copy in cargo

* fix types

* style tweaks

* blog updates

* blog title tweaks

* fix demo

* jj said lets round it up

Co-authored-by: Lu Hill <email@lewie.me>
Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: xPolar <50601857+xPolar@users.noreply.github.com>
2022-06-14 13:13:09 -07:00
Oscar Beaumont
d5aaa6dc65 fix pnpm desktop dev not working on Linux 2022-06-14 14:24:53 +08:00
maxichrome
d5abb4a654 Add compiler checks for dev tools in production 2022-06-11 19:12:13 -05:00
maxichrome
7b26334f57 use tauri pre-dev & pre-build commands 2022-06-10 21:55:53 -05:00
maxichrome
56f8e48870 add debug menu items 2022-06-10 21:55:25 -05:00
maxichrome
6e693f091e remove jeff menu item comments 2022-06-10 21:55:02 -05:00
maxichrome
4292ac177b extract custom menu 2022-06-10 21:54:50 -05:00
maxichrome
ca8910a7e4 remove linux menu (it's same as fallback) 2022-06-10 21:53:22 -05:00
Benjamin Akar
79cf0bbd2d fix: disappearing icons 2022-06-02 18:45:00 +02:00
Oscar Beaumont
52fd99bebe remove unused code + cleanup Rust imports 2022-05-30 22:26:59 +08:00
Oscar Beaumont
bd17602ae6 build(deps): update dependencies across workspace 2022-05-30 20:45:37 +08:00
maxichrome
6be3a757b5 Merge remote-tracking branch 'origin/main' into feature/eng-40-implement-context-menu 2022-05-29 16:11:53 -05:00
maxichrome
75ddc723d7 Merge branch 'main' into fix/windows-borders 2022-05-29 03:57:32 -05:00
maxichrome
d6d00f878c Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -05:00
Koding Dev
e907defd56 fix: windows - window borders 2022-05-29 17:12:59 +10:00
maxichrome
8148f5d744 fix desktop build 2022-05-28 04:44:17 -05:00
maxichrome
0d6384fa00 fix some types (why?! idk) 2022-05-27 02:58:36 -05:00
maxichrome
ff3f154490 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-26 03:22:36 -05:00
Oscar Beaumont
65f60c4b24 Update package.json license field to GPL-3.0-only (#184) 2022-05-24 14:00:01 -05:00
maxichrome
06fcce9704 Merge branch 'main' into jamie-unsorted-changes 2022-05-23 00:03:45 -05:00
maxichrome
85c1404542 Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome
2f14ff0b5f format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine
8d2fa5fba7 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
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
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
5f7e911c71 Merge remote-tracking branch 'origin/main' into jamie-unsorted-changes 2022-05-11 19:22:13 -07:00
maxichrome
db3b9da88b move focus event to JS with built-in events 2022-05-11 15:50:46 -05:00
Jamie Pine
e0cbb36a90 rename 2022-05-11 12:43:04 -07: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
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
maxichrome
1b8ae5d084 use native window controls on macOS 2022-05-11 01:59:03 -05:00
Jamie Pine
81fa5f8a2f much 2022-05-10 09:03:20 -07:00
Jamie Pine
ed4b13c8d5 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-05-04 02:12:21 -07:00
Jamie Pine
7c6bb151f3 add device dialog, fixed traffic light svgs, added icon prop to button 2022-05-04 02:12:20 -07:00
Yousef Abu-Salah
1d40056259 fix issue #79 (#94) 2022-05-03 21:26:03 -07:00
Brendan Allan
695874a9dc Merge pull request #46 from Brendonovich/new-ci
New CI
2022-05-01 17:37:45 +08:00
Koding Dev
545c727ed1 Made "Open data folder" button work 2022-05-01 17:25:52 +08:00