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

Clean up unused / test files #41

Open
PeterEckIII opened this issue May 6, 2023 · 0 comments · Fixed by #45
Open

Clean up unused / test files #41

PeterEckIII opened this issue May 6, 2023 · 0 comments · Fixed by #45

Comments

@PeterEckIII
Copy link
Owner

PeterEckIII commented May 6, 2023

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/
@PeterEckIII PeterEckIII linked a pull request May 25, 2023 that will close this issue
Merged
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 a pull request may close this issue.

1 participant