iachat/app/javascript/dashboard/i18n/locale
Pranav 7cddba2b08
feat: Add infinite scroll to contacts search page (#13376)
## Summary
- Add `has_more` to contacts search API response to enable infinite
scroll without expensive count queries
- Set `count` to the number of items in the current page instead of
total count
- Implement "Load more" button for contacts search results
- Keep existing contacts visible while loading additional pages

## Changes

### Backend
- Add `fetch_contacts_with_has_more` method that fetches N+1 records to
determine if more pages exist
- Return `has_more` in search endpoint meta response
- Set `count` to current page size instead of total count

### Frontend
- Add `APPEND_CONTACTS` mutation for appending contacts without clearing
existing ones
- Update search action to support `append` parameter
- Add `ContactsLoadMore` component with loading state
- Update `ContactsListLayout` to support infinite scroll mode
- Update `ContactsIndex` to use infinite scroll for search view
2026-01-27 18:55:19 -08:00
..
am chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ar chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
az chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
bg chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
bn chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ca chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
cs chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
da chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
de chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
el chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
en feat: Add infinite scroll to contacts search page (#13376) 2026-01-27 18:55:19 -08:00
es chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
et chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
fa chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
fi chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
fr chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
he chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
hi chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
hr chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
hu chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
hy chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
id chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
is chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
it chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ja chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ka chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ko chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
lt chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
lv chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ml chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ms chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ne chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
nl chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
no chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
pl chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
pt chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
pt_BR chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ro chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ru chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
sh chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
sk chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
sl chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
sq chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
sr chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
sv chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ta chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
th chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
tl chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
tr chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
uk chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ur chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
ur_IN chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
vi chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
zh chore: Update translations, add pnpm sync:i18n command (#10893) 2025-02-12 17:43:46 -08:00
zh_CN chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
zh_TW chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00