Jamie Pine
bbdc2d6d67
dockerfile
2025-12-03 02:51:41 -08:00
Jamie Pine
9634fb3dc3
more contributing docs
2025-12-02 16:49:34 -08:00
Jamie Pine
b6492e11af
Exclude Tauri from default workspace builds
...
Add default-members to Cargo.toml to omit apps/tauri from the default
workspace build. Build the Tauri frontend separately with cd apps/tauri
&& bun run tauri:dev
2025-12-02 16:49:21 -08:00
Jamie Pine
2cc79892e7
disable gpui for faster builds for now
2025-12-02 16:26:04 -08:00
Jamie Pine
45117abf14
Merge pull request #2894 from spacedriveapp/cursor/connect-new-library-button-and-handle-events-claude-4.5-opus-high-thinking-708a
...
Connect new library button and handle events
2025-12-02 15:16:03 -08:00
Cursor Agent
58f2819553
Refactor: Invalidate libraries list with correct query key
...
Co-authored-by: ijamespine <ijamespine@me.com>
2025-12-02 23:14:50 +00:00
Jamie Pine
f3dbd9cb95
Add task tracking docs and interface tasks
2025-12-02 15:10:50 -08:00
Cursor Agent
40459427f3
feat: Handle LibraryCreated event for modal closing
...
Co-authored-by: ijamespine <ijamespine@me.com>
2025-12-02 22:53:07 +00:00
Cursor Agent
5661b79a9a
feat: Add Create Library modal and functionality
...
Co-authored-by: ijamespine <ijamespine@me.com>
2025-12-02 22:47:16 +00:00
Jamie Pine
4785592002
Merge pull request #2893 from gedeondoescode/linux-build
...
Fix build issues on Linux
2025-12-02 14:39:08 -08:00
Jamie Pine
cdc770c802
Revert "Fix tailwind config and add sass dependency"
...
This reverts commit 792d112d1c8b2cf4e6d87f3a8098f09488947d8e.
2025-12-02 14:29:16 -08:00
Jamie Pine
792d112d1c
Fix tailwind config and add sass dependency
2025-12-02 14:26:26 -08:00
Jamie Pine
dbd6c61621
Update .tasks
2025-12-02 13:20:38 -08:00
Jamie Pine
8097f5ef8a
Use jobs.list and derive counts from statuses
2025-12-02 13:20:25 -08:00
Gedeon Sainrival
8ba1d50475
add FilesystemHandler trait into enhance_volume_from_windows scope
2025-12-02 13:25:57 -05:00
Gedeon Sainrival
f01a2994f1
Fix build issues on Linux
...
Managed to successfully build on Linux, updated xtask to resolve errors,
and fixed interface not loading properly when using Tauri GUI.
2025-12-02 13:17:28 -05:00
Jamie Pine
e3ba15632f
Overhaul pairing docs
2025-12-02 06:02:16 -08:00
Jamie Pine
f9169473eb
Merge branch 'main' of https://github.com/spacedriveapp/spacedrive
2025-12-02 05:58:36 -08:00
Jamie Pine
d7624349c2
Improve documentation for api, data model, events, library sync and
...
locations
2025-12-02 05:52:07 -08:00
Jamie Pine
c7de30fee1
Merge pull request #2892 from spacedriveapp/cursor/update-working-features-documentation-claude-4.5-opus-high-thinking-3210
2025-12-01 21:30:59 -08:00
Cursor Agent
cd56552ef1
Refactor: Update introduction documentation with current features
...
Co-authored-by: ijamespine <ijamespine@me.com>
2025-12-02 05:30:19 +00:00
Jamie Pine
518d2f4a0b
Fix hook deps and memoize ListView core row model
2025-12-01 18:15:32 -08:00
Jamie Pine
9becfa1e7d
Switch IPC to TCP sockets across daemon and client
2025-12-01 17:49:36 -08:00
Jamie Pine
2735acd1ba
Merge branch 'main' of https://github.com/spacedriveapp/spacedrive
2025-12-01 16:56:29 -08:00
Jamie Pine
79226a835e
remove stray test snapshots directory
2025-12-01 16:54:56 -08:00
Arnab Chakraborty
57750a96ee
Update setup instructions to require Bun over pnpm
...
Replaces pnpm with Bun as the required JavaScript package manager in setup.sh and updates CONTRIBUTING.md to reflect Bun as a prerequisite for Tauri desktop app development. Adds detailed setup steps and troubleshooting for the Tauri app, clarifies dependency installation, and updates migration workflow documentation.
2025-12-01 19:53:32 -05:00
Arnab Chakraborty
395d542949
Add cargo build step to setup instructions
2025-12-01 19:36:30 -05:00
Arnab Chakraborty
94c4b3d11e
Update setup instructions for Cargo config generation
...
Clarified the process for generating .cargo/config.toml using `cargo run -p xtask -- setup` in both .cargo/README.md and README.md. Updated documentation to reflect the new setup command and its purpose.
2025-12-01 19:15:37 -05:00
Arnab Chakraborty
51fa853f63
Add cargo-xtask install to README
2025-12-01 19:08:33 -05:00
Jamie Pine
b5a77c403e
Simplify database migration logic - error if both files exist
2025-12-01 15:00:59 -08:00
Jamie Pine
e127a5aa0b
Fix database migration to handle existing library.db files
2025-12-01 14:57:55 -08:00
Jamie Pine
4a314fadb2
Rename database.db to library.db with automatic migration
2025-12-01 14:44:09 -08:00
Jamie Pine
60a96b31ed
Rewrite docs introduction to reflect current state and testing period
2025-12-01 14:14:02 -08:00
Jamie Pine
527ee1f818
Rewrite Problem/Vision section to reflect multi-device computing philosophy
2025-12-01 14:02:11 -08:00
Jamie Pine
0b867f872d
Fix IMPORTANT callout syntax in README
2025-12-01 13:42:48 -08:00
Jamie Pine
d4c9bab2e2
Update README to emphasize Spacedrive v2 announcement and adjust formatting; mark subproject commits as dirty in multiple apps
2025-12-01 13:40:28 -08:00
Jamie Pine
9c8fe660d3
Remove all emojis from codebase
2025-12-01 13:33:00 -08:00
Jamie Pine
73befe0f0f
cleanup
2025-12-01 13:30:30 -08:00
Jamie Pine
4288dd3555
Update AGENTS.md to focus on Tauri instead of iOS prototypes
2025-12-01 13:26:20 -08:00
Jamie Pine
0ca86ad74a
Update README formatting to NOTE and spacing
2025-12-01 13:23:04 -08:00
Jamie Pine
f268acf57a
Add name and cmd to ShellScopeEntryAllowedArg
2025-12-01 13:18:41 -08:00
Jamie Pine
62564471dc
Replace Running Examples with Running Tests section
2025-12-01 13:17:15 -08:00
Jamie Pine
4bd3978c50
Add CLI and Server to Apps section
2025-12-01 13:12:30 -08:00
Jamie Pine
184a2d7ad9
Add CLI and Server to Apps section in Tech Stack
2025-12-01 13:12:08 -08:00
Jamie Pine
b4ee7d7086
Make v2 rewrite note more prominent with GitHub alert syntax
2025-12-01 13:11:06 -08:00
Jamie Pine
24b76052a7
Update docs links - add v2.spacedrive.com and fix whitepaper path
2025-12-01 13:04:24 -08:00
Jamie Pine
f8a2ccecfb
Update README to reflect Tauri architecture and daemon model
2025-12-01 12:59:15 -08:00
Jamie Pine
5ddaace099
Enable all platforms in CI and uncomment desktop builds
2025-12-01 12:51:15 -08:00
Jamie Pine
0506f9a45a
Update version to 2.0.0-pre.1
2025-12-01 12:45:10 -08:00
Jamie Pine
01ec19d352
Bump version to 2.0.0-pre
2025-12-01 12:41:57 -08:00