Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 16:03:01 +00:00
co-authored by renee-png
parent 41c3b7aa66
commit 207ff87204
+7
View File
@@ -477,6 +477,13 @@ function ContactsIndex() {
))}
</div>
)}
{!loading && hasMore && (
<div className="px-4 py-3 border-t flex items-center justify-center">
<Button variant="outline" size="sm" onClick={() => setVisibleLimit((n) => n + 100)}>
Load 100 more ({filtered.length - visibleRows.length} remaining)
</Button>
</div>
)}
</CardContent>
</Card>