You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you hover over any object in the view area the filename is displayed in the tooltip. It would be more useful to display the object name instead, I think.
The text was updated successfully, but these errors were encountered:
First, you need to know that when looking at files, it's a Listable (or will be once the TODO is fixed) type and therefore the views.listing view is invoked to determine the contents of the view. The template is therefore listing.pt. The contents of that template determine what you see whenever you are viewing a listable type.
Feel free to ask more. I assume already you know how to accomplish things with tooltips in HTML.
Currently if you hover over any object in the view area the filename is displayed in the tooltip. It would be more useful to display the object name instead, I think.
The text was updated successfully, but these errors were encountered: