django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

remove user schema from the column search #180

Closed kimakan closed 1 year ago

kimakan commented 1 year ago

Closes #178

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5552312359


Totals Coverage Status
Change from base Build 5483593982: 0.0%
Covered Lines: 4700
Relevant Lines: 7336

💛 - Coveralls
kimakan commented 1 year ago

I have simplified and fixed the control for the rendering of the tooltips. Previously, the tooltips stayed rendered forever sometimes due to the re-rendering of the user_schema. In the old solution, I just turned off the tooltips for the user_schema but it's not a nice way of doing it. Now, the tooltips are shown for every schema, table and column. I ensure that no tooltip stays rendered forever by hiding all tooltips on the webpage after the mouseover event is over.