Commit graph

514 commits

Author SHA1 Message Date
Jamie Pine 86863b6d73
Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-08-08 18:35:04 -07:00
Oscar Beaumont 90eba053f4 fix landing page 2022-08-08 12:22:05 +08:00
Jamie Pine 9583efb6d9
(fix) add new team members 2022-08-06 20:14:13 -07:00
Oscar Beaumont ea92af57f8
Move Rust backend to rspc (#345)
* move Rust backend to rspc

* move server to Axum + remove parts of old bridge

* move frontend over to @rspc/client

* move core to rspc + update deps

* fix Typescript errors + upgrade deps

* document invalidate_query! macro

* general cleanup + upgrade to PCR 0.6.0

* prisma error handling

* upgrade to rspc 0.0.4

* update vite-plugin-ssr

* fix typescript

* fix builds

* put landing page app name back

* hardcode ffmpeg version on Windows

* rename 'command' to 'mutation' to line up with react-query terminology

* upgrade rspc to v0.0.5 + fix types

* use shared ffmpeg binaries

* general Typescript cleanup

* fix clippy workflow failing due to tauri proc-macro

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-08-03 08:36:03 -07:00
Ericson "Fogo" Soares 85e5eec993
Resumable Jobs + Lefthook Integration (#344)
* Introducing Lefthook for git hooks automation
* TypeScript typechecking and linting
* Rust formatting and linting
* Spellchecking (also corrected spell errors in some files)
* Check links in md files

* Introducing resumable jobs
* Abstractions to pause and resume jobs automatically when application exits and is started
* Changing database to use Bytes for UUID fields
* Changing uuid fields on core to use uuid::Uuid instead of String
* Updating some dependencies and introducing msg_pack serialization to save job state on database

* Fixing some clippy warnings

* Fixing a regression introduced on identifier job, doing too much db accesses concurrently
2022-07-27 00:06:34 -07:00
maxichrome bc90610d1a refactor careers for when no positions open 2022-07-18 06:46:32 -05:00
Jamie Pine 9961c49759
Bunch 'O Features (#336)
* CRUD for tags.

* Implement tags query in open.rs and make some changes to CRUD.

* Tag update.

* Hopefully working get tags.

* added node config + spaces schema

* add missing routes

* begin tag ui

* renaming query names to better fit convention

* tags progress

* tag edit

* fix delete tag description

Co-authored-by: xPolar <polar@polar.blue>
2022-07-17 20:45:04 -07:00
Oscar Beaumont d7794bad4e make the Socket have named fields for clarity 2022-07-12 19:33:04 +08:00
Oscar Beaumont 7e9d036aee allow events to work from web 2022-07-11 16:38:02 +08:00
Oscar Beaumont 982bc40b66
Merge pull request #323 from he1d1/main
Client tries to reconnect when sockets close
2022-07-11 13:03:55 +08:00
Oscar Beaumont bcdcacf0e5
Merge pull request #321 from voletro/main
Rewrite of setup-system.ps1 for Windows development setup
2022-07-11 11:41:28 +08:00
Oscar Beaumont c685ce5fe9
Library manager (#258) 2022-07-10 19:05:24 -07:00
Oscar Beaumont 2e0767bcf2 reconnect websocket on web - with jitter & exponential backoff 2022-07-09 16:12:51 +08:00
RockBacon9922 13584d74dd RevertChanges2 2022-07-07 21:50:14 +01:00
RockBacon9922 3ee1e704e1 revert changes 2022-07-07 21:48:56 +01:00
RockBacon9922 a5e4578437 updated shell and added build-mac 2022-07-07 17:53:50 +00:00
Oscar Beaumont d1068f4f0f
fix Tauri Appimage icon 2022-07-07 12:50:43 +08:00
he1d1 f238d130d9
Client tries to reconnect when sockets close 2022-07-03 13:52:29 +01:00
maxichrome 51cf523013
boilerplate for settings menu item 2022-06-27 12:02:23 -05:00
Jamie Pine 2cc3f3d95d
Location Settings (#302)
* Delete locations

+ Show online status

* style tweaks

* tweaks

* location rescan button

* fix location delete db locking bug

* opting to remove self referencial relation on file_path

* correct query

* consolodate migration

* consolodate migrations
2022-06-24 06:26:45 -07:00
he1d1 020ee02a7f
Removed unused file posts.ts (#249) 2022-06-23 00:48:15 -07:00
Andre c9ee31c064
Fix LandingPage ENG-140, ENG-186 (#296)
Update Major Fixes

- Create a better mobile View for the
   Desktop App Image.
- Changed to Badge to be
   automatically refreshed when new
   Jobs added, or Jobs opportunities
   removed.
- Extend the Tailwind config.
- Fixing the Image bug on the
   LandingPage.
2022-06-23 00:46:27 -07:00
Jamie Pine d11b9d0f15 (chore): added better loggin 2022-06-21 22:53:07 -07:00
Hesham Abourgheba 6332e755f9
fix(landing): hide horizontal scroll (#267) 2022-06-21 08:47:52 -07:00
CreatingBytes 263099571e Update TeamMember.tsx
Set the margin to auto on the div container for the social links on the Teammember page.
2022-06-20 21:24:29 +02:00
Jamie Pine af55f8d72d rasterize bloom :D 2022-06-20 03:29:18 -07:00
Jamie Pine 0e2c2aea01 remove bloom, network dev server 2022-06-20 01:34:27 -07:00
Oscar Beaumont f8de1a81bf
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
matt 48c61e6043
Made the open positions header appear in view (#251) 2022-06-18 01:45:47 -07:00
Jamie Pine 6978928db9
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 c0184ec9f0
use concise import syntax for macOS theme-lock 2022-06-17 06:14:24 -05:00
maxichrome 84d8648b1a
hotfix: don't import macOS app theme type in main script 2022-06-17 06:11:39 -05:00
maxichrome 52fe17cb89
only use swift_rs on macOS in build script
missed this in #239, silly me
2022-06-17 06:06:45 -05:00
Jamie Pine f71911258c (fix) landing: sorry vijay!!!!! D: 2022-06-16 15:34:15 -07:00
Oscar Beaumont e3f55943ff
re-enable waitlist form on landing page 2022-06-16 22:19:33 +08:00
Jamie Pine 4e76a94db5
Add Careers Page (#247)
* added and basically finished careers page

* fix blur animation + blog fade in

* bloom tweaks

* big boy landing style tweaks

* fix og description

* fix port & footer links

* bring back bubbles >:(

* slight adjustment to numbers

* fix image path resolution

* update pnpm-lock

* added id tag + sidebar tweak

* un-haden new banner

* fix padding on mobile landing index

* disable page bloom on firefox since it cant render blur

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-06-16 05:34:04 -07:00
Jamie Pine e72f236d67 (fix) landing: links on blog open new tab 2022-06-15 20:25:29 -07:00
Jamie Pine bdd87907b3 (fix) landing: style tweaks 2022-06-15 15:29:31 -07:00
Jamie Pine 3aeb59ec43 (fix) landing: blog open graph 2022-06-15 15:17:14 -07:00
Jamie Pine 6f34ca4652 (fix) landing: react helmet 2022-06-15 15:06:08 -07:00
Jamie Pine 021c19a0b2 (fix) landing: navbar changes + blog og tag support 2022-06-15 14:14:32 -07:00
maxichrome 498da6a73e
[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
Oscar Beaumont d7c070b7cb
Static Generate Landing (#245)
* 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

* vite-plugin-ssr & ssg

* delete old landing + prerender

* don't use vite-plugin-vercel

* make deploy.sh executable

* add ncc

* treat as static site

Co-authored-by: Lu Hill <email@lewie.me>
Co-authored-by: Benjamin Akar <benjaminakar2001@gmail.com>
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 16:54:15 -07:00
Benjamin Akar 6a9f3f05d5
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 015d5e47f2
fix pnpm desktop dev not working on Linux 2022-06-14 14:24:53 +08:00
maxichrome 56fa6def8f
Add compiler checks for dev tools in production 2022-06-11 19:12:13 -05:00
maxichrome 6455c54081
Add debug menu items (Merge pull request #233)
Add debug menu items
2022-06-11 19:00:43 -05:00
xPolar 6bb92d3d5f
Fix contributing link. (#235)
* Fix contributing link.

* Remove developer folder in docs.

Co-authored-by: xPolar <contact@polar.blue>
2022-06-11 16:37:32 -07:00
maxichrome 73fc53383c
Hotfix: only use bright pink color for embeds (#234)
only use BRIGHT PINK theme for embeds

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-06-10 22:47:52 -05:00
maxichrome 07992077cb
use tauri pre-dev & pre-build commands 2022-06-10 21:55:53 -05:00
maxichrome 099d4a5ba6
add debug menu items 2022-06-10 21:55:25 -05:00
maxichrome 9eac4eb968
remove jeff menu item comments 2022-06-10 21:55:02 -05:00
maxichrome f0f75a8b02
extract custom menu 2022-06-10 21:54:50 -05:00
maxichrome 7cd5d6abe1
remove linux menu (it's same as fallback) 2022-06-10 21:53:22 -05:00
Sreecharan 85289a6104
Fix blog link in footer (#228)
* fix blog link in footer

* Remove trailing slash in blog link

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-06-08 16:48:14 -05:00
xPolar 3d26e0976d
Remove jobs tab from landing (#227)
* Remove jobs tab from landing
* Remove jobs link entirely

Co-authored-by: xPolar <contact@polar.blue>
Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
2022-06-07 17:50:48 -05:00
Benjamin Akar 5e592682a9 refactor: remove unnecessary log 2022-06-04 17:34:06 +02:00
Benjamin Akar ea8c12399d fix: remove 2022-06-04 17:27:28 +02:00
Benjamin Akar 434b196100 fix: incorrect env vars 2022-06-04 17:23:04 +02:00
Benjamin Akar e25ed59b70
Revert "Revert "Eng 125 implement waitlist on landing page"" 2022-06-04 17:08:12 +02:00
maxichrome b4fe84bc24
Revert "Eng 125 implement waitlist on landing page" 2022-06-04 10:02:34 -05:00
maxichrome bcdb2dd5e8
Merge pull request #223 from spacedriveapp/eng-125-implement-waitlist-on-landing-page
Implement waitlist on landing page
2022-06-04 09:54:55 -05:00
Benjamin Akar 5e3f950bd0 refactor: remove unused vars 2022-06-04 16:40:53 +02:00
Benjamin Akar 8b0c0f1010 perf: add react-hook-form to reduce re-renders 2022-06-04 16:39:44 +02:00
Benjamin Akar 3bd7b63028 refactor: switch from process.env to import.meta.env 2022-06-04 16:18:10 +02:00
Benjamin Akar 11e4a5d963 build: solve incorrect path 2022-06-04 16:07:59 +02:00
Benjamin Akar 8aeff222b9 refactor: remove unused code 2022-06-04 16:03:28 +02:00
Benjamin Akar 53cba7a225 refactor: move alert and info to svgr 2022-06-04 15:54:38 +02:00
Benjamin Akar afbe8a60a8 refactor: moved svg to own file and import using svgr 2022-06-04 15:42:55 +02:00
Benjamin Akar 0d71e1f613 chore: add env vars for local dev 2022-06-04 12:14:28 +02:00
Benjamin Akar 8fdcb0c1a4 chore: implement unsubscribe from waitlist on landing 2022-06-04 11:40:40 +02:00
Benjamin Akar 409ebc0acd chore: remove radix from landing 2022-06-04 10:59:20 +02:00
Benjamin Akar c8af4f3f4e feat: implement waitlist 2022-06-04 10:58:11 +02:00
Jamie Pine 46ee0bb8cb Revert "Fix for CSS animation lag (#218)"
This reverts commit a35000a577.
2022-06-03 20:15:45 -07:00
Benjamin Akar f5c239da4d
Merge pull request #220 from spacedriveapp/eng-83-disappearing-folder-icons
fix: disappearing icons
2022-06-03 10:49:32 +02:00
Benjamin Akar a937d1c463 chore: componentize folder img icons 2022-06-03 09:29:04 +02:00
Benjamin Akar ac7d747671 fix: disappearing icons 2022-06-02 18:45:00 +02:00
사무엘 a35000a577
Fix for CSS animation lag (#218)
Fixed the lag with css
2022-06-02 00:51:01 -07:00
xPolar 3261a0951a
remove waitlist (#213) 2022-06-01 20:05:22 -07:00
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
Jamie Pine 9870d58b35 much 2022-05-10 09:03:20 -07:00
maxichrome 4289fd3aad
Merge branch 'main' of github.com:spacedriveapp/spacedrive into ryanhaticus/main 2022-05-07 20:44:17 -05:00
matt 3de127535f
make footer social icons FooterLinks (#84)
* make footer social icons `FooterLink`s

* no any

* fix outdated github links
2022-05-04 11:14:21 -07:00
Jamie Pine 6fb727bd2c Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-05-04 02:12:21 -07:00
Jamie Pine 0a52b22f93 add device dialog, fixed traffic light svgs, added icon prop to button 2022-05-04 02:12:20 -07:00
Yousef Abu-Salah 593209f232
fix issue #79 (#94) 2022-05-03 21:26:03 -07:00
maxichrome e3f4241976
Merge branch 'main' into ryanhaticus/main 2022-05-02 18:53:42 -05:00
maxichrome fbc3f97c10 use button links elsewhere 2022-05-01 10:11:42 -05:00
maxichrome 21d8752cfa condense a11y content link 2022-05-01 09:52:41 -05: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
Ryan Huellen ba4b708b64 Altered accessibiltiy improvements 2022-04-28 20:53:40 -05:00
Ryan Huellen 41e480909c Accessibility improvements 2022-04-28 20:45:20 -05:00
Jamie Pine eee8efb99a added semi functional statistics, working macos traffic lights 2022-04-27 19:15:55 -07:00
Jamie Pine fb2c7f1d4a fix memory router 2022-04-27 17:06:17 -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 aa55027089 fix render bug 2022-04-26 19:01:04 -07:00
Jamie Pine 479a201fcf clear timeout 2022-04-26 18:51:50 -07:00
Jamie Pine 4ae2f9d06b mobile layout fix + live demo timeout 2022-04-26 18:47:31 -07:00
Jamie Pine b7b0ec3e16 interfont 2022-04-26 18:14:39 -07:00
Jamie Pine 8d1a0079e8 better app embed loading 2022-04-26 16:44:08 -07:00
Jamie Pine 6341fcf9d9 landing resize switch app preview to png on mobile 2022-04-26 10:00:54 -07:00
Jamie Pine 7f06af395e fix scroll 2022-04-26 00:40:57 -07:00
Jamie Pine 3133172fe0 add vercel rewrite for sub paths 2022-04-25 23:22:08 -07:00
Jamie Pine 5bf08e0199 test deploy, commit core ts bindings 2022-04-25 22:45:48 -07:00
Jamie Pine 5330767860 fix build command 2022-04-25 22:40:51 -07:00
Jamie Pine d9026074be fix footer + another attempt at web deploy 2022-04-25 21:49:31 -07:00
Jamie Pine 649914ec41 potential fix for web deploy 2022-04-25 21:27:48 -07:00
Jamie Pine df08e56b6b web build + overview tweaks 2022-04-25 20:30:40 -07:00
Jamie Pine ac5510c12d visual tweaks to new ui 2022-04-25 18:01:00 -07:00
Jamie Pine 0d07f539a7 landing tweaks 2022-04-25 13:00:05 -07:00
Jamie Pine 28e56f21f4 move dropdown to ui, added dropdown for landing mobile nav, fixed dropdown truncate on app sidebar 2022-04-25 11:44:55 -07:00
Jamie Pine e0e18318a9 brendan forced me to do this 2022-04-25 10:02:48 -07:00
Jamie Pine d3c61e4cea vercel deploy fix 2022-04-25 09:55:39 -07:00
Jamie Pine 473436a68a trucate dropdown & edit readme 2022-04-25 09:51:47 -07:00
Jamie Pine 874c94e7f9 disable button slightly 2022-04-25 06:18:58 -07:00
Jamie Pine 703cec81a2 vite pages on landing 2022-04-25 03:38:01 -07:00
Harry Hopkinson d7cbba7a12 Linted Files according to the .prettierrc. 2022-04-24 21:16:55 +01:00
Jamie Pine 980109408d fix favicon 2022-04-24 12:53:37 -07:00
Jamie Pine 9ab00c9e9f fix build 2022-04-24 12:47:06 -07:00
Jamie Pine e626c576e4 seo + image op 2022-04-24 12:44:05 -07:00
Jamie Pine 8938584a70 working static landing 2022-04-24 11:24:54 -07:00
Jamie Pine 0287561f48 wip 2022-04-24 09:50:22 -07:00
Jamie Pine 3c38747d8b landing tweaks AGAIN 2022-04-24 08:29:17 -07:00
Jamie Pine ed694247f1 landing tweaks again 2022-04-24 08:05:48 -07:00
Jamie Pine 64dc84b9dd oops x2 2022-04-24 03:38:03 -07:00
Jamie Pine d6d3bf9285 oops 2022-04-24 03:33:19 -07:00
Jamie Pine 365daad03a landing without iframe + responsive 2022-04-24 03:32:43 -07:00
Jamie Pine 8c4cacd4e5 landing scroll fixes 2022-04-24 02:47:58 -07:00
Jamie Pine c646a85c54 more landing tweaks 2022-04-24 02:21:00 -07:00
Jamie Pine 357f3522b1 landing ui tweaks 2022-04-24 02:04:36 -07:00
Jamie Pine 7f055114f3 landing improvements 2022-04-24 01:50:35 -07:00
Oscar Beaumont beb02bfc70
change default @sd/server url to localhost 2022-04-24 16:10:36 +08: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
Jamie Pine b3b2ce54ea landing improvements 2022-04-23 21:22:58 -07:00
Jamie Pine 58611cc66e working landing links 2022-04-23 12:55:31 -07:00
Jamie Pine b38a20df6b better landing 2022-04-23 12:36:09 -07:00
Brendan Allan c038128242 ci: server dockerfile 2022-04-24 03:32:20 +08:00
Jamie Pine eb6a7e163b Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-04-23 10:49:26 -07:00
Jamie Pine 0087c91551 added landing page footer + fix react query bug 2022-04-23 10:49:24 -07:00
Brendan Allan e8e9171433 ci: add dist/.placeholder 2022-04-24 01:17:54 +08:00
Oscar Beaumont bdc074b0d9
added Dockerfile for sdserver 2022-04-23 23:41:11 +08:00
Jamie Pine 93d80233d7 server transport via websocket
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-23 06:50:17 -07:00
Jamie Pine 40cc780ec1 added unique file identifier 2022-04-23 01:12:35 -07: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
Brendan Allan dde429f0a5 windows icon 2022-04-22 15:46:06 +08:00
Jamie Pine b71ff45db6 landing changes, readme, faq 2022-04-21 21:34:27 -07:00
Brendan Allan 8a91e2f05d
Basic CI (#12)
* ci:

* ci: run ci on ci branch

* ci: update pnpm version

* ci: Standardise naming

* ci: update lockfile

* ci: install ffmpeg on unix ci

* ci: run codegen prep before build

* ci: add libavutil to ubuntu dependencies

* ci: add libavutil-dev to ubuntu dependencies

* ci: dependencies

* ci: fix ubuntu dependencies

* ci: only build frontend with desktop

* ci: setup cmake and vcpkg for windows

* ci: install ffmpeg on windows

* ci: fix windows ffmpeg install

* ci: fix conditional windows ci commands

* ci: remove vcpkg from windows

* ci: optimizations

* ci: use custom rust cache version
2022-04-22 02:26:03 +08:00
Jamie Pine 1d3a090340 hooked up core events, fixed sidebar with + dropdown 2022-04-21 01:54:07 -07:00
Jamie Pine 4c4325619f server start, landing tweaks 2022-04-20 23:35:48 -07:00
Jamie Pine 92eb6da26a fixed nav scroll effect 2022-04-20 21:31:41 -07:00
Jamie Pine 1a03aa458f landing page nav bar 2022-04-20 21:11:51 -07:00
Jamie Pine 06aa06c31c icon importing, landing page updates, vite config 2022-04-20 18:57:41 -07:00
Jamie Pine 68688244a8 better svg loader, github button 2022-04-20 03:29:48 -07:00
Jamie Pine 5c08c211ca upgrade to latest prisma-client-rust 2022-04-20 02:25:50 -07:00
Jamie Pine b00961165e holy mother of hot reload
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-20 01:15:28 -07:00
Jamie Pine af9371ca96 pre brendan commit 2022-04-19 22:55:44 -07:00
Jamie Pine 3f29ff2374 better compile setup for hotreload
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-04-19 14:17:04 -07:00
Jamie Pine 9e55e100db fix sidebar, ui tweaks 2022-04-18 20:35:19 -07:00
Jamie Pine 3540471bf6 build commands + web app renames 2022-04-18 17:34:39 -07:00
Jamie Pine bc3a35fa8f interface has solo dev mode + made a lot of stuff work 2022-04-18 16:06:33 -07:00
Jamie Pine 564809e12b css is now correctly loading 2022-04-17 16:27:25 -07:00
Jamie Pine c832561f54 alter desktop vite config to match interface package 2022-04-17 13:59:15 -07:00
Jamie Pine cc9f646c3c cleanup 2022-04-17 12:30:25 -07:00
Jamie Pine 70de8ab1b1 god knows 2022-04-17 11:59:28 -07:00
Jamie Pine 0695403a6f mess pt.2 2022-04-17 11:44:50 -07:00
Jamie Pine 5ac55531da mess 2022-04-17 11:44:34 -07:00
Jamie Pine cabc00d5dd ffmpeg progress 2022-04-14 13:46:54 -07:00
Jamie Pine 65b9dcf71c working location creation + thumbnail gen 2022-04-12 19:38:50 -07:00
Jamie Pine 232acd3eff fix a few type errors 2022-04-12 15:36:01 -07:00
Jamie Pine 61a251c000 big explorer improvements 2022-04-12 15:31:17 -07:00
Jamie Pine fc1ccc3800 sync engine + big schema changes 2022-04-12 00:05:58 -07:00
Jamie Pine 9728b6ae49 debug + derive dep 2022-04-11 21:46:57 -07:00
Jamie Pine c4b50880d2
Merge pull request #9 from oscartbeaumont/main
fix: react-query working in production builds
2022-04-10 23:51:28 -07:00
Jamie Pine d2155e754b sync plans & inspector fix 2022-04-09 09:56:44 -07:00
Oscar Beaumont af9d435086
fix: react-query working in production builds + fix Linux compilation issue 2022-04-09 02:19:27 +08:00
Jamie Pine 118a35835a explorer upgrades
- file navigation works
- thumbnails display
2022-04-08 02:44:57 -07:00
Jamie Pine fefa8356e4 readme 2022-04-02 17:02:17 -07:00
Jamie Pine b910b4b12c linked up thumbnail generation [WIP]
- added purge database helper button
- added temp checksum to file_paths for time being, until files table is impl
2022-04-01 00:26:27 -07:00
Jamie Pine c27c59da53 fix a bunch of dependency issues & remove web 2022-03-31 20:18:25 -07:00
Jamie Pine b121f0fed6 restructure project files layout 2022-03-31 17:41:17 -07:00
Jamie Pine 19d5036cce remove docs app 2022-03-31 17:08:19 -07:00
Jamie Pine 9c9c9240b3 dev buttons wip + pnpm fixes 2022-03-30 03:24:41 -07:00
Brendan Allan da002c479d feat: migrate from yarn to pnpm 2022-03-30 18:04:58 +08:00
Oscar Beaumont 89adf728fd
Merge branch 'main' into main 2022-03-30 17:51:57 +08:00
Oscar Beaumont 9b3e22168d
make UI follow Linux styling conventions on Linux 2022-03-30 17:46:52 +08:00
Jamie Pine f635dea04f fix missing dependencies & revert color change 2022-03-30 02:37:03 -07:00
Jamie Pine b7dc0b0442
Merge pull request #5 from oscartbeaumont/main
add Cargo workspace & fix Prisma
2022-03-30 01:19:28 -07:00
Jamie Pine f0ca722a56 thumbnail generation beginings
- added basic webp thumbnail generation
- implmented as job (untested)
- changed primary color to some purple
- added errors to command/query
2022-03-30 01:18:02 -07:00
Oscar Beaumont 417e2bda1a
add Cargo workspace & fix Prisma 2022-03-30 16:14:50 +08:00
Oscar Beaumont 7beee9ab8c
Linux support + upgrade prisma-client-rust 2022-03-29 22:02:54 +08:00