-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat(weave): Add mods page and menu item only for wandb admins #3279
Conversation
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=27a4d98cf35bf1831e2712f6fbbf8b3d303d5fea |
const mods: ModCategories = { | ||
Labeling: [ | ||
{ | ||
id: 'labeling/html', |
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.
seems odd to have a slash in the id
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.
Good eye, it is indeed odd but I did this on purpose although we may want to just not allow it. The thinking was all of these mods will be in a git repo somewhere and organizing them in folders would be ideal. I think I can get around this by having the id to directory mapping stored somewhere else...
Description
This adds a new Mods page that we only expose in the overflow menu for wandb admins. It depends on a number of changes in core. I'll be breaking those changes out into seperate PR's with graphite and will link any dependent PR's here.
Testing
How was this PR tested?