-
Notifications
You must be signed in to change notification settings - Fork 96
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
Waveform Simulation: improve selector #298
Comments
Comment on breadcrumbs. Suppose you have implemented a breadcrumb path from current sheet to root. To enhance this to a complete breadcrumb tree is surprisingly easy:
This makes the "breadcrumb + current focussed sheet" idea (I hope) really nice and intuitive - and good as a way to understand the design hierarchy. Each breadcrumb can be implemented as a Button with a function that dispatches a It would be possible to make the "collapsed" form of the breadcrumbs include all the direct subsheets of the current sheet. Then this could be used to focus a subsheet, it might be more convenient then doing that in the selector though I am not sure. it would have the demerit of taking up vertical space all the time. Anyway this is a chance for a really nice bit of UI design. Note for @stmy628 I realise you have some way to go before you get to this! |
Maybe the immediate children when expanded could be printed multiple children per line with a black vertical lines demarcating levels to show they are all the same level? Not sure, but that would also be easy to do using a table. |
User feedback shows that waveform selector is confusing for large designs.
Improve selector UI as follows:
Other changes TBC
The text was updated successfully, but these errors were encountered: