-
Notifications
You must be signed in to change notification settings - Fork 85
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
routing detector: detail all routings when no target lane #1549
Conversation
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.
LGTM 👍
I hope one day this sort of thing finds its way in to main lane arrows/connnectors tools to help users understand exactly where each lane is leading to, including any lanes they haven't yet customised.
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.
No icon -> files not loaded in FullDebug
target:
Exception not fixed: #1534 (comment)
Other than above, it works. I would add info about hovered lane since it shows ids if nothing is hovered. Maybe also the id of selected lane (might be useful for debugging with log file)
id of the selected lane can be detected using network detective tool. |
…inesMods/TMPE into show-hovered-routings
when hovering/selecting source lane, all target lanes are highlighted but the hint box did not list them. In this PR I fixed this.