-
Notifications
You must be signed in to change notification settings - Fork 23
fix: teams add button permissions #2651
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for goofy-euclid-75956c ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for flanksource-demo-stable ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 fixes permissions for the teams "add" button by adding teams table permissions and adjusting UI styling for better layout management.
- Added teams table to the permissions configuration
- Removed overflow-y-auto styling from container divs to fix layout issues
- Added className prop for button alignment styling
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/context/UserAccessContext/permissions.ts | Added "teams" table to the permissions tables configuration |
src/components/SchemaResourcePage/SchemaResourceEdit.tsx | Updated CSS classes to remove overflow styling and add button alignment |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for clerk-saas-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Add missing teams entry to permissions table to fix Add button not showing on Teams page due to authorization check failure.
Fix Delete and Update buttons being cut off with excessive white space in schema resource edit forms (Teams, Rules, etc) by: - Removing overflow-y-auto from parent container to prevent full page scroll - Changing form from flex-1 to h-full to prevent expansion - Overriding CanEditResource className to remove flex-1 expansion
5aea078
to
27ad87d
Compare
No description provided.