Actions
Feature #6215
closedAdd minimize icon to the filter and result list headers to better indicate their collapsing functionality
Start date:
11/14/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
It became apparent during our review today of the default theme draft of the map view that we need an indicator that the filters and results list can minimize for better view of the map.
Updated by Lauren Walker almost 11 years ago
- Status changed from Rejected to New
- Target version changed from 1.3.0 to 1.4.2
This issue has come up again in the feedback from Mike Frenock, so it's clear we need to add it.
Updated by Lauren Walker almost 11 years ago
- Status changed from New to Resolved
I added a minimize and maximize icons to the sidebar and search result list. I upgraded all themes to FontAwesome 3.2.1 in order to use the minimize and maximize icons from that version. I also simplified the collapse function in DataCatalogView so that it no longer checks for a specific element ID and just checks for an HTML attribute that points to the element to be collapsed. That will make MetacatUI more flexible with HTML changes.
Actions