feedsignal/crates/web
Austin Schaefer 03a3c1577d
Some checks failed
CI / check (pull_request) Successful in 16m45s
CI / test (pull_request) Successful in 4m46s
CI / audit (pull_request) Failing after 16s
Let sidebar menu buttons grow with long feed titles
Fixed height + overflow:hidden on .dx-sidebar-menu-button caused long
feed titles (real RSS <title> text, often longer than the custom
labels shown in other readers) to clip and visually collide with the
next row. Switch to min-height per size variant and drop the
overflow/height clipping so rows grow to fit wrapped text; the
existing scrollable sidebar-content container handles the rest.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-15 09:16:29 +02:00
..
assets Fix article list not scrolling: duplicate <main> broke the scroll area 2026-09-03 19:17:57 +02:00
src Let sidebar menu buttons grow with long feed titles 2026-09-15 09:16:29 +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