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 frontend to remove old files #434

Closed
8 of 9 tasks
jtucholski opened this issue Oct 14, 2024 · 0 comments · Fixed by #540
Closed
8 of 9 tasks

Refactor frontend to remove old files #434

jtucholski opened this issue Oct 14, 2024 · 0 comments · Fixed by #540

Comments

@jtucholski
Copy link
Contributor

jtucholski commented Oct 14, 2024

After many new features and refactorings, we have several Components and types in the codebase that are no longer used. This task involves looking at these component files in question, verifying that they are no longer used/needed, and removing them to keep our codebase clean.

Note:

  • At any point if you see this file is in use, reconsider removing it. Talk it through with someone on the team.
  • Also- please do not remove UserActivity.tsx. It is not in use but it will be required in the future.

Components

  • Remove Users.tsx file
  • Remove ResponsiveNavLink.tsx
    • not sure what this is for but seems like code from old
  • Remove NavLink.tsx
  • Remove NotificationCard.tsx
  • Remove NotificationSideBar.tsx
  • Remove CategoryItem.tsx

Types: Please make sure to remove relevant interfaces/enums from the common.ts file if needed.

  • Remove ToastProps
  • Remove Resource
  • Remove Link
@jtucholski jtucholski changed the title (WIP) Refactor frontend to remove old files Refactor frontend to remove old files Oct 14, 2024
@jtucholski jtucholski added the contributions welcome open source friendly label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants