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:
Manuel Cillero 2026-03-22 08:58:15 +01:00 committed by Manuel Cillero
parent 0684472df2
commit 9f8640d6bf
14 changed files with 161 additions and 139 deletions

View file

@ -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.