feedsignal/crates
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
..
core Move RelevanceInputs into core's models.rs, wire up api/models.rs rename 2026-09-03 23:24:48 +02:00
db Move RelevanceInputs into core's models.rs, wire up api/models.rs rename 2026-09-03 23:24:48 +02:00
feeds Split has_content test into three cases per reviewer request 2026-08-21 15:38:52 +02:00
llm Apply cargo fmt across the workspace 2026-08-21 13:10:08 +02:00
web Extract subscribe_form's submit-result mapping into a testable outcome 2026-09-15 09:50:06 +02:00