You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tree view uses left click to expand and right click to open a concept page, which is cumbersome on a mac. A left click requires Command + Double click (single click opens a browser menu) and you need to hit the little circle. This is particulary inconvienent on https://thesaurus.onroerenderfgoed.be where the treeview is your only means of navigation when opening a conceptscheme.
Some thoughts:
Switching right and left click feels more intuitive (to me)
The circle and text should be bigger and it should be clearer which elements are clickable (eg. hover or link style)
It would help to add an explicit collapse/expand button, or open the page when you click the text, so you only need a left click
Consider an update of the tree component: new look&feel or perhaps a treemap works better
I can to have a crack at this a create a PR if desired
The text was updated successfully, but these errors were encountered:
The tree view uses left click to expand and right click to open a concept page, which is cumbersome on a mac. A left click requires Command + Double click (single click opens a browser menu) and you need to hit the little circle.
Could you elaborate on this? Right click with two fingers on my Mac doesn't seem too cumbersome to open a concept page.
I can't reproduce what you mean with Cmd + double click (it zooms in on the tree when I do that).
That being said, you're always welcome to propose a more user-friendly tree view. If you can make it work with only left clicks, that would definitely improve the user experience.
Hi @JonasGe. Thanks for the feedback. It's odd, because now the right click works on my Magic Mouse and the double click doesn't 🤷 It's probably something with my old mouse then.
That said, we will probably work on some enhanced version for our instance, so all the better if general atramhasis can profit. I'll open a PR once I find some time for a fun side project.
mielvds
changed the title
Treeview has poor UX on MacOs
Improve UX on treeview
Mar 29, 2023
Looking at the code for the tree, it's not the cleanest code we have. Seems to be heavily tied to HTML template. I'm no frontend dev, but I do assume it can be improved.
The tree view uses left click to expand and right click to open a concept page, which is cumbersome on a mac. A left click requires
Command + Double click
(single click opens a browser menu) and you need to hit the little circle. This is particulary inconvienent on https://thesaurus.onroerenderfgoed.be where the treeview is your only means of navigation when opening a conceptscheme.Some thoughts:
I can to have a crack at this a create a PR if desired
The text was updated successfully, but these errors were encountered: