[PR #907] [MERGED] Feat/segment add tag #22757

Closed
opened 2026-02-21 20:19:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/907
Author: @zxhlyh
Created: 8/18/2023
Status: Merged
Merged: 8/18/2023
Merged by: @zxhlyh

Base: mainHead: feat/segment-add-tag


📝 Commits (3)

📊 Changes

8 files changed (+132 additions, -10 deletions)

View changed files

web/app/components/base/tag-input/index.tsx (+94 -0)
📝 web/app/components/datasets/documents/detail/completed/index.tsx (+19 -6)
📝 web/app/components/datasets/documents/detail/new-segment-modal.tsx (+10 -2)
📝 web/global.d.ts (+2 -1)
📝 web/i18n/lang/dataset-documents.en.ts (+2 -0)
📝 web/i18n/lang/dataset-documents.zh.ts (+2 -0)
📝 web/models/datasets.ts (+1 -0)
📝 web/package.json (+2 -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/langgenius/dify/pull/907 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/18/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/segment-add-tag` --- ### 📝 Commits (3) - [`1951c88`](https://github.com/langgenius/dify/commit/1951c8865cdbd4efee0ad934fec23a2bfb64378b) feat: segment add keyword - [`3effffa`](https://github.com/langgenius/dify/commit/3effffaf5a6316b71b77ca1bbc0a11d0dd9ac603) fix: placeholder text color when hover - [`c42a311`](https://github.com/langgenius/dify/commit/c42a3113eaccb6e199dec06e67e3821278acc502) fix: clear ### 📊 Changes **8 files changed** (+132 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `web/app/components/base/tag-input/index.tsx` (+94 -0) 📝 `web/app/components/datasets/documents/detail/completed/index.tsx` (+19 -6) 📝 `web/app/components/datasets/documents/detail/new-segment-modal.tsx` (+10 -2) 📝 `web/global.d.ts` (+2 -1) 📝 `web/i18n/lang/dataset-documents.en.ts` (+2 -0) 📝 `web/i18n/lang/dataset-documents.zh.ts` (+2 -0) 📝 `web/models/datasets.ts` (+1 -0) 📝 `web/package.json` (+2 -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>
yindo added the pull-request label 2026-02-21 20:19:41 -05:00
yindo closed this issue 2026-02-21 20:19:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22757