Emilia Allison emilia
  • Joined on 2023-06-26
emilia pushed to dev at emilia/plate-tool 2024-02-10 23:02:44 +00:00
0625854895 More robust CSV parsing
8a3bbc8b92 Refactor import_csv callbacks
Compare 2 commits »
emilia closed issue emilia/plate-tool#3 2024-02-10 22:19:26 +00:00
Close button on importing pop-up
emilia created branch dev in emilia/plate-tool 2024-02-10 22:18:58 +00:00
emilia pushed to dev at emilia/plate-tool 2024-02-10 22:18:58 +00:00
de42499444 Close buttons on imports
emilia commented on issue emilia/plate-tool#2 2024-02-10 21:53:07 +00:00
Callback refactoring

Resolved by 020f7740d3

emilia closed issue emilia/plate-tool#2 2024-02-10 21:53:07 +00:00
Callback refactoring
emilia pushed to beta-release at emilia/plate-tool 2024-02-10 21:50:06 +00:00
e836c4264a Hotfix merge
5430b3d42c hotfix
4710335750 tree callbacks
f8216cb0bd transfer_menu callbacks
15accc2fca I think this file was supposed to be in the last one lol
Compare 11 commits »
emilia pushed to callback-refactor at emilia/plate-tool 2024-02-10 21:47:39 +00:00
5430b3d42c hotfix
emilia pushed to beta-release at emilia/plate-tool 2024-02-10 21:38:26 +00:00
020f7740d3 Add callbacks per #2
emilia pushed to callback-refactor at emilia/plate-tool 2024-02-10 21:35:05 +00:00
4710335750 tree callbacks
emilia pushed to callback-refactor at emilia/plate-tool 2024-02-10 14:21:35 +00:00
f8216cb0bd transfer_menu callbacks
15accc2fca I think this file was supposed to be in the last one lol
Compare 2 commits »
emilia pushed to main at emilia/plate-tool 2024-01-31 02:00:42 +00:00
ca5c15756e Merge pull request 'Update main version' (#7) from beta-release into main
0b6aec2f6c pls work
0b82f2b1ab See last commit
1f213f47e8 Jenkinsfile compatability with main
984bbda0c1 Test Jenkinsfile for building plate-tool-beta
Compare 5 commits »
emilia merged pull request emilia/plate-tool#7 2024-01-31 02:00:41 +00:00
Update main version
emilia created pull request emilia/plate-tool#7 2024-01-31 01:59:53 +00:00
Update main version
emilia pushed to beta-release at emilia/plate-tool 2024-01-31 01:57:11 +00:00
0b6aec2f6c pls work
emilia pushed to beta-release at emilia/plate-tool 2024-01-31 01:55:14 +00:00
0b82f2b1ab See last commit
emilia pushed to beta-release at emilia/plate-tool 2024-01-31 01:50:20 +00:00
1f213f47e8 Jenkinsfile compatability with main
emilia commented on issue emilia/plate-tool#4 2024-01-23 16:00:40 +00:00
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…

emilia commented on issue emilia/plate-tool#3 2024-01-23 15:57:23 +00:00
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.

emilia commented on issue emilia/plate-tool#2 2024-01-13 19:09:04 +00:00
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
  • […