Original PR: https://github.com/open-webui/open-webui/pull/4349 Author: @tjbck Created: 8/4/2024 Status: ✅ Merged Merged: 8/4/2024 Merged by: @tjbck
Base: dev ← Head: dev-scroll
dev
dev-scroll
4919981
519375b
d119616
62dc486
2c4bc7a
chats.set(...)
06a6421
6847c2f
067d76f
f9e1a93
cdac0cd
11 files changed (+176 additions, -39 deletions)
📝 backend/apps/webui/models/chats.py (+5 -4) 📝 backend/apps/webui/routers/chats.py (+8 -2) 📝 src/lib/apis/chats/index.ts (+7 -2) 📝 src/lib/components/chat/Chat.svelte (+23 -8) 📝 src/lib/components/chat/Messages.svelte (+3 -2) 📝 src/lib/components/chat/Settings/Chats.svelte (+12 -4) 📝 src/lib/components/chat/Tags.svelte (+11 -6) ➕ src/lib/components/common/Loader.svelte (+30 -0) 📝 src/lib/components/layout/Sidebar.svelte (+64 -7) 📝 src/lib/components/layout/Sidebar/ChatItem.svelte (+10 -4) 📝 src/lib/stores/index.ts (+3 -0)
backend/apps/webui/models/chats.py
backend/apps/webui/routers/chats.py
src/lib/apis/chats/index.ts
src/lib/components/chat/Chat.svelte
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Settings/Chats.svelte
src/lib/components/chat/Tags.svelte
src/lib/components/common/Loader.svelte
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar/ChatItem.svelte
src/lib/stores/index.ts
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4349
Author: @tjbck
Created: 8/4/2024
Status: ✅ Merged
Merged: 8/4/2024
Merged by: @tjbck
Base:
dev← Head:dev-scroll📝 Commits (10+)
4919981add: stores for pagination state519375badd: skip and limit use in queryd119616add: use skip and limit in api call62dc486add: add paginated scroll handler2c4bc7arefactor: uses ofchats.set(...)support pagi sidebar06a6421fix: bool eval order6847c2fMerge branch 'origin/dev' into sidebar-pagination [skip ci]067d76ffix: dynamically determine page sizef9e1a93fix: bug in chat deletion pagination interactcdac0cdrefactor: disable pagination moved to a function📊 Changes
11 files changed (+176 additions, -39 deletions)
View changed files
📝
backend/apps/webui/models/chats.py(+5 -4)📝
backend/apps/webui/routers/chats.py(+8 -2)📝
src/lib/apis/chats/index.ts(+7 -2)📝
src/lib/components/chat/Chat.svelte(+23 -8)📝
src/lib/components/chat/Messages.svelte(+3 -2)📝
src/lib/components/chat/Settings/Chats.svelte(+12 -4)📝
src/lib/components/chat/Tags.svelte(+11 -6)➕
src/lib/components/common/Loader.svelte(+30 -0)📝
src/lib/components/layout/Sidebar.svelte(+64 -7)📝
src/lib/components/layout/Sidebar/ChatItem.svelte(+10 -4)📝
src/lib/stores/index.ts(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.