♻️ Refactor core for minimal PageTop setup
This commit is contained in:
parent
2b229573cd
commit
556c9159d3
64 changed files with 192 additions and 6561 deletions
|
|
@ -1,8 +1,11 @@
|
|||
mod basic;
|
||||
pub use basic::Basic;
|
||||
use crate::prelude::*;
|
||||
|
||||
mod chassis;
|
||||
pub use chassis::Chassis;
|
||||
pub struct Basic;
|
||||
|
||||
mod inception;
|
||||
pub use inception::Inception;
|
||||
impl PackageTrait for Basic {
|
||||
fn theme(&self) -> Option<ThemeRef> {
|
||||
Some(&Basic)
|
||||
}
|
||||
}
|
||||
|
||||
impl ThemeTrait for Basic {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue