mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-26 03:14:08 -05:00
[PR #21723] [MERGED] feat: update admin users and evaluations sidebars to leverage native anchor tags for robust new-tab link capabilities #81114
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21723
Author: @silentoplayz
Created: 2/22/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @tjbck
Base:
dev← Head:fix/admin-users-evaluations-new-tab📝 Commits (1)
962b780feat(ui): update admin users and evaluations sidebars to leverage native anchor tags for robust new-tab link capabilities📊 Changes
2 files changed (+20 additions, -24 deletions)
View changed files
📝
src/lib/components/admin/Evaluations.svelte(+10 -12)📝
src/lib/components/admin/Users.svelte(+10 -12)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
UsersandEvaluationssidebar navigation components inside the Administration panel to inherently support native browser new-tab actions securely (such as middle-clicking to open in a background tab natively).Added
<a href...>navigation mappings correctly trackingevaluationsandusersroute tabs internally across both elements precisely targeting their respective endpoints.draggable="false"accompanied byclass="... select-none"identical to previous iteration templates across the rest of the Admin routes natively.Changed
<button>components driving Single-Page-Application routing exclusively viagoto(route)interactions into robust HTML5 native anchors identically structured identically parsing insidesrc/lib/components/admin/Evaluations.svelteandsrc/lib/components/admin/Users.svelte.Removed
buttonoverrides previously suppressing local native HTML capabilities.Additional Information
Context: Just like the
admin/Settings.sveltenavigation pane addressed earlier, the sub-tabs governing theUsersview (Overview vs Groups) andEvaluationsviews (Leaderboard vs Feedback) were rendering insideon:clickbound<button>nodes blocking normal interaction commands via mouse. Adjusting them to natively route through<a href...>standard elements explicitly allows native mechanisms uninterrupted.Related PR: https://github.com/open-webui/open-webui/pull/21721
Screenshots or Videos
Before
After
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.