Commit Graph

8 Commits

Author SHA1 Message Date
spinline
2e36c28c0d fix(frontend): replace unwrap() with expect() for better error messages
All checks were successful
Build MIPS Binary / build (push) Successful in 4m13s
- console_log::init_with_level() now uses expect()
- web_sys::window() now uses expect() with helpful message
- window.document() now uses expect()
- document.body() now uses expect()

This provides meaningful error messages if WASM initialization fails.
2026-02-08 05:41:07 +03:00
spinline
97c5378a71 feat: Implement functional torrent tables and sidebar filters with real-time SSE updates 2026-01-31 16:47:13 +03:00
spinline
27fd02b9c9 fix(frontend): robust loading spinner removal using css class 2026-01-31 14:47:08 +03:00
spinline
0cf5841023 fix(frontend): remove loading spinner on app mount 2026-01-31 14:44:51 +03:00
spinline
63128f8501 feat: integrate shadcn/ui, add Button component, and refactor App UI 2026-01-31 13:47:48 +03:00
spinline
90605ded56 feat: Refactor VibeTorrent v3 with shared crate, fine-grained updates, tracing, and middleware optimization 2026-01-30 18:38:09 +03:00
spinline
8216f0556a style: Fix unused variable and import warnings 2026-01-30 00:57:16 +03:00
spinline
5052a1787a feat: Initial release with MIPS support 2026-01-29 23:17:19 +03:00