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

Allow some tabs to be open only once #125

Open lukashornych opened 3 months ago

lukashornych commented 3 months ago

For some tabs, it make sense to allow only a single instance of particular tab for specific parameters. Those are tabs without changeable user data:

lukashornych commented 3 months ago

Support for this logic will be partially implemented in #110 using tab ids. Depending on uniqueness of a tab id it will create new tab or use existing one. However, few things need to be finished: