[PR #30] [MERGED] feat: server url edit & markdown styling added #20116

Closed
opened 2026-04-20 02:45:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/30
Author: @tjbck
Created: 10/25/2023
Status: Merged
Merged: 10/25/2023
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (7)

  • b6a780e feat: enable api_base_url edit from ui
  • e9c83a8 Update app.html
  • 38519a2 Update SettingsModal.svelte
  • e509daf feat: markdown styling added
  • 28ea56c feat: copy code block added
  • 7d0ec54 doc: troubleshooting guide added
  • 6523677 Merge branch 'main' into dev

📊 Changes

7 files changed (+316 additions, -51 deletions)

View changed files

📝 README.md (+28 -0)
📝 package-lock.json (+77 -0)
📝 package.json (+1 -0)
📝 src/app.html (+1 -1)
📝 src/lib/components/chat/SettingsModal.svelte (+67 -4)
📝 src/routes/+page.svelte (+130 -45)
📝 tailwind.config.js (+12 -1)

📄 Description

No description provided


🔄 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/30 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 10/25/2023 **Status:** ✅ Merged **Merged:** 10/25/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`b6a780e`](https://github.com/open-webui/open-webui/commit/b6a780e7c7fb1995815d9213ff15d4356e20a03e) feat: enable api_base_url edit from ui - [`e9c83a8`](https://github.com/open-webui/open-webui/commit/e9c83a8897a17e55fe7509dcced317fe41652b2f) Update app.html - [`38519a2`](https://github.com/open-webui/open-webui/commit/38519a2654916cb6068cd2f0f12a281de91afc68) Update SettingsModal.svelte - [`e509daf`](https://github.com/open-webui/open-webui/commit/e509dafd78c1e4cb1b158f9b0d811cc976280676) feat: markdown styling added - [`28ea56c`](https://github.com/open-webui/open-webui/commit/28ea56c95afb8bafe48386c3421957a716037a70) feat: copy code block added - [`7d0ec54`](https://github.com/open-webui/open-webui/commit/7d0ec543b7398ce5cf54fb3eb8d441ee8136a1e5) doc: troubleshooting guide added - [`6523677`](https://github.com/open-webui/open-webui/commit/6523677b7d13ab51f6518dd470cc4a52f82ac747) Merge branch 'main' into dev ### 📊 Changes **7 files changed** (+316 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+28 -0) 📝 `package-lock.json` (+77 -0) 📝 `package.json` (+1 -0) 📝 `src/app.html` (+1 -1) 📝 `src/lib/components/chat/SettingsModal.svelte` (+67 -4) 📝 `src/routes/+page.svelte` (+130 -45) 📝 `tailwind.config.js` (+12 -1) </details> ### 📄 Description _No description provided_ --- <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 2026-04-20 02:45:24 -05: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#20116