mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 12:36:27 -05:00
[PR #7425] [CLOSED] Fix: User Chats modal - improved handling of data fetching. Avoid showing previous users chats while fetching. #109367
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/7425
Author: @DmitriyAlergant
Created: 11/27/2024
Status: ❌ Closed
Base:
dev← Head:fix/user_chats_modal_clear📝 Commits (2)
6649cd7User Chats Modal improved handling of data fetching. Avoid showing previous user chats while still fetching + requires new i18n term for 'Loading...'798dd63Executable bit +x for run.sh📊 Changes
51 files changed (+67 additions, -8 deletions)
View changed files
📝
run.sh(+0 -0)📝
src/app.css(+0 -1)📝
src/lib/components/admin/Users/UserList/UserChatsModal.svelte(+18 -4)📝
src/lib/components/chat/Messages.svelte(+1 -1)📝
src/lib/components/layout/Sidebar.svelte(+2 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+1 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+1 -0)...and 31 more files
📄 Description
Pull Request Checklist
Improved handling of data fetching in User Chats modal (admin looking at user chats). This avoids showing previous users chats while still fetching (which sometimes can be delayed), which can be confusing and misleading.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Improved handling of data fetching in User Chats modal (admins button to look at userы chats). This avoids showing previous users chats while still fetching data (which sometimes can be delayed). Which can be confusing and misleading.
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.