[PR #5986] [MERGED] feat: support inviting members on mobile #7126

Closed
opened 2026-03-23 23:18:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5986
Author: @LucasXu0
Created: 8/16/2024
Status: Merged
Merged: 8/17/2024
Merged by: @LucasXu0

Base: mainHead: invite_member_on_mobile


📝 Commits (5)

  • 7fddcff feat: support inviting members on mobile
  • b73682e feat: support workspace member list on mobile
  • 4ca5879 feat: support leave workspace on mobile
  • bf4ce5e chore: adjust member list ui
  • 070af73 fix: flutter analyze

📊 Changes

14 files changed (+610 additions, -36 deletions)

View changed files

📝 frontend/appflowy_flutter/ios/Podfile.lock (+0 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart (+9 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/tab/mobile_space_tab.dart (+17 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/user_session_setting_group.dart (+17 -7)
frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart (+329 -0)
frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/member_list.dart (+164 -0)
frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/workspace_setting_group.dart (+29 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/widgets/show_flowy_mobile_confirm_dialog.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/generate_router.dart (+16 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+9 -10)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/divider.dart (+10 -4)
📝 frontend/resources/translations/en.json (+5 -1)

📄 Description

Feature Preview

owner
Screenshot 2024-08-16 at 17 48 43

member
Screenshot 2024-08-16 at 17 48 51
Screenshot 2024-08-16 at 17 49 44


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/5986 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/17/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `invite_member_on_mobile` --- ### 📝 Commits (5) - [`7fddcff`](https://github.com/AppFlowy-IO/AppFlowy/commit/7fddcffe7165ef9f05eb7d2dc2348697b06addce) feat: support inviting members on mobile - [`b73682e`](https://github.com/AppFlowy-IO/AppFlowy/commit/b73682e888c2ee66546575c10a4d0f9b61ef396a) feat: support workspace member list on mobile - [`4ca5879`](https://github.com/AppFlowy-IO/AppFlowy/commit/4ca5879edd7d852cab1be498b8a0b981937ce787) feat: support leave workspace on mobile - [`bf4ce5e`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf4ce5eca3c9ffff28941ea531868d61a8387c86) chore: adjust member list ui - [`070af73`](https://github.com/AppFlowy-IO/AppFlowy/commit/070af730c2453db6c5f3078a9a1324f38a7dc021) fix: flutter analyze ### 📊 Changes **14 files changed** (+610 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+0 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart` (+9 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/tab/mobile_space_tab.dart` (+17 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/user_session_setting_group.dart` (+17 -7) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart` (+329 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/member_list.dart` (+164 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/workspace_setting_group.dart` (+29 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/widgets/show_flowy_mobile_confirm_dialog.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/generate_router.dart` (+16 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+9 -10) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/divider.dart` (+10 -4) 📝 `frontend/resources/translations/en.json` (+5 -1) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview owner <img width="532" alt="Screenshot 2024-08-16 at 17 48 43" src="https://github.com/user-attachments/assets/c784318b-c6a8-4c5f-9c65-4e78dbb4507f"> member <img width="488" alt="Screenshot 2024-08-16 at 17 48 51" src="https://github.com/user-attachments/assets/ceb09b32-ddde-4348-8263-ff42d49f9230"> <img width="532" alt="Screenshot 2024-08-16 at 17 49 44" src="https://github.com/user-attachments/assets/99078009-cdb4-47c1-8f7f-34a6e2a2c714"> <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7126
No description provided.