(fix): a bunch or weird scroll behaviour
All checks were successful
/ build-web (push) Successful in 1m27s
/ build-desktop (linux) (push) Successful in 6m46s
/ build-mobile (push) Successful in 16m16s
/ release (push) Successful in 30s

This commit is contained in:
Alois 2026-06-13 11:39:47 +02:00
commit f3cf836fcd
3 changed files with 320 additions and 398 deletions

View file

@ -10,4 +10,6 @@ export type LiveMessage = RawMessage & {
localId: string;
};
export const PAGE_SIZE = 50;
export const PAGE_SIZE = 30;
export const FALLBACK_MESSAGE_HEIGHT = 28;
export const MESSAGES_PER_VIRTUAL_ROW = 30;