GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

UI display issues with long refnames #1084

Closed cmdcolin closed 3 years ago

cmdcolin commented 4 years ago

Taken from https://github.com/GMOD/jbrowse-components/issues/1082

This is a tricky one because the refname is simply quite large, but it seems like something that must be addressed

I think downsizing some of the default font sizes and stuff from material UI could go some ways towards this, but I wanted to track this as an issue

cmdcolin commented 4 years ago

Could review things like this during our design sprint

laceysanderson commented 4 years ago

+1 our reference names are also quite long (e.g. Lcu.2RBY.Chr1) due to keeping them unique across assemblies. This is especially a usability concern in the drop-down where it is difficult to select the chromosome you want. Screen Shot 2020-07-22 at 6 40 58 PM Screen Shot 2020-07-22 at 6 41 12 PM

cmdcolin commented 3 years ago

may be fixed by #2272