mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #11302] [CLOSED] feat: Add sorting component to models, knowledge, prompts, and tools in workspace #110017
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/11302
Author: @hurxxxx
Created: 3/6/2025
Status: ❌ Closed
Base:
dev← Head:feat/workspace-sorting📝 Commits (4)
3b70cd6Merge pull request #11257 from open-webui/dev7ef66e5feat: Add sorting component to models, knowledge, prompts, and tools in workspace2b62187fix: Reset sorting direction to ASC when sorting field changes8471498i18n: add new label📊 Changes
54 files changed (+275 additions, -18 deletions)
View changed files
➕
src/lib/components/common/SortOptions.svelte(+145 -0)📝
src/lib/components/workspace/Knowledge.svelte(+16 -2)📝
src/lib/components/workspace/Models.svelte(+24 -7)📝
src/lib/components/workspace/Prompts.svelte(+17 -1)📝
src/lib/components/workspace/Tools.svelte(+24 -8)📝
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/el-GR/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/eu-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+1 -0)...and 34 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Screenshots or Videos
test-sorting.webm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.