-
Notifications
You must be signed in to change notification settings - Fork 89
move group membership from the settings menu, into the Team menu #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR moves group membership functionality from the settings menu into the Team menu, creating a dedicated groups management interface. The change improves user experience by consolidating team-related features in one location.
- Relocated group management from settings to team navigation
- Added new dedicated groups pages with detailed group views
- Enhanced group action capabilities with rename and delete functionality
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| src/modules/settings/GroupsSettings.tsx | New component extracted from GroupsTab for settings-specific group configuration |
| src/modules/settings/GroupsActionCell.tsx | Removed - functionality moved to groups module |
| src/modules/groups/GroupsTable.tsx | Updated imports to reference moved components |
| src/modules/groups/GroupsTab.tsx | Updated import path for relocated GroupsTable |
| src/modules/groups/GroupsNameCell.tsx | Added navigation functionality to group names |
| src/modules/groups/GroupsActionCell.tsx | Enhanced version with dropdown menu and rename functionality |
| src/layouts/Navigation.tsx | Added Groups link to Team menu |
| src/app/(dashboard)/team/groups/page.tsx | New dedicated groups page under team section |
| src/app/(dashboard)/team/groups/layout.tsx | Layout configuration for groups page |
| src/app/(dashboard)/settings/page.tsx | Updated to use new GroupsSettings component |
| src/app/(dashboard)/group/page.tsx | New detailed group view page |
| src/app/(dashboard)/group/layout.tsx | Layout configuration for individual group pages |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
# Conflicts: # src/components/ui/GroupBadgeIcon.tsx # src/modules/access-control/table/AccessControlTable.tsx
Screencast.from.2025-10-08.19-19-32.webm
Group action: add peer or users to group
Screencast.from.2025-10-13.22-56-18.webm