simularium / simularium-website

Front end website for the Simularium project, includes the Simularium viewer
https://simularium.allencell.org
Apache License 2.0
6 stars 3 forks source link

DRY out code #519

Closed meganrm closed 2 months ago

meganrm commented 2 months ago

this is more what I was thinking: it reduces the amount of repeated html. and a map is a lot simpler than a switch statement when you're just trying to get a value.

This also allows us to have a generic error modal that just directs people to the forum if needed