mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 20:03:30 +02:00
feat: update ChatListItem UI for improved styling and accessibility; increase initial page size in use-documents hook
This commit is contained in:
parent
933c767806
commit
74c95ee61f
2 changed files with 12 additions and 8 deletions
|
|
@ -61,7 +61,7 @@ export function toDisplayDoc(item: ApiDocumentInput): DocumentDisplay {
|
|||
}
|
||||
|
||||
const EMPTY_TYPE_FILTER: DocumentTypeEnum[] = [];
|
||||
const INITIAL_PAGE_SIZE = 20;
|
||||
const INITIAL_PAGE_SIZE = 50;
|
||||
const SCROLL_PAGE_SIZE = 5;
|
||||
|
||||
function isValidDocument(doc: DocumentElectric): boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue