✨ (base): Añade componente Pager
Incluye soporte HTMX vía `sort_link()`/`hx_pager` para navegación sin recarga.
This commit is contained in:
parent
e8bba0803d
commit
3b01894024
14 changed files with 881 additions and 31 deletions
|
|
@ -18,3 +18,10 @@ intro_have_fun = Coding is creating
|
|||
|
||||
# PoweredBy component.
|
||||
poweredby_pagetop = Powered by { $pagetop_link }
|
||||
|
||||
# Pager component.
|
||||
pager_aria_label = Page navigation
|
||||
pager_previous_label = Previous page
|
||||
pager_next_label = Next page
|
||||
pager_goto_label = Go to page
|
||||
pager_goto_button = Go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue