Ivan Aksamentov

Results 218 comments of Ivan Aksamentov

@richardgoater I tested on a few Apple devices back to iPhone 8/ iOS 11 and it works okay. Probably does not worth efforts going anywhere [beyond 5 years old](https://en.wikipedia.org/wiki/IPhone#Software), especially...

In terms of implementation, one could: - add a [recoil](https://recoiljs.org/) atom with a boolean value - use it in the Badge component to decide whether to display 1 or 3...

My concern is though that the badges with long AA names may become much bigger and they may not fit stylistically in certain places, like various lists, tables and sidebars....

No, my proposal here is to replace a dropdown+checkbox with only dropdown containing all possible permutations. We still have dropdown+checkbox currently.

This would also allow to switch data URLs dynamically, to be able to fetch data from a non-default location. This will be handy to organize experiments and to preview freshly...

The svg file is used in Nextclade (main page) and might also be used elsewhere, so the `a` tags specific to Covariants would be undesirable. Unless we want to link...

This is implemented, but someone needs to take time and fill-in the content here: https://github.com/hodcroftlab/covariants/blob/2f2f26715e126798ccb2fcac283a137c32b5914e/web/src/seo/seoMetadata.ts#L18-L24 A little guide is here: https://github.com/hodcroftlab/covariants/pull/41 Contributions are very welcome!

I guess you could extract the existing titles into variables or into a map, and then import into both places. But it's an inconvenience for content editing. Alternatively, instead of...

@emmahodcroft in my example I meant something like Country | Frequency | Current | Total | --------|-----------|---------|-------| France | 0.5 | 10 | 20 | Italy | 0.33 | 3...

It's about this "Tooltip sort by" widget ![01](https://user-images.githubusercontent.com/9403403/143289361-c8b0bc2c-a00c-4439-8d3a-4644143b50ee.png) We only have it on one page, but not the other. The proposal is to add it to the other page. May...