fix(frontend): address move semantics and signal/callback types for Leptos 0.8
Some checks failed
Build MIPS Binary / build (push) Failing after 1m22s

This commit is contained in:
spinline
2026-02-09 20:24:42 +03:00
parent 9a3aae3f37
commit e1e8a89579
2 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
use wasm_bindgen::prelude::*;
use web_sys::{Notification, NotificationOptions};
use leptos::*;
use leptos::prelude::*;
use reactive_graph::traits::Get; // Signal::get() için gerekli
use leptos_use::{use_web_notification, UseWebNotificationReturn, NotificationPermission};
/// Request browser notification permission from user