[PR #1003] [MERGED] chore: perfect type definition #22831

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1003
Author: @jiaowoxiaobala
Created: 8/24/2023
Status: Merged
Merged: 8/28/2023
Merged by: @iamjoel

Base: mainHead: main


📝 Commits (8)

  • 7a79b3c chore: perfect type definition
  • 81b2275 Merge branch 'langgenius:main' into main
  • bd943e2 Merge branch 'langgenius:main' into main
  • e4758b0 Merge branch 'langgenius:main' into main
  • acf570c chore: perfect type definition
  • e28c179 Merge branch 'langgenius:main' into main
  • 991b016 Merge branch 'langgenius:main' into main
  • bc00870 Merge branch 'main' into main

📊 Changes

35 files changed (+122 additions, -104 deletions)

View changed files

📝 web/app/(commonLayout)/apps/AppCard.tsx (+4 -3)
📝 web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx (+4 -4)
📝 web/app/components/app-sidebar/index.tsx (+5 -4)
📝 web/app/components/app-sidebar/navLink.tsx (+18 -5)
📝 web/app/components/app/chat/icon-component/index.tsx (+4 -4)
📝 web/app/components/app/configuration/config-var/index.tsx (+4 -3)
📝 web/app/components/app/configuration/config-var/input-type-icon.tsx (+1 -1)
📝 web/app/components/app/log/index.tsx (+2 -2)
📝 web/app/components/app/log/list.tsx (+2 -2)
📝 web/app/components/app/overview/appCard.tsx (+2 -2)
📝 web/app/components/base/emoji-picker/index.tsx (+8 -7)
📝 web/app/components/base/input/index.tsx (+5 -5)
📝 web/app/components/base/notion-icon/index.tsx (+1 -1)
📝 web/app/components/base/notion-page-selector/base.tsx (+3 -4)
📝 web/app/components/base/radio/component/radio/index.tsx (+1 -1)
📝 web/app/components/datasets/create/embedding-process/index.tsx (+6 -5)
📝 web/app/components/datasets/create/file-uploader/index.tsx (+1 -1)
📝 web/app/components/datasets/create/index.tsx (+3 -5)
📝 web/app/components/datasets/create/notion-page-preview/index.tsx (+2 -3)
📝 web/app/components/datasets/create/step-one/index.tsx (+3 -5)

...and 15 more files

📄 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/1003 **Author:** [@jiaowoxiaobala](https://github.com/jiaowoxiaobala) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/28/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`7a79b3c`](https://github.com/langgenius/dify/commit/7a79b3c9816c102c5396633f9da4b24f674c7aaf) chore: perfect type definition - [`81b2275`](https://github.com/langgenius/dify/commit/81b22758da521baf6e78d555b4e9a3c89f0683fe) Merge branch 'langgenius:main' into main - [`bd943e2`](https://github.com/langgenius/dify/commit/bd943e29678389049acab5eff99831ce83a6f126) Merge branch 'langgenius:main' into main - [`e4758b0`](https://github.com/langgenius/dify/commit/e4758b0d84db6ff07bd0137a47ae09f7630ca4b2) Merge branch 'langgenius:main' into main - [`acf570c`](https://github.com/langgenius/dify/commit/acf570c7157231b01b18251f70a1473d2e22254a) chore: perfect type definition - [`e28c179`](https://github.com/langgenius/dify/commit/e28c179e1fabb4d3e9975227a57d4658f3af3ba2) Merge branch 'langgenius:main' into main - [`991b016`](https://github.com/langgenius/dify/commit/991b01617ac04d53807cd258f6959f92fd93e701) Merge branch 'langgenius:main' into main - [`bc00870`](https://github.com/langgenius/dify/commit/bc00870e61793880314b9c6d7625a0082d0a207c) Merge branch 'main' into main ### 📊 Changes **35 files changed** (+122 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/apps/AppCard.tsx` (+4 -3) 📝 `web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx` (+4 -4) 📝 `web/app/components/app-sidebar/index.tsx` (+5 -4) 📝 `web/app/components/app-sidebar/navLink.tsx` (+18 -5) 📝 `web/app/components/app/chat/icon-component/index.tsx` (+4 -4) 📝 `web/app/components/app/configuration/config-var/index.tsx` (+4 -3) 📝 `web/app/components/app/configuration/config-var/input-type-icon.tsx` (+1 -1) 📝 `web/app/components/app/log/index.tsx` (+2 -2) 📝 `web/app/components/app/log/list.tsx` (+2 -2) 📝 `web/app/components/app/overview/appCard.tsx` (+2 -2) 📝 `web/app/components/base/emoji-picker/index.tsx` (+8 -7) 📝 `web/app/components/base/input/index.tsx` (+5 -5) 📝 `web/app/components/base/notion-icon/index.tsx` (+1 -1) 📝 `web/app/components/base/notion-page-selector/base.tsx` (+3 -4) 📝 `web/app/components/base/radio/component/radio/index.tsx` (+1 -1) 📝 `web/app/components/datasets/create/embedding-process/index.tsx` (+6 -5) 📝 `web/app/components/datasets/create/file-uploader/index.tsx` (+1 -1) 📝 `web/app/components/datasets/create/index.tsx` (+3 -5) 📝 `web/app/components/datasets/create/notion-page-preview/index.tsx` (+2 -3) 📝 `web/app/components/datasets/create/step-one/index.tsx` (+3 -5) _...and 15 more files_ </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:51 -05:00
yindo closed this issue 2026-02-21 20:19:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22831