-
Notifications
You must be signed in to change notification settings - Fork 22
Add pre-saved team author filters #94
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: master
Are you sure you want to change the base?
Conversation
Co-authored-by: meta.alex.r <meta.alex.r@gmail.com>
|
Cursor Agent can help with this pull request. Just |
| onTeamSelect?: (teamId: string) => void; | ||
| className?: string; | ||
| } | ||
|
|
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.
test
| @@ -0,0 +1,159 @@ | |||
| # Teams Feature Documentation | |||
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.
test
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.
New change
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.
new change 2
|
|
||
| ## Overview | ||
| The Teams feature allows users to pre-save combinations of authors that can be quickly selected from the author filter dropdown. This is particularly useful for filtering PRs and issues by commonly used groups like frontend team, backend team, or specific reviewer groups. | ||
|
|
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.
test2
| The Teams feature allows users to pre-save combinations of authors that can be quickly selected from the author filter dropdown. This is particularly useful for filtering PRs and issues by commonly used groups like frontend team, backend team, or specific reviewer groups. | ||
|
|
||
| ## Features | ||
|
|
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.
Fresh reload comment
Add team management and selection to author filters for PRs and issues to enable quick filtering by predefined groups.
This feature addresses the common need to filter by recurring groups of authors (e.g., "Frontend Team"). Instead of manually selecting multiple individual authors each time, users can now define and save these groups as "teams" and select them with a single click, significantly improving filtering efficiency and consistency across sessions.