lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 2 forks source link

Display a few first navigator item actions on hover #98

Open lukashornych opened 8 months ago

lukashornych commented 8 months ago

To use actions in navigator, user needs to open context menu. It would be nice that the most used action would be automatically listed only on item hover overlaping the item title.

novoj commented 8 months ago

But it depends - I cannot imagine how it would be implemented. It might complicate access to the "standard" click on the catalog/collection name if there is something hovering around.

lukashornych commented 8 months ago

Of course it cannot ever overlap entire item, there will need to be some limitation.

I have something like this in mind:

Untitled

novoj commented 8 months ago

I'd rather see the icons on the right side of "three dots" icon - where it wouldn't cover the name of the collection. But it's an interesting idea.

lukashornych commented 8 months ago

Hmm, that's interesting idea, didn't think of that. I don't know how more difficult it would be over my idea, but it's definitely worth exploring. Mainly, it would allows us displaying many more actions because we are not limited by the width of the item.