[PR #3523] [CLOSED] Feat: add reply feature and font optimization #8061

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3523
Author: @Yash-1511
Created: 6/29/2024
Status: Closed

Base: devHead: main


📝 Commits (6)

📊 Changes

6 files changed (+248 additions, -114 deletions)

View changed files

backend/dev_windows.bat (+5 -0)
📝 src/app.html (+87 -105)
📝 src/lib/components/chat/Chat.svelte (+2 -0)
📝 src/lib/components/chat/MessageInput.svelte (+55 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+98 -7)
📝 src/tailwind.css (+1 -1)

📄 Description

Changelog Entry

Description

  • Add a reply feature like ChatGPt.

Added

  • added dev_windows.bat for windows developement environment
  • added inter fonts ( will be optimizing )

Todo

  • Add tooltip for reply button
  • fix the z index of reply button
  • reply button logic refactor
  • set the state management of selected text
  • design the component of selected text
  • remove the selected text from the component
  • append this selected text to messages
  • download interfonts and added in font face
  • refactor all code
  • test the functionality

🔄 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/3523 **Author:** [@Yash-1511](https://github.com/Yash-1511) **Created:** 6/29/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (6) - [`1eebb85`](https://github.com/open-webui/open-webui/commit/1eebb85f4884a239e0f25fa0df6a767ef9311ed3) Merge pull request #3323 from open-webui/dev - [`b072481`](https://github.com/open-webui/open-webui/commit/b0724811dfdb70883c112c20e05dda46707e0330) Merge pull request #3477 from open-webui/dev - [`f7da94f`](https://github.com/open-webui/open-webui/commit/f7da94ff857c33cf8bd436639f80eecd8c21d6ae) Merge pull request #3485 from open-webui/dev - [`24b638f`](https://github.com/open-webui/open-webui/commit/24b638fcdea17fb8621e0391150bee852cf74a38) Merge pull request #3486 from open-webui/dev - [`37144a7`](https://github.com/open-webui/open-webui/commit/37144a7581e4dc95e6b0f15fef8f72466bdd611a) Feat: add reply feature - [`443ae7b`](https://github.com/open-webui/open-webui/commit/443ae7b6033adaa2fe06b886ae1c7dde796869e7) add: ui of reply message ### 📊 Changes **6 files changed** (+248 additions, -114 deletions) <details> <summary>View changed files</summary> ➕ `backend/dev_windows.bat` (+5 -0) 📝 `src/app.html` (+87 -105) 📝 `src/lib/components/chat/Chat.svelte` (+2 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+55 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+98 -7) 📝 `src/tailwind.css` (+1 -1) </details> ### 📄 Description # Changelog Entry ### Description - Add a reply feature like ChatGPt. ### Added - added dev_windows.bat for windows developement environment - added inter fonts ( will be optimizing ) ### Todo - [ ] Add tooltip for reply button - [ ] fix the z index of reply button - [ ] reply button logic refactor - [ ] set the state management of selected text - [ ] design the component of selected text - [ ] remove the selected text from the component - [ ] append this selected text to messages - [ ] download interfonts and added in font face - [ ] refactor all code - [ ] test the functionality --- <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:44:00 -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#8061