Manuel Cillero manuelcillero
  • https://manuel.cillero.es
  • Profesional de la informática abrumado por la IA. Programador de computadoras muy interesado actualmente en Rust 🦀.

  • Joined on 2025-06-20
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-21 11:18:28 +02:00
4ba66f5995 🚧 (base): Añade BadgeKind para el tipo de Badge
997017bb75 🎨 (core): Retoques de estilo menores
b50d186fb1 (theme): Añade IntoColor para colores opcionales
Compare 3 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-20 21:54:20 +02:00
bb6855e41f (theme): Añade ColorName y CoreColors
1453764462 🚨 (macros): Corrige warning de clippy en expand_entry
Compare 2 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-17 05:54:03 +02:00
fe2b2c176f ♻️ (bootsier): Mueve Brand al core de PageTop
bf4c635e59 ♻️ (pagetop): Sustituye Attr<T> por Option<T>
213aa18b12 ♻️ (locale): Sustituye Attr<Lc> por Lc::none()
Compare 3 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-17 00:55:44 +02:00
c3ff8a6ff8 ♻️ (bootsier): Mueve Image al core de PageTop
745d492d5b (html): Evita duplicar atributos de Props
05187c9343 (macros): Evita duplicar splices de attr en html!
ed30b2ae17 (props): Añade ReplaceAllClasses
Compare 4 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-14 20:01:31 +02:00
946d335664 (base): Añade componente Dropdown
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-13 17:35:29 +02:00
e5431bc7d7 (base): Añade componente Messages
51e8b11090 (theme): Añade clases de tabla al tema Basic
Compare 2 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-13 15:30:02 +02:00
3930499664 🐛 (table): Añade conversión From<C> a Cell
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-13 15:17:30 +02:00
5842ea6efc (base): Añade componente Table
17a9f0c9e0 ♻️ (form): Añade #[builder_fn] a Item y Group
aa8c4100b0 (base): Añade conversión de Lc a Child/ChildOp
Compare 3 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-12 22:56:23 +02:00
be10dd28a1 ♻️ (locale): Renombra L10n a Lc
3198b74399 🐛 (locale): Corrige escapado de L10n::using()
Compare 2 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-11 00:46:53 +02:00
6bea4a5793 (base): Añade componente Breadcrumb
20b6c77c9e 🐛 (base): Exporta PagerAlign y corrige aria-label
8cb5e035dc (theme): Evita referencias cíclicas de parent()
Compare 3 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-07 23:47:24 +02:00
825283caa3 ♻️ (base): El resumen de Pager usa PagerVisibility
ee57d6cacf (base): Añade resumen de páginas en Pager
12c14afbf6 🐛 (base): Correcciones de visualización de Pager
Compare 3 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-06 22:37:46 +02:00
3b01894024 (base): Añade componente Pager
e8bba0803d (form): Añade nuevo componente Number
502c00c891 🎨 Colapsa if anidados sugeridos por clippy
Compare 3 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-02 10:40:44 +02:00
1cab0ae9a0 (theme): Añade región Aside
c49bf8f56a (form): Blinda Field contra el autorrelleno
545a87fbb0 ♻️ (bootsier): Ajusta componentes base
4cc72aac0e (base): Añade componente Badge
Compare 4 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-08-01 08:05:53 +02:00
3e83f8e35e 🐛 (locale): Preserva grafía original de "?lang="
fdd2dca280 ♻️ (bootsier): Reorganiza clases y tokens utilitarios
Compare 2 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-07-29 00:42:56 +02:00
1a3a295f18 (htmx): Uso de Context::default() por ::new(None)
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-07-28 19:02:20 +02:00
c91b1cd35c (seaorm): Añade flatten_txn_err()
8ddc26dae1 📝 (theme): Aclara alcance de la herencia de temas
Compare 2 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-07-28 01:00:21 +02:00
dc2ed27da4 ♻️ (util): Extrae non_blank() y normalize_token()
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-07-27 22:46:53 +02:00
747e64ce34 (auth): Añade permisos tipados
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-07-26 21:30:34 +02:00
ea0dc021ce (seaorm): Añade Paginated<T> y paginate()
9db1d4bab0 (htmx): Añade soporte OOB a HtmxResponse
Compare 2 commits »
manuelcillero pushed to pagetop-work-in-progress at manuelcillero/pagetop 2026-07-26 13:42:46 +02:00
74dbcde5c5 ♻️ (core): Cambia HashMap x Vec en RegionComponents
7e6a9f8557 ♻️ (core): Clave &'static str en RegionComponents
845d91d8c1 ♻️ (core): Evita doble clonado de InRegion en Child
ce6b4d2581 ♻️ (core): Simplifica Child a Arc<dyn Component>
65c8a788c2 (web): Añade cabeceras HTTP a TestRequest
Compare 6 commits »