Merge pull request #4349 from open-webui/dev-scroll

feat: Sidebar infinite scroll (pagination)
This commit is contained in:
Timothy Jaeryang Baek
2024-08-04 17:36:18 +02:00
committed by GitHub
11 changed files with 176 additions and 39 deletions

View File

@@ -42,6 +42,9 @@ export const showArchivedChats = writable(false);
export const showChangelog = writable(false);
export const showCallOverlay = writable(false);
export const scrollPaginationEnabled = writable(false);
export const currentChatPage = writable(1);
export type Model = OpenAIModel | OllamaModel;
type BaseModel = {