GMOD / jbrowse-components

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

Add ability to toggle "Show track outlines" #4497

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

the default "Paper" component for the TrackContainer creates an "outline" (via variant="outline" and default elevation box-shadow)

This is observed as a "double line" between each track. it is somewhat nice to see the double outline as it is basically an indicator of the resize handle between tracks, but it can be visually noisy.

this proposes to allow hiding it

screenshots:

without track outlines image

with track outlines, and menu item to toggle it image