cosmic-settings/page
Vukašin Vojinović a0f7b31d89 chore(appearance): disable wrapping for style text
Also updates all workspace members to Rust 2024, removes `once_cell` and updates dependencies.
2025-07-31 17:23:10 +02:00
..
src feat: add subscription method for Page trait 2025-06-05 17:24:16 +02:00
Cargo.toml chore(appearance): disable wrapping for style text 2025-07-31 17:23:10 +02:00
README.md feat: refactor the settings page architecture 2023-04-25 00:35:13 +02:00

cosmic-settings-page

This module contains the APIs for creating and managing settings pages.

  • A Page implements the Page and AutoBind traits.
  • A Section is a subset of a page, with a view function to generate the UI.
  • The Binder holds all of the pages, their sections, and additional metadata associated with them