[PR #170] [MERGED] feat: chat history delete confirmation & pwa support #6985

Closed
opened 2025-11-11 17:13:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/170
Author: @tjbck
Created: 12/1/2023
Status: Merged
Merged: 12/2/2023
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (7)

  • 959ab8e Checking for clearing chat history
  • ec3f2a3 Merge branch 'ollama-webui:main' into main
  • fb6003d Comments resolved
  • 37096ec Merge pull request #158 from dangminhduc1101/main
  • c9aeeb4 feat: add PWA manifest.json
  • b55ec6c fix: message input styling
  • 566698a Merge pull request #167 from ntimo/task/basic-pwa

📊 Changes

4 files changed (+107 additions, -24 deletions)

View changed files

📝 src/app.html (+1 -0)
📝 src/lib/components/chat/MessageInput.svelte (+6 -3)
📝 src/lib/components/layout/Sidebar.svelte (+84 -21)
static/manifest.json (+16 -0)

📄 Description

Resolves #150 #149

Thanks to @ntimo @dangminhduc1101


🔄 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/170 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/2/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`959ab8e`](https://github.com/open-webui/open-webui/commit/959ab8e2d8bf09904bfdf4898ea2884bb71fbff6) Checking for clearing chat history - [`ec3f2a3`](https://github.com/open-webui/open-webui/commit/ec3f2a3e1e551d514c7c18b5f52e8eb955246058) Merge branch 'ollama-webui:main' into main - [`fb6003d`](https://github.com/open-webui/open-webui/commit/fb6003de84765e8d21ce136183446fe57bb66ce1) Comments resolved - [`37096ec`](https://github.com/open-webui/open-webui/commit/37096ec8631606abe4a923a4f5f0ad80b08f8c20) Merge pull request #158 from dangminhduc1101/main - [`c9aeeb4`](https://github.com/open-webui/open-webui/commit/c9aeeb4effacc1ab2cf307be61f0458c161d5c2d) feat: add PWA manifest.json - [`b55ec6c`](https://github.com/open-webui/open-webui/commit/b55ec6ce49d5505b806421ceffc514886ebc47a8) fix: message input styling - [`566698a`](https://github.com/open-webui/open-webui/commit/566698a00669628626b15347c16338856a6ef17e) Merge pull request #167 from ntimo/task/basic-pwa ### 📊 Changes **4 files changed** (+107 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/app.html` (+1 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+6 -3) 📝 `src/lib/components/layout/Sidebar.svelte` (+84 -21) ➕ `static/manifest.json` (+16 -0) </details> ### 📄 Description Resolves #150 #149 Thanks to @ntimo @dangminhduc1101 --- <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:13:38 -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#6985