-
Notifications
You must be signed in to change notification settings - Fork 2
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
Visual indication of last nodes of a tree #32
Comments
Maybe a |
The map is made using SVG. The states are inline styles and shouldn't be a problem to change to use classnames. I'll take a look when I find a free slot today |
Why not just make the border of the circle node grey? |
That works as well, fine by me, the extra is as Antti pointed out the action should be removed / modified as well, as if the user still wonder on around and click on it that would get the gray back to blue. |
When a map is rendered , a visual language does not make it trivial that an item has no sub-items, so user might try to open / close them, @anttisalo any suggestions for a clear indication, which does not take a massive toll on the implementation, color or shape changes, something less taxing then a full new GUI ?
The text was updated successfully, but these errors were encountered: