yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

dev: remove unused views/components #148

Closed dacoaster closed 4 months ago

dacoaster commented 5 months ago

After moving to using dialogs for all popups, some views (and potentially components) will no longer ever be used. (e.g. AddEvidence/EditEvidence)

MOONSTAR1220 commented 4 months ago

@dacoaster , Should I change the code to use popup instead of components? For instance, currently NotesWrapper uses components. not Popup.

dacoaster commented 4 months ago

Please just leave the code functioning as is and remove views/components that are no longer used

MOONSTAR1220 commented 4 months ago

Sure.