Add pages to theme_preview (#20185)

Added some simple logic + an example of adding pages to the theme
preview. Will be used for organizing theme preview sections.

Release Notes:

- N/A
This commit is contained in:
Nate Butler 2024-11-04 12:57:36 -05:00 committed by GitHub
parent 7025d3f29d
commit e1cb8a66f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 91 additions and 6 deletions

View file

@ -61,6 +61,7 @@ theme.workspace = true
ui.workspace = true
util.workspace = true
uuid.workspace = true
strum.workspace = true
[dev-dependencies]
call = { workspace = true, features = ["test-support"] }