ai-cfia / nachet-frontend

Frontend application for seed classification of images acquired from digital microscopes
MIT License
2 stars 2 forks source link

Remove Unused FeedCapture Component and Relocate Canvas Styles #140

Closed CFIALeronB closed 3 weeks ago

CFIALeronB commented 3 weeks ago

Description

The FeedCapture component is currently not utilized within the Nachet project. Its associated styles, particularly those for the Canvas, are still being imported from its indexElements.tsx. Since MicroscopeFeed is the component actually utilizing the Canvas styles, the styles should be relocated to make the codebase cleaner and more maintainable.

Tasks

Acceptance Criteria