Arnab Chakraborty
3a33dab36a
Comment out Linux webview devtools debug code
2025-02-22 05:59:22 +00:00
Arnab Chakraborty
d51d96562d
Disable Drag & Drop on Linux for now
2025-02-22 05:14:14 +00:00
Arnab Chakraborty
55c5c113e2
Attempt to fix linux compile
2025-02-18 05:34:01 +00:00
Nickolay
7d05d18b87
Fix builds on windows ( #2864 )
...
* Fix builds on windows
* Fix rust compile issues
* Autoformat
* Fix windows volumes compile again
---------
Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com >
2025-02-10 22:57:43 +03:00
Jamie Pine
193a693cad
disable categories temp
2025-02-04 20:58:15 -08:00
Arnab Chakraborty
775931d53d
Trying to disable drag on linux again
2025-02-02 03:26:55 -05:00
Arnab Chakraborty
81c313ccac
Disable drag & drop outside on Linux & Browser
2025-02-02 03:02:28 -05:00
Arnab Chakraborty
d4275ba6d5
Fix drag working in dev & prod
2025-02-02 02:59:28 -05:00
Arnab Chakraborty
0a7508c9d2
Disable drag on linux
2025-02-02 02:43:54 -05:00
Arnab Chakraborty
07e6620ba7
Fix gtk_window() call again
2025-02-02 02:08:59 -05:00
Arnab Chakraborty
a058b50aab
Fix for drag window gtk req for linux
2025-02-02 01:51:49 -05:00
Arnab Chakraborty
5b908a78df
Fix drag & drop in prod
2025-02-01 22:38:35 -05:00
Arnab Chakraborty
9d0efe6c12
More updates ( #2861 )
...
* Fix migrations
* Fix migrations
2025-01-30 07:20:01 +03:00
Jamie Pine
0d9d9b4f1b
Landing & Bug Fixes ( #2850 )
...
* added companies carousel
* vdfs section wip
* Fix for compile error on Vercel
* better bento boxes and security animation
* goated vault animation
* cloud page
* sike ig thats a pricing page
* improvement to button components
* added yearly pricing
* roadmap updates
* hero updates (wip in figma)
* mobile app section
* upgrade next in hopes of successful deploy
* downgrade next
* changes to content layer for deployment
* Fix vercel compile error, again
* Update next.config.js
* Fix for onboarding
* mut http_client_builder
* fix cloud URL
* Fix mobile compile
* Remove auth
* Fix volumes deadlock
* Update pnpm-lock.yaml
* Update lib.rs
* Get statistics working with volumes
* Disable date filters
* Updates
* Roadmap updates
* Update team members
* Update page.tsx
* Fix to date filters
* Get readable dates & fix date filter search
* Change version to `0.4.3`
---------
Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com >
2025-01-28 04:35:29 +03:00
Arnab Chakraborty
645b412ca3
Drag & Drop into/out of Spacedrive ( #2849 )
...
* Better drag & drop into the os
* Update drag.rs
* Drag & Drop into Spacedrive from OS
* Re-enable Supertokes & change Drag-rs pointer
* Autoformat
2025-01-10 15:01:44 +03:00
James Pine
22fdc69cf5
Added local devices endpoint
...
Co-authored-by: Ericson "Fogo" Soares <ericson.ds999@gmail.com >
2025-01-03 17:56:41 -08:00
Arnab Chakraborty
734966b1f8
Remove debug <SizeDisplay /> component
2024-12-30 21:55:48 +03:00
Arnab Chakraborty
efd8c43582
Better Drag & Drop into OS
...
Now it doesn't freeze the entire app and UI, and the drag & drop into OS system is only called when the mouse leaves the app's boundaries!
However, the event/system doesn't cancel when you re-enter the application, and is something I'm still working on.
2024-12-30 21:47:28 +03:00
Arnab Chakraborty
56c9f7fbff
[ENG-1402] Drag & drop into OS ( #2839 )
...
* Wip but functional drag drop out.
* Working transparent image for drag & drop
* Clean up
* Drag & Drop into OS from indexed locations
* autoformat
2024-12-26 00:43:31 +03:00
Lynx
2a93bcb574
Fix font in landing and app
2024-12-17 19:11:20 -06:00
Lynx
ca295c4640
landing: use balanced line width on homepage
2024-12-17 19:11:18 -06:00
Arnab Chakraborty
c839d7dc2a
Move Auth Tokens storage from Local Storage to custom encrypted .sdks file ( #2831 )
...
* Initial encryption functions
* Storage of encrypted tokens & working login
* Add customized `tauri-plugin-cors-fetch`
We need to have it in our crates folder due to the dependency of `sd-crypto` for the handling of cookies.
* Lint
2024-12-14 19:49:50 -05:00
Jamie Pine
3272e5642e
performance improvements to landing
2024-12-13 18:30:25 -08:00
Jamie Pine
4232259797
fix disappearing logo
2024-12-13 16:51:29 -08:00
Jamie Pine
0873ae30ed
fix footer
2024-12-13 16:33:35 -08:00
Jamie Pine
73e0282aa6
landing layout tweaks
2024-12-13 16:22:55 -08:00
Ericson Soares
40f0143595
Tweak footer
2024-12-12 22:34:14 -03:00
Ericson Soares
fb98589620
Remove disclaimer
2024-12-12 22:10:23 -03:00
Jamie Pine
2d3c8fd676
Merge pull request #2815 from spacedriveapp/pro-5-new-landing-page
2024-12-12 17:03:00 -08:00
Jamie Pine
c95e022031
yes
2024-12-12 15:55:57 -08:00
Jamie Pine
7346dc62ea
Merge branch 'main' into pro-5-new-landing-page
2024-12-12 15:54:43 -08:00
Jamie Pine
4346ee595b
fix roadmap
2024-12-12 15:52:59 -08:00
Jamie Pine
8341982ff2
landing style improvement + example career postings
2024-12-12 15:50:45 -08:00
Arnab Chakraborty
8fd01e72a3
Fix for opening files in subdirectories on iOS
2024-12-02 00:02:53 -05:00
0xBA5E64
f68b387840
Update CONTRIBUTING.md ( #2820 )
...
* docs: Remove extranious `clean` commands, `pnpm clean` already runs all three.
* docs: Update recommended Rust version to reflect current `rust-toolchain.toml`
* docs: Refactor the Desktop clients developer setup guides
* docs: Refactor the Troubleshooting section for developer setup
* docs: `dev:web` is deprecated, according to @Rocky43007
* docs: Specify that the Tauri app doesn't play with `sd-server`
* docs: Nevermind! `dev:web` is still on the menu!
* docs: GitHub.md "Alerts" don't like indentation.
* fix: "You're just like the team now, just committing random fixes to whatever branch" - @rocky43007
* Apply suggestions from code review
Thanks Lynx!
Co-authored-by: Lynx <141365347+iLynxcat@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Lynx <141365347+iLynxcat@users.noreply.github.com >
* docs: Completely rewritten Mobile App section in `CONTRIBUTING.md`
* docs: Polish polish polish
* docs: Poleish?
* docs: Trimming & Trimming
* docs: Add final step clarification for running Android app
* docs: Try fixing the tip line embed
* Update CONTRIBUTING.md
Co-authored-by: Philipp <34287258+Phippe@users.noreply.github.com >
* Fix minor grammar & spelling mistakes
* Fix Github Docs Contributing link
---------
Co-authored-by: Lynx <141365347+iLynxcat@users.noreply.github.com >
Co-authored-by: Philipp <34287258+Phippe@users.noreply.github.com >
Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com >
2024-11-30 16:38:37 -05:00
Arnab Chakraborty
e4947e9e26
Fix CORS issue & Mobile core startup times
2024-11-30 00:55:06 -05:00
Arnab Chakraborty
cc429f34a8
Lint
2024-11-28 03:51:33 -05:00
Arnab Chakraborty
aba5e44bca
Only print when in debug mode
2024-11-28 03:44:21 -05:00
Arnab Chakraborty
83d70639fc
Working fix + Native Swift Functions
2024-11-28 03:21:30 -05:00
Jamie Pine
698a1eee06
Update people.tsx ( #2821 )
...
* Update people.tsx
* img
2024-11-27 15:35:26 -08:00
James Pine
600ae8a995
add country
2024-11-25 19:30:45 -08:00
Arnab Chakraborty
7d9e74a2cd
Changed title of investor on website
2024-11-25 12:36:23 -05:00
Peer Richelsen
32aa6b8d09
chore: changed title of investor on website ( #2817 )
...
Co-authored-by: Lynx <141365347+iLynxcat@users.noreply.github.com >
2024-11-22 07:30:56 -08:00
Lynx
4bc953217c
Merge branch 'pro-5-new-landing-page' of github.com:spacedriveapp/spacedrive into pro-5-new-landing-page
2024-11-18 00:28:27 -08:00
James Pine
5233339674
feat: add FontAwesome icons and repo stats to landing page, enhance pricing plans UI with add-ons dialog
2024-11-18 00:15:21 -08:00
Lynx
0b5b625cf7
Merge branch 'main' into pro-5-new-landing-page
2024-11-18 00:14:44 -08:00
Lynx
4abca0feed
Bump version to 0.5.0
2024-11-10 02:29:06 -08:00
ameer2468
c333bbb3cf
docs bg
2024-11-05 17:51:37 -03:00
Arnab Chakraborty
dbbbbc4b9e
Fix iOS builds
2024-11-01 20:40:27 -04:00
ameer2468
d072c6b79c
fix footer and button
2024-11-01 16:27:59 +03:00