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_change
on_src_region_change
on_dest_region_change
on_source_interleave_x_change
- […