[PR #1011] [MERGED] Feat/support to invite multiple users #22835

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/1011
Author: @MatriQ
Created: 8/25/2023
Status: Merged
Merged: 8/30/2023
Merged by: @takatost

Base: mainHead: feat/invite-multiple-users


📝 Commits (5)

  • acbf5bc feat: invite multiple users
  • 7c1a3ba feat: invite multiple users
  • d40d02d fix: address comment
  • 2919701 fix: adjusting UI with official design
  • 35eac33 fix: address comments

📊 Changes

12 files changed (+221 additions, -69 deletions)

View changed files

📝 api/controllers/console/workspace/members.py (+26 -29)
📝 web/app/components/header/account-setting/members-page/index.tsx (+6 -5)
📝 web/app/components/header/account-setting/members-page/invite-modal/index.module.css (+8 -0)
📝 web/app/components/header/account-setting/members-page/invite-modal/index.tsx (+102 -19)
📝 web/app/components/header/account-setting/members-page/invited-modal/index.tsx (+44 -6)
📝 web/app/components/header/account-setting/members-page/invited-modal/invitation-link.tsx (+5 -4)
📝 web/i18n/lang/common.en.ts (+4 -2)
📝 web/i18n/lang/common.zh.ts (+3 -1)
📝 web/models/common.ts (+14 -0)
📝 web/package.json (+1 -0)
📝 web/service/common.ts (+3 -3)
📝 web/yarn.lock (+5 -0)

📄 Description

  • Support to invite multiple users

QA Screenshots:

  • Invitation popup:
    1692943587200
  • Succeed to invite one user:
    1692943750067
  • Failed to Invite one user:
    1692943781884
  • Invite multiple users:
    1692943649204

🔄 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/1011 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 8/25/2023 **Status:** ✅ Merged **Merged:** 8/30/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/invite-multiple-users` --- ### 📝 Commits (5) - [`acbf5bc`](https://github.com/langgenius/dify/commit/acbf5bcd4187f79359de775a4bfe95daf631df79) feat: invite multiple users - [`7c1a3ba`](https://github.com/langgenius/dify/commit/7c1a3ba425579c6116bad546382efd4e2903e964) feat: invite multiple users - [`d40d02d`](https://github.com/langgenius/dify/commit/d40d02d15887d10397f00ff114cfcb439283189a) fix: address comment - [`2919701`](https://github.com/langgenius/dify/commit/2919701b1781394b0b54868fda7040e3f55b1fcd) fix: adjusting UI with official design - [`35eac33`](https://github.com/langgenius/dify/commit/35eac33c7630e16d3441b4c5a6f272e19a417279) fix: address comments ### 📊 Changes **12 files changed** (+221 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/workspace/members.py` (+26 -29) 📝 `web/app/components/header/account-setting/members-page/index.tsx` (+6 -5) 📝 `web/app/components/header/account-setting/members-page/invite-modal/index.module.css` (+8 -0) 📝 `web/app/components/header/account-setting/members-page/invite-modal/index.tsx` (+102 -19) 📝 `web/app/components/header/account-setting/members-page/invited-modal/index.tsx` (+44 -6) 📝 `web/app/components/header/account-setting/members-page/invited-modal/invitation-link.tsx` (+5 -4) 📝 `web/i18n/lang/common.en.ts` (+4 -2) 📝 `web/i18n/lang/common.zh.ts` (+3 -1) 📝 `web/models/common.ts` (+14 -0) 📝 `web/package.json` (+1 -0) 📝 `web/service/common.ts` (+3 -3) 📝 `web/yarn.lock` (+5 -0) </details> ### 📄 Description * Support to invite multiple users QA Screenshots: - Invitation popup: ![1692943587200](https://github.com/langgenius/dify/assets/1320925/036c46a9-a814-48d1-bf8f-154c700c19b5) - Succeed to invite one user: ![1692943750067](https://github.com/langgenius/dify/assets/1320925/c4214b30-f011-47a7-9eeb-2c6f479d8b43) - Failed to Invite one user: ![1692943781884](https://github.com/langgenius/dify/assets/1320925/374d3fea-9cce-4138-927e-75f343dd3eca) - Invite multiple users: ![1692943649204](https://github.com/langgenius/dify/assets/1320925/3ccac99b-9498-4499-8237-2d065cb93aa7) --- <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#22835