-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Channel colors & sliders #1222
Channel colors & sliders #1222
Conversation
girder/girder_large_image/web_client/vue/components/FrameSelector.vue
Outdated
Show resolved
Hide resolved
This is working for me, but the channel name bubble cause the horizontal scroll bar to appear. This could be solved by doing something like: |
Here is a diff that looks okay on my display, but maybe you want to do it a different way:
|
I like the look of that change, thanks. Committed in e7a824b |
Because of recent upstream library change, CI will fail unless we merge master. |
girder/girder_large_image/web_client/vue/components/CompositeLayers.vue
Outdated
Show resolved
Hide resolved
I think the only thing left is that we had been resolving the colors of all the matching channels first and then assigning colors to the remaining, but this is now assigning them in order so if we use up a color we can't later assign it based on valid match. |
I see what you mean. In 6a591e1 I split the color assignment block back into two iterations through the layer list so we can assign all regex matches first. |
Excellent. Merge when CI passes. |
Resolves #1211
Resolves #1217
Resolves #1219