User should be able to rename their runs by interacting with the listbox.
Would involve modifying MainWindow.popup_window() with another option, rename.
Then updating the tag in memory doing something like:
RunManager.update_run(tag_to_find=run_to_modify, data={"tag": new_name}).
User should be able to rename their runs by interacting with the listbox.
Would involve modifying
MainWindow.popup_window()
with another option, rename. Then updating the tag in memory doing something like:RunManager.update_run(tag_to_find=run_to_modify, data={"tag": new_name})
.