Callback refactoring #2
Labels
No Label
bug
de-rancidification
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: emilia/plate-tool#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this issue is just for tracking all of the rancid callbacks and de-rancidifying them
main_window.rs
toggle_in_transfer_hashes
new_plate_dialog
open_new_plate_dialog
new_button
export_csv_button
export_json_button
import_json_button
input_callback
import_transfer_csv_callback
input_callback
onload
submit_callback
that's... enough for now. this is disgusting.
main_window complete, moving to
new_plate_dialog.rs
:new_plate_callback
onclose
main_window
was the worst offender, these should take less time to resolve.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
on_source_interleave_y_change
on_dest_interleave_x_change
on_dest_interleave_y_change
on_volume_change
new_transfer_button_callback
save_transfer_button_callback
delete_transfer_button_callback
Resolved by
020f7740d3