aics-int / napari-allencell-annotator

Other
0 stars 1 forks source link

55 Fix file widget to show images when clicked #60

Closed memeramita closed 2 months ago

memeramita commented 2 months ago

Context

55 In the main branch, the user able to click on the file items to display any image both before and after starting annotation. This feature did not work in the current version. The only way to browse between images is to click on the next and previous buttons. The file widget did not allow the user to click on file items to display images and see the annotations associated with them.

Changes

files_widget.py:

annotation_model.py

annotation_controller.py

images_view.py

main_view.py