Client-side cache of user settings, fetched once at the App level and
passed down to all routes that render posts.
These settings are authoritative in the Rust/WASM layer (MetaPostManager).
This cache avoids repeated WASM round-trips during rendering. When the
user changes settings in the config tab, the App re-fetches via
on_settings_changed.
Client-side cache of user settings, fetched once at the App level and passed down to all routes that render posts.
These settings are authoritative in the Rust/WASM layer (MetaPostManager). This cache avoids repeated WASM round-trips during rendering. When the user changes settings in the config tab, the App re-fetches via
on_settings_changed.