mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #8576] [CLOSED] feat: User Feedback UI for Admins #22251
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/8576
Author: @Vojtech-Siler
Created: 1/15/2025
Status: ❌ Closed
Base:
dev← Head:better-user-feedback📝 Commits (3)
7541575Implement admin UI for user feedbackcff8bfdOptimize N+1 Query, Fix User load with Feedbacks5f58543Fix to evaluations.py📊 Changes
10 files changed (+375 additions, -64 deletions)
View changed files
➕
backend/open_webui/migrations/versions/790ecce592df_add_chat_id_to_feedback.py(+30 -0)➕
backend/open_webui/migrations/versions/96dcb0b3212f_migrate_chat_id_in_feedback.py(+50 -0)➕
backend/open_webui/migrations/versions/e56c262570d7_make_chat_id_in_feedback_required.py(+42 -0)📝
backend/open_webui/models/feedbacks.py(+48 -2)📝
backend/open_webui/routers/evaluations.py(+12 -4)📝
src/lib/apis/evaluations/index.ts(+31 -0)📝
src/lib/components/admin/Evaluations/Feedbacks.svelte(+23 -1)📝
src/lib/components/chat/Messages.svelte(+5 -0)📝
src/lib/components/chat/Messages/Message.svelte(+119 -56)📝
src/routes/s/[id]/+page.svelte(+15 -1)📄 Description
Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
https://github.com/user-attachments/assets/7c86a40c-f707-48e0-ac04-fd0a82637a7a
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.