fix(admin): use infinite scroll for content list to support large dat… (#135)

* fix(admin): use infinite scroll for content list to support large datasets

* chore: apply copilot review suggestions and add changeset
This commit is contained in:
Foysal Zihak
2026-04-04 14:02:57 +06:00
committed by GitHub
parent e9a6f7ac3c
commit 018be7f1c3
2 changed files with 30 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@emdash-cms/admin": patch
---
Fix content list for large collections by implementing infinite scroll pagination