mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
add: stores for pagination state
This commit is contained in:
parent
4ffcabfb3f
commit
49199819db
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ export const showSettings = writable(false);
|
||||||
export const showArchivedChats = writable(false);
|
export const showArchivedChats = writable(false);
|
||||||
export const showChangelog = writable(false);
|
export const showChangelog = writable(false);
|
||||||
export const showCallOverlay = writable(false);
|
export const showCallOverlay = writable(false);
|
||||||
|
export const scrollPaginationEnabled = writable(true);
|
||||||
|
export const pageSkip = writable(0);
|
||||||
|
export const pageLimit = writable(-1);
|
||||||
|
|
||||||
export type Model = OpenAIModel | OllamaModel;
|
export type Model = OpenAIModel | OllamaModel;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue