feedsignal/crates/web
Austin Schaefer 67d399ad05
All checks were successful
CI / check (pull_request) Successful in 7m49s
CI / test (pull_request) Successful in 3m37s
CI / audit (pull_request) Successful in 14s
Add desktop platform support via a new feedsignal-web desktop feature
Combines dioxus's desktop (webview) renderer with the existing `server`
feature so `#[server]` functions execute in-process instead of going over
HTTP — one self-contained native binary with DB, feed polling, LLM calls,
and the scheduler, no separate server to run. main.rs picks the desktop
launcher explicitly since dioxus::launch's automatic platform detection
would otherwise prefer the (also-enabled) server platform over desktop.

Verified: cargo check/clippy pass for the new feature (native crates and
existing server/web features unaffected), and running the built binary
opens a window and completes an in-process server-fn call (DB connects,
migrations run) with no HTTP round trip. CI gets a matching desktop
clippy job with the GTK/WebKit apt packages dioxus-desktop needs to
compile on Linux.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-15 12:36:22 +02:00
..
assets Fix article list not scrolling: duplicate <main> broke the scroll area 2026-09-03 19:17:57 +02:00
src Add desktop platform support via a new feedsignal-web desktop feature 2026-09-15 12:36:22 +02:00
Cargo.toml Add desktop platform support via a new feedsignal-web desktop feature 2026-09-15 12:36:22 +02:00
Dioxus.toml Scaffold feedsignal: Rust workspace for LLM-filtered RSS reader 2026-08-20 17:04:14 +02:00