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

Refactor BrickModal - Split up into smaller components/files #3709

Closed
BLoe opened this issue Jun 14, 2022 · 1 comment · Fixed by #3810
Closed

Refactor BrickModal - Split up into smaller components/files #3709

BLoe opened this issue Jun 14, 2022 · 1 comment · Fixed by #3810
Assignees
Milestone

Comments

@BLoe
Copy link
Contributor

BLoe commented Jun 14, 2022

BrickModal.tsx is getting pretty large, with several helper functions, many type defs, and everything wiring up the brick results grid view, all in the same file. We should think about how to split this file up to organize the code better and help with readability.

@twschiller
Copy link
Contributor

@BLoe please add Jest tests and Storybook entries as part of this too. That will help guide how to split up the code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants