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

Code Review Groups: add group management UI to modal #43281

Merged
merged 6 commits into from
Nov 2, 2021

Conversation

bencodeorg
Copy link
Contributor

Puts rough version of Code Review Groups manager in a modal (hidden behind an experiment flag) where it will ultimately appear. We should continue development of this feature (hooking up to back end, addtional UI work) here rather than in Storybook.

image

Testing story

Tested manually.

@bencodeorg bencodeorg requested a review from a team as a code owner October 29, 2021 21:08
Base automatically changed from ben/code-review-groups/update-styling-add-containers to staging October 29, 2021 22:17
@bencodeorg bencodeorg requested a review from a team October 29, 2021 22:19
Copy link
Contributor

@molly-moen molly-moen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a couple nits

body={codeReviewGroupsManager}
isOpen={isDialogOpen}
handleClose={onDialogClose}
fixedWidth={1000}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: constant for 1000?

}

ManageCodeReviewGroups.propTypes = {buttonContainerStyle: PropTypes.object};

const names = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add a todo to remove this fake data at some point

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a Jira link (and included this in the cleanup task).

@bencodeorg bencodeorg merged commit 93e56e6 into staging Nov 2, 2021
@bencodeorg bencodeorg deleted the ben/code-review-groups/add-modal branch November 2, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants