Jkuzz / sparql-explorer

A tool that improves accessibility of SPARQL endpoints
MIT License
3 stars 0 forks source link

Class detail dialog #43

Closed skodapetr closed 1 year ago

skodapetr commented 1 year ago

In the class detail dialog I expect the button to work as a filter. This is hinted by the text search on the left side. So they are all orange I should see everything. That is not the save as the buttons work as tabs - meaning I could see empty listing just because there are not attributes loaded.

I would change buttons to filters (toggles).

Alternatively, for tabs, it must be clear what button is active. In addition, I would add number of result for each type to the button label like: "Attributes (0), Outgoing edges (10)". There would need to cooperate with loading indicator (#31) to signal whether the number is final or not.

Jkuzz commented 1 year ago

Will not be changing them to filters due to the differences in behaviour of each of the tabs.

Changed them to look more tab-like with active tab highlight and added count labels. image