feedsignal/crates/web
Austin Schaefer ef37690473
Some checks failed
CI / fmt (pull_request) Successful in 15s
CI / clippy-web (pull_request) Has been cancelled
CI / clippy-desktop (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / audit (pull_request) Has been cancelled
CI / clippy-server (pull_request) Has been cancelled
CI / clippy-native (pull_request) Has been cancelled
Hide the desktop window's title bar and default menu
Extract desktop window setup into its own crates/web/src/desktop.rs
module (SRP) with a single config() function, wired into main.rs via
LaunchBuilder::desktop().with_cfg(...). Disabling window decorations
also clears dioxus-desktop's default native menu bar as a side effect,
since it exists to give a decorated window something to hang off of.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-16 14:59:03 +02:00
..
assets Fix article list not scrolling: duplicate <main> broke the scroll area 2026-09-03 19:17:57 +02:00
src Hide the desktop window's title bar and default menu 2026-09-16 14:59:03 +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