This commit is contained in:
James Pine 2025-11-13 02:25:04 -08:00
parent ec3ba2577b
commit 7983bdbd73
3 changed files with 4 additions and 9 deletions

View File

@ -421,7 +421,7 @@ async fn remove_volume_interactive(ctx: &Context) -> Result<()> {
fingerprint: selected_volume.fingerprint.clone(),
};
execute_action!(ctx, input);
let _: () = execute_action!(ctx, input);
println!("\nRemoved cloud volume '{}'", selected_volume.name);

View File

@ -62,7 +62,8 @@ pub extern "C" fn rust_drag_ended_callback(session_id: *const std::ffi::c_char,
};
unsafe {
if let Some(callback) = &DRAG_ENDED_CALLBACK {
let callback_ptr = &raw const DRAG_ENDED_CALLBACK;
if let Some(callback) = (*callback_ptr).as_ref() {
callback(&session_id_str, was_dropped);
}
}

View File

@ -1,5 +1,6 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "spacedrive",
@ -70,7 +71,6 @@
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"better-auth": "^1.3.34",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.0",
@ -87,7 +87,6 @@
"react-github-btn": "^1.4.0",
"react-hook-form": "^7.53.2",
"react-parallax-tilt": "^1.7.250",
"react-qrcode": "^0.3.6",
"react-scroll-parallax": "^3.4.5",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.0.0",
@ -174,7 +173,6 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^12.23.24",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.2",
@ -3403,8 +3401,6 @@
"qrcode-terminal": ["qrcode-terminal@0.11.0", "", { "bin": { "qrcode-terminal": "./bin/qrcode-terminal.js" } }, "sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ=="],
"qrcode.react": ["qrcode.react@4.2.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-QpgqWi8rD9DsS9EP3z7BT+5lY5SFhsqGjpgW5DY/i3mK4M9DTBNz3ErMi8BWYEfI3L0d8GIbGmcdFAS1uIRGjA=="],
"qs": ["qs@6.14.0", "", { "dependencies": { "side-channel": "1.1.0" } }, "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w=="],
"querystring": ["querystring@0.2.1", "", {}, "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg=="],
@ -3449,8 +3445,6 @@
"react-parallax-tilt": ["react-parallax-tilt@1.7.250", "", { "peerDependencies": { "react": "18.3.1", "react-dom": "18.3.1" } }, "sha512-6vwphrIFn4Wgg30kFnHg49hpauk9IT4Z+U4zDBfd6BiaSDz+1h6PDdCmREBLOwDMa23irxiMAaYfxE1fPued1w=="],
"react-qrcode": ["react-qrcode@0.3.6", "", { "peerDependencies": { "qrcode": ">=1.0.0", "react": ">=16.8.0" } }, "sha512-F905AAyNu/gyhsp321FW21WDLwQ/di3qBsqolCwiuRnj8VXewanhp1YtHMiEi/h/1F6GkYd0lj+g/Vc64L6ihQ=="],
"react-reconciler": ["react-reconciler@0.27.0", "", { "dependencies": { "loose-envify": "1.4.0", "scheduler": "0.21.0" }, "peerDependencies": { "react": "18.3.1" } }, "sha512-HmMDKciQjYmBRGuuhIaKA1ba/7a+UsM5FzOZsMO2JYHt9Jh8reCb7j1eDC95NOyUlKM9KRyvdx0flBuDvYSBoA=="],
"react-refresh": ["react-refresh@0.14.2", "", {}, "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA=="],