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
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).