Sorry I took so long. This PR removes all the flex layout logic and stores enough state to create shareable links the url. Currently the urls are pretty long since they include all the data about loaded genes. For example:
I don't think this is an issue, since we can include a url shortener for cases where people want to share things. Another option would be to include a list of gene ids instead of the data itself, and download the rest of the data on page load.
Sorry I took so long. This PR removes all the flex layout logic and stores enough state to create shareable links the url. Currently the urls are pretty long since they include all the data about loaded genes. For example:
I don't think this is an issue, since we can include a url shortener for cases where people want to share things. Another option would be to include a list of gene ids instead of the data itself, and download the rest of the data on page load.