feedsignal/crates/web
Austin Schaefer bd086b0288
Some checks failed
CI / check (pull_request) Successful in 1m47s
CI / test (pull_request) Successful in 3m30s
CI / audit (pull_request) Failing after 14s
Extract subscribe_form's submit-result mapping into a testable outcome
The submit closure mixed pure decision logic (what should the form show
after subscribe_feed resolves) with Dioxus signal orchestration. Splits
out resolve_submit_outcome(Result<usize, String>) -> SubmitOutcome, so
the success/failure mapping is unit-tested without a Dioxus runtime; the
component now just applies the resulting outcome to its signals.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-15 09:50:06 +02:00
..
assets Fix article list not scrolling: duplicate <main> broke the scroll area 2026-09-03 19:17:57 +02:00
src Extract subscribe_form's submit-result mapping into a testable outcome 2026-09-15 09:50:06 +02:00
Cargo.toml Add feed sidebar navigation, built from Dioxus's component library 2026-09-03 16:28:22 +02:00
Dioxus.toml Scaffold feedsignal: Rust workspace for LLM-filtered RSS reader 2026-08-20 17:04:14 +02:00