fix: replace leptos-shadcn-toast with custom implementation to fix WASM panic
Some checks failed
Build MIPS Binary / build (push) Failing after 1m23s

This commit is contained in:
spinline
2026-02-11 20:02:58 +03:00
parent 920704ee72
commit f35b119c0d
5 changed files with 125 additions and 10 deletions

View File

@@ -2,3 +2,4 @@ pub mod context_menu;
pub mod layout;
pub mod torrent;
pub mod auth;
pub mod toast;