[PR #960] [MERGED] Make the links look clickable #7338

Closed
opened 2025-11-11 17:23:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: main


📝 Commits (4)

📊 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: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation? => No change
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation? => No change

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):

beforee

To make them look clickable, I simply added an underline class to the links. And now the links look like links:

afterr

Changelog Entry

Added

  • "undeline" class to the links in the settings modal

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/960 **Author:** [@cocktailpeanut](https://github.com/cocktailpeanut) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 2/28/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (4) - [`a181b2b`](https://github.com/open-webui/open-webui/commit/a181b2b63ba4f263e1683b087194e2f431960525) Merge pull request #951 from open-webui/dev - [`776b463`](https://github.com/open-webui/open-webui/commit/776b463ff30df4d45bf311f76ac644eb093006ba) Merge pull request #953 from open-webui/dev - [`5745b9c`](https://github.com/open-webui/open-webui/commit/5745b9c5db0452f50fe1e045a37dcf0477c3fbeb) Merge pull request #955 from open-webui/dev - [`f4122fd`](https://github.com/open-webui/open-webui/commit/f4122fd0ced007c47b17921d7919db1a0f3fd13c) update ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Settings/Models.svelte` (+4 -4) </details> ### 📄 Description ## Pull Request Checklist - [X] **Description:** Briefly describe the changes in this pull request. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [X] **Documentation:** Have you updated relevant documentation? **=> No change** - [X] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? **=> No change** --- ## 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)**: <img width="805" alt="beforee" src="https://github.com/open-webui/open-webui/assets/121128867/71e831e9-6839-4cad-8372-96b9837ff300"> To make them look clickable, I simply added an `underline` class to the links. And now the links look like links: <img width="794" alt="afterr" src="https://github.com/open-webui/open-webui/assets/121128867/66bb34ef-a9a1-4ea3-a1a3-a982b95eb401"> --- ### Changelog Entry ### Added - "undeline" class to the links in the settings modal --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:23:50 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7338