summaryrefslogtreecommitdiff
path: root/material_theme/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(material_theme): implement `pick_list::Catalog`pml682025-04-151-39/+10
* feat(material_theme): implement `theme::Base` for theme (`None` for now)pml682025-04-151-0/+5
* feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` implpml682025-04-151-8/+3
* feat(material_theme): impl `scrollable::Catalog`pml682025-04-151-0/+1
* feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-151-33/+41
* fix: custom theme Default changing between calls, missing `apply_options`spml682025-04-151-5/+10
* feat(material_theme): add feature flag based iced_anim supportpml682025-04-151-0/+34
* refactor: move custom theme into its separate cratepml682025-04-151-0/+229