mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-16 20:11:53 -05:00
[PR #960] [MERGED] Make the links look clickable #7338
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/960
Author: @cocktailpeanut
Created: 2/28/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (4)
a181b2bMerge pull request #951 from open-webui/dev776b463Merge pull request #953 from open-webui/dev5745b9cMerge pull request #955 from open-webui/devf4122fdupdate📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
src/lib/components/chat/Settings/Models.svelte(+4 -4)📄 Description
Pull Request Checklist
Description
Currently the links in the settings modal don't look like links and I had no idea they were clickable and completely missed it. I am sure many people would have the same issue, especially since even its color is grayed out. Here's what it currently looks like (See the "click here" parts):
To make them look clickable, I simply added an
underlineclass to the links. And now the links look like links:Changelog Entry
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.