-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] canvas: Indicate runtime state on links #1554
Conversation
Current coverage is 88.69% (diff: 100%)@@ master #1554 diff @@
==========================================
Files 78 78
Lines 8108 8108
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 7191 7191
Misses 917 917
Partials 0 0
|
Have you considered switching the state that is shown on widgets? (Like highlighting the channels that do not pass any data)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice idea! I propose to mark the connections with no tokens (None) and leave all connections with tokens as they are (grey). Connection with no tokens can be shown as broken, the way we show now the connections that are disabled. For disabled connections use "a cut line" symbol: break connection in the middle and display the cut with two lines, something like ---//--- (except that the line is full and the only break really is between //)
* Disabled links are now displayed with a single disconnected symbol in the middle. * The dash line style is re-used for links with no data on them.
0f2e705
to
996a236
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the way it looks now, and would really like to see this change merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it too. Approve for Windows.
It looks great. |
Track and display the state of signal propagation on links in the canvas.