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
CardModal.jsx is 562 lines long at the moment, making it hard to navigate. Here are some suggested refactorings that would make the code look prettier:
Extract component that renders when editing is true/false to new files
Use theme variants for button stylings
Extract image carousel components to new file (maybe)
Extract onClick handlers outside of render method
The text was updated successfully, but these errors were encountered:
CardModal.jsx is 562 lines long at the moment, making it hard to navigate. Here are some suggested refactorings that would make the code look prettier:
editing
is true/false to new filesonClick
handlers outside of render methodThe text was updated successfully, but these errors were encountered: