add pagination in profile

This commit is contained in:
Fran
2026-01-19 20:28:22 -03:00
parent 65d65baaee
commit 0ba88d14ed
3 changed files with 106 additions and 66 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
</Card>
{:else}
{#each $posts as post (post.id)}
<div animate:slide>
<div transition:slide>
<PostCard {post} bind:postAModificar />
</div>
{/each}