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
Iterating has left a lot of unused files that add unnecessary bulk to the codebase. Audit components and routes and ensure that only active components that are being used exist in the codebase.
Some directories of note:
components/Grids
components/Other (consider moving to a different / better-named dir)
components/Review (general clean-up here, a lot of stuff might be duplicated)
components/Tables (is this the new table directory we're using?)
components/UI/Button (consider making a few buttons -- confirm, cancel, error / warn, etc.)
components/UI/Carousel
components/UI/Combobox
components/UI/FormError
components/UI/ImageUploader
components/UI/ValidationMessage
components/UI/DataDisplay
components/UI/IconButton
images/
icons/
routes/tester
utils/
The text was updated successfully, but these errors were encountered:
Iterating has left a lot of unused files that add unnecessary bulk to the codebase. Audit components and routes and ensure that only active components that are being used exist in the codebase.
Some directories of note:
components/Gridscomponents/Other (consider moving to a different / better-named dir)components/Tables (is this the new table directory we're using?)icons/routes/testerutils/The text was updated successfully, but these errors were encountered: