✨ Implementa temas hijo y macro render_component!
Añade `Theme::parent()` para declarar jerarquías de herencia entre temas. Sustituye la acción `PrepareRender<C>` por el método `Theme::prepare_component()` y la macro `render_component!`.
This commit is contained in:
parent
0684472df2
commit
9f8640d6bf
14 changed files with 161 additions and 139 deletions
|
|
@ -18,6 +18,8 @@ pub use crate::include_locales;
|
|||
pub use crate::static_files_service;
|
||||
// crate::core::action
|
||||
pub use crate::actions_boxed;
|
||||
// crate::core::theme
|
||||
pub use crate::render_component;
|
||||
|
||||
// API.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue