Gitea Scan/plate-tool/pipeline/head There was a failure building this commitDetails
Squashed commit of the following:
commit 4710335750
Author: Emilia <contact@emiliaallison.com>
Date: Sat Feb 10 16:34:52 2024 -0500
tree callbacks
commit f8216cb0bd
Author: Emilia <contact@emiliaallison.com>
Date: Sat Feb 10 09:20:59 2024 -0500
transfer_menu callbacks
commit 15accc2fca
Author: Emilia <contact@emiliaallison.com>
Date: Tue Jan 30 20:37:15 2024 -0500
I think this file was supposed to be in the last one lol
commit 53457a3e86
Author: Emilia <contact@emiliaallison.com>
Date: Sat Jan 13 14:05:34 2024 -0500
new_plate_dialog callbacks
For #2
commit c2a3f0302b
Author: Emilia <contact@emiliaallison.com>
Date: Sat Jan 13 13:57:14 2024 -0500
Finish main_window callback refactor
For #2
commit 820f672cb7
Author: Emilia <contact@emiliaallison.com>
Date: Sat Jan 13 13:23:11 2024 -0500
Import json button refactor
Partial for #2
commit a90b5f83d8
Author: Emilia <contact@emiliaallison.com>
Date: Fri Jan 12 22:22:28 2024 -0500
A number of moves to address #2
commit 62d870521e
Author: Emilia <contact@emiliaallison.com>
Date: Fri Jan 12 21:44:10 2024 -0500
First callback move
commit e2ef9fa84d
Author: Emilia <contact@emiliaallison.com>
Date: Fri Jan 12 21:43:50 2024 -0500
Increment version number in cargo.lock
why wasn't this done already?
Of course, there were other features that got tacked on...
Squashed commit of the following:
commit 3ee3bd2dab
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 19:12:16 2023 -0500
Superior clipboard manipulation
Won't work on non-https connections, but actually works...
commit 08f647cd01
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:50:01 2023 -0500
Utility for copying plates as image
commit 3456be2e9a
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 17:46:38 2023 -0500
Change wording in options menu
Father suggests that this wording is more clear to the end user.
I agree!
commit 4c79cc0b4d
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:20:00 2023 -0500
Set default plate format to 96 well
commit 056688c4ec
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:12:00 2023 -0500
Implement in_transfer hashes toggle in plates
commit 4937d4ad28
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:11:00 2023 -0500
Preferences menu and toggle for in_transfer hashes
commit 0101846b52
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:10:00 2023 -0500
Add preferences struct to main state
commit ec37887c2f
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:05:00 2023 -0500
Squashed commit of the following:
commit 5e1137c460
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:03:00 2023 -0500
Fix: indexing error w.r.t. logarithm argument
commit 535b14a586
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:02:00 2023 -0500
Space colors evenly, consistently, etc
Colors should now:
- Not change if new transfers are added
- Be evenly spaced throughout the palette
- Be persistent across refreshes
commit 6e08f47955
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:01:00 2023 -0500
Add palette function for ordered ids
Given an id and a list of sorted ids, yields a color
commit 88e838e102
Author: Emilia <contact@emiliaallison.com>
Date: Fri Dec 29 18:00:00 2023 -0500
Switch to v7 UUIDs from v4
v7 UUIDs are timestamp based and thus we can establish a useful
total ordering over them; will base colors on this
commit 85d4b30d47
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 21:18:10 2023 -0400
Update README.md
Updated info about import/export, including the new Import Transfer from CSV feature.
commit 11a561c1d4
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 20:32:51 2023 -0400
Add text to button
commit 562dc2adf6
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 20:32:40 2023 -0400
Change to make colors more evenly distributed
commit 6b09aad289
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 19:27:02 2023 -0400
Implementation 1
commit a9e5f05fd9
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 17:18:45 2023 -0400
Hide parts of transfer menu when Custom transfer selected
commit db345bfbb5
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 17:18:08 2023 -0400
delete weird whitespace from Cargo.toml
commit edcc3528aa
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 16:41:58 2023 -0400
First implementation of custom region type
commit 9a3a10c8b4
Author: Emilia <contact@emiliaallison.com>
Date: Tue Oct 24 16:21:30 2023 -0400
Transfer region no longer copy
I do not feel good about this ecosystem.
I really, *really* do not like that I have
to use the git version.
I have again looked at the alternatives,
and without just porting to JS (no thanks)
I don't think I have any other choices;
I wasn't happy with Yew's documentation
(I'm not happy with Dioxus' documentation
either, to be fair).