-
Notifications
You must be signed in to change notification settings - Fork 36
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
Adding better access controls. #247
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.
LGTM
grid-align-items: center; | ||
`; | ||
|
||
const MainContainer = styled.div` |
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.
Just so I understand, what is the purpose of calling this out as opposed to just using a div in the return statement?
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.
It's a bit vestigial, there used to be styles there.
Adds access controls for LLM Bots.
More details in the specification here: https://mattermost.atlassian.net/wiki/spaces/FF/pages/2917400646/UX+Spec+Access+Controls
Some elements of the spec have been differed from this PR.