feedsignal/crates/web
Austin Schaefer de6256a812
Some checks failed
CI / check (pull_request) Failing after 21s
CI / test (pull_request) Has been skipped
CI / audit (pull_request) Has been skipped
Extract pure logic out of RSX components into unit-testable handlers modules
Splits article_row.rs and subscribe_form.rs into mod.rs + component.rs +
handlers.rs (mirroring the components/*/ convention), and adds a sibling
app/handlers.rs for App's heading computation. RSX now calls into plain
functions (score_percent, normalize_feed_url, subscribed_message,
feed_heading) that are covered by unit tests, instead of computing the
same logic inline where it can't be tested without a Dioxus runtime.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-15 09:26:00 +02:00
..
assets Fix article list not scrolling: duplicate <main> broke the scroll area 2026-09-03 19:17:57 +02:00
src Extract pure logic out of RSX components into unit-testable handlers modules 2026-09-15 09:26:00 +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