Importing from CSV - automatically create plates
I think that it would create more work to ask that the user select the plate type each time, and in the case of typos / slightly different plate names, you're going to accidentally generate new…
Close button on importing pop-up
In import_transfer_csv_callback (currently in main_window.rs, should be relocated to associated callbacks file), need to add a button with simple event listener to close modal on click.
Callback refactoring
Moving to transfer_menu.rs, which has a good number of callbacks:
on_name_changeon_src_region_changeon_dest_region_changeon_source_interleave_x_change- […
Callback refactoring
main_window complete, moving to new_plate_dialog.rs:
new_plate_callbackonclose
main_window was the worst offender, these should take less time to resolve.