You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: