pagetop/examples
Manuel Cillero 8aa4372bdf ♻️ Convierte initialize() y Application en async
`async_trait` se re-exporta desde `pagetop` y se añade al preludio; ya
no es necesario declararlo como dependencia en las extensiones.
`initialize()` es ahora verdaderamente `async` (con `.await`), y
`Application::new()` y `prepare()` pasan también a ser funciones
`async`.
2026-07-04 22:56:19 +02:00
..
locale ♻️ (form): Mueve componentes de formulario a base 2026-06-22 02:12:09 +02:00
app-basic.rs ♻️ Convierte initialize() y Application en async 2026-07-04 22:56:19 +02:00
form-controls.rs ♻️ Convierte initialize() y Application en async 2026-07-04 22:56:19 +02:00
hello-name.rs ♻️ Convierte initialize() y Application en async 2026-07-04 22:56:19 +02:00
hello-world.rs ♻️ Convierte initialize() y Application en async 2026-07-04 22:56:19 +02:00
intro-colors.rs ♻️ Convierte initialize() y Application en async 2026-07-04 22:56:19 +02:00
navbar-menus.rs ♻️ Convierte initialize() y Application en async 2026-07-04 22:56:19 +02:00