Commit graph

22 commits

Author SHA1 Message Date
4ea28030c7 🐛 Fix package registration 2024-04-03 15:17:20 +02:00
aba7c4d8ce 🧑‍💻 Simplify service::HttpRequest to HttpRequest 2024-02-28 09:11:58 +01:00
e011cf7f62 Add with_component() to region "content" in Page 2024-02-27 13:19:12 +01:00
d66063a1f7 🔥 Remove unwrap usage to improve new apps setup 2024-02-26 07:39:08 +01:00
169e562488 🔥 Refactor TypeId/Any use, drop own Handle 2024-02-16 17:00:34 +01:00
fa66d628a0 ♻️ Major code restructuring 2024-02-09 14:05:38 +01:00
89f78a1aff 🚚 Refactor modules to packages to avoid Rust clash 2024-01-07 00:18:54 +01:00
98fa367ebc 🚧 Translate comments and docs to english 2023-12-11 18:51:25 +01:00
09cb6bd7fa 🚚 Better name for response page errors 2023-11-25 08:59:51 +01:00
dc4210bcb8 🚚 Rename macro AssignHandle to BindHandle 2023-11-20 20:37:03 +01:00
15d545897b 🧑‍💻 Better names for with/alter/add_component_in 2023-11-20 20:03:24 +01:00
d9f3561832 🧑‍💻 Major update to enhance Handle usage 2023-11-19 21:17:16 +01:00
088ffe7272 👽️ Apply last Handle API changes 2023-11-03 22:50:06 +01:00
23309b4c84 🎨 Identifier to 4 letters for better composition 2023-07-31 11:28:48 +02:00
1e554aac68 💥 Rename create_handle!() to new_handle!() 2023-07-26 15:03:18 +02:00
05304f116a Mark async main function with #[pagetop::main]
Also, use #[pagetop::test] for test functions. Add actix-web to
Cargo.toml only when using Actix Web macros for service configuration.
2023-07-19 23:58:23 +02:00
6df57a0c12 💥 Better names for main macros 2023-07-15 11:34:28 +02:00
66f67f41dc 🚧 Renombra "define_handle!()" por "use_handle!()" 2023-06-23 08:26:26 +02:00
4054715591 📝 Incluye el primer ejemplo en la documentación 2023-06-09 19:14:08 +02:00
2f4184fe26 Nuevo ejemplo "/hello/{name}" 2023-06-09 13:40:20 +02:00
a48c575198 🚧 Handles siempre requeridos en la implementación 2023-06-09 11:11:50 +02:00
0af85c4d77 Define la estructura para tests y ejemplos 2023-06-09 10:33:54 +02:00