-
Notifications
You must be signed in to change notification settings - Fork 887
chore: perform several small frontend permissions refactors #16735
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
4d9ec85
to
e98ccd3
Compare
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.
I really enjoyed the changes 🙏
}); | ||
|
||
async function resetSearch(page: Page) { | ||
async function resetSearch(page: Page, username: 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.
Nit: I think a better name for this function could be filterByUser
or searchByUser
.
site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/LicenseSeatConsumptionChart.tsx
Show resolved
Hide resolved
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.
👍
fe9bbea
to
ee5013f
Compare
A bunch of small changes that I made while fixing bugs and cleaning up permissions code, but that couldn't get merged as part of the bigger PR out of risk of creating too much noise when cherry picking to the release branches.