[PR #4181] [CLOSED] feat: members settings view #6108

Closed
opened 2026-03-23 22:21:45 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4181
Author: @Xazin
Created: 12/20/2023
Status: Closed

Base: mainHead: feat/members-settings


📝 Commits (1)

  • eac0ba6 feat: members settings view

📊 Changes

7 files changed (+613 additions, -21 deletions)

View changed files

frontend/appflowy_flutter/lib/workspace/application/settings/members/members_settings_bloc.dart (+98 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart (+20 -20)
frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_members_view.dart (+454 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_menu.dart (+8 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text.dart (+15 -0)
📝 frontend/resources/translations/en.json (+17 -1)

📄 Description

Feature Preview

Screenshot 2023-12-20 at 15 19 47

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/4181 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 12/20/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/members-settings` --- ### 📝 Commits (1) - [`eac0ba6`](https://github.com/AppFlowy-IO/AppFlowy/commit/eac0ba679eff83952f08c542f3e25d521cf41e0f) feat: members settings view ### 📊 Changes **7 files changed** (+613 additions, -21 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/lib/workspace/application/settings/members/members_settings_bloc.dart` (+98 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart` (+20 -20) ➕ `frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_members_view.dart` (+454 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_menu.dart` (+8 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text.dart` (+15 -0) 📝 `frontend/resources/translations/en.json` (+17 -1) </details> ### 📄 Description #### Feature Preview <img width="1143" alt="Screenshot 2023-12-20 at 15 19 47" src="https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/68fb80ce-98dd-43dc-a8dc-ee92a0efe5e0"> #### PR Checklist - [ ] 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 22:21:45 +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#6108
No description provided.