vgteam / sequenceTubeMap

displays multiple genomic sequences in the form of a tube map
MIT License
180 stars 25 forks source link

Make the help dialog look like the track settings dialog #267

Closed adamnovak closed 1 year ago

adamnovak commented 1 year ago

Now the track settings dialog has a nice shadow and close button, but the help dialog doesn't. They should be consistent and maybe use a common slightly-customized-dialog component.

rmccrear commented 1 year ago

Do you think a CSS class on the CardBody inside the dialog would be enough? Or would a full component be better?

adamnovak commented 1 year ago

We could make there be a CSS class we use for all the dialogs, and just make sure to put the right markup in all of them to use it and have the close button. Or we could make a component that is like the basis of all our dialogs and has the right markup for a close button and to get the CSS for a shadow.

We've now added an info dialog when you click on reads, so I think we want to make sure that that looks the same too.

adamnovak commented 1 year ago

@rmccrear Please let us know if you want to do this one; I think @shreyasun might start on it soon if you don't.