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 1 forks source link

Reimplement main tab bar #112

Open lukashornych opened 5 months ago

lukashornych commented 5 months ago

Vuetify's VTab component that is currently used for switching editor tabs is meant for such a dynamic use case and thus lacks some important UX features other editors have. For example:

We could either try to modify the VTab component to support these features but i think it may require a completely custom component.