feat(P2): paginate email list — default 50 threads, Load more button #42

Merged
guettlibot merged 1 commits from task/p2-email-list-pagination into main 2026-05-14 08:09:06 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 608a478cdc feat(P2): paginate email list — default 50 threads, Load more button
observeEmails and observeThreads now accept a `limit` parameter (default
50) so the DB query never streams thousands of rows. EmailListScreen
starts with _limit=50, appends a "Load more" button when the result
fills the page, and increments by 50 on each tap.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 10:07:42 +02:00