Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
49199819
Commit
49199819
authored
Aug 01, 2024
by
Aryan Kothari
Browse files
add: stores for pagination state
parent
4ffcabfb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/lib/stores/index.ts
src/lib/stores/index.ts
+3
-0
No files found.
src/lib/stores/index.ts
View file @
49199819
...
...
@@ -41,6 +41,9 @@ export const showSettings = writable(false);
export
const
showArchivedChats
=
writable
(
false
);
export
const
showChangelog
=
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment