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.
Description
This simple pull request introduces autocomplete functionality to the "Add a tag" section in chats, improving user experience and reducing typing effort for common tags. This also partially addresses #1317. Extracting tags using the LLM can be done in another PR.
Changelog Entry
Added
Added autocomplete functionality (using datalist) to "Add a tag" section in chats
Added support for adding tags via the Enter key
🔄 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/1339
**Author:** [@asedmammad](https://github.com/asedmammad)
**Created:** 3/28/2024
**Status:** ✅ Merged
**Merged:** 3/29/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `feat/chat-autocomplete-tags`
---
### 📝 Commits (1)
- [`4bf38e5`](https://github.com/open-webui/open-webui/commit/4bf38e5287bff3f43bd6dcde1b1ad081da738ae7) feat: Add autocomplete to chat tags
### 📊 Changes
**1 file changed** (+19 additions, -10 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/common/Tags/TagInput.svelte` (+19 -10)
</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.
---
## Description
This simple pull request introduces autocomplete functionality to the "Add a tag" section in chats, improving user experience and reducing typing effort for common tags. This also partially addresses #1317. Extracting tags using the LLM can be done in another PR.
---
### Changelog Entry
### Added
- Added autocomplete functionality (using `datalist`) to "Add a tag" section in chats
- Added support for adding tags via the Enter key
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1339
Author: @asedmammad
Created: 3/28/2024
Status: ✅ Merged
Merged: 3/29/2024
Merged by: @tjbck
Base:
dev← Head:feat/chat-autocomplete-tags📝 Commits (1)
4bf38e5feat: Add autocomplete to chat tags📊 Changes
1 file changed (+19 additions, -10 deletions)
View changed files
📝
src/lib/components/common/Tags/TagInput.svelte(+19 -10)📄 Description
Pull Request Checklist
Description
This simple pull request introduces autocomplete functionality to the "Add a tag" section in chats, improving user experience and reducing typing effort for common tags. This also partially addresses #1317. Extracting tags using the LLM can be done in another PR.
Changelog Entry
Added
datalist) to "Add a tag" section in chats🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.