You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is an active flag in the omerochannels metadata that indicates whether it should be shown by default. We currently assume all channels will be shown, and that assumption no longer holds true for all datasets that we are interested in showing.
Turn on the Phase3D channel in the app linked above
See that it now looks like our Example app's default display
Expected behavior
Expected to not render channels that the metadata disables by default
Screenshots
Looks like this:
Should look like this:
Additional context
We'll want to add ways to toggle those channels on and off in a future update as well, but we should at least start with respecting the defaults
Describe the bug
There is an
activeflag in theomerochannelsmetadata that indicates whether it should be shown by default. We currently assume all channels will be shown, and that assumption no longer holds true for all datasets that we are interested in showing.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to not render channels that the metadata disables by default
Screenshots

Looks like this:
Should look like this:

Additional context
We'll want to add ways to toggle those channels on and off in a future update as well, but we should at least start with respecting the defaults