Doc comments on all modules, components, entities, helpers and type aliases; larger comments on the important entities (Dashboard, PlayerData, Context, App, Numput, item data). No behavior changes.
7 lines
191 B
Rust
7 lines
191 B
Rust
//! App state.
|
|
//!
|
|
//! The whole dashboard lives in one `reactive_stores::Store<Dashboard>`
|
|
//! (alias `Context`), created in `App` and shared through Leptos context.
|
|
|
|
use crate::prelude::*;
|