Skip to content
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

Merged
merged 41 commits into from
Dec 20, 2024

Conversation

vanpelt
Copy link
Collaborator

@vanpelt vanpelt commented Dec 18, 2024

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?

@vanpelt vanpelt requested review from a team as code owners December 18, 2024 00:05
@circle-job-mirror
Copy link

circle-job-mirror bot commented Dec 18, 2024

const mods: ModCategories = {
Labeling: [
{
id: 'labeling/html',
Copy link
Collaborator

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

Copy link
Collaborator Author

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...

@vanpelt vanpelt merged commit fcb51c3 into master Dec 20, 2024
120 checks passed
@vanpelt vanpelt deleted the feature/modules branch December 20, 2024 00:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants