cosmic-settings/page
2024-02-15 16:08:22 +01:00
..
src feat(section): conditionally show when Section::show_while is set 2024-02-15 16:08:22 +01:00
Cargo.toml improv: update libcosmic with wallpaper page UI improvements 2024-01-29 20:14:57 +01: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