-
Notifications
You must be signed in to change notification settings - Fork 6
Added Approve All Button in Join Requests tab #367
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
✅ Deploy Preview for stuyepsilon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
SnowyNate
left a comment
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.
- This code redundantly uses logic for approving a member which is already in
src\modules\stuyactivities\orgs\org_admin\components\PendingMember.tsx, please find a more efficient way to solve this issue. - The styling of the button is perfect and the feature works, though it causes a "No join requests to approve." message when clicking on it.
Restyled Added Approve All Button in Join Requests tab
SnowyNate
left a comment
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.
Like before, I feel these changes are too "radical". This is just removing the approve logic from the component for it, and putting it in the page. Please check discord so we can discuss how to proceed about this and future issues.
Fixes #226