Skip to content

Comments

Add pagination support for posts list (fixes #13)#23

Open
axarus wants to merge 2 commits intomasterfrom
feature-pagination-posts-issue-13
Open

Add pagination support for posts list (fixes #13)#23
axarus wants to merge 2 commits intomasterfrom
feature-pagination-posts-issue-13

Conversation

@axarus
Copy link
Contributor

@axarus axarus commented Jul 21, 2025

Este PR añade paginación a la lista de posts en la interfaz administrativa y en la página principal.

  • Se agregó un selector de límite con opciones: 5, 10, 20, 50 y 100 posts por página.
  • Modificación en HandleListPosts para soportar la paginación en el backend.
  • Actualización en HandleRenderHome para soportar paginación en la página principal.
  • Cambios en las vistas: statics/www/admin/posts y statics/www/index.gohtml.

Fixes #13

@axarus axarus requested a review from fulldump July 23, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🗃️ Paginación en la lista de posts

1 participant