Changes between Version 1 and Version 2 of DjangoDesign


Ignore:
Timestamp:
Feb 8, 2010, 3:53:45 PM (14 years ago)
Author:
Wilson Miner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoDesign

    v1 v2  
    55Small, focused changes that require some design work, but can be implemented within the existing admin design.
    66
    7 === Collapse filters in changelist sidebar ==
     7=== Collapse filters in changelist sidebar ===
    88
    99Filter options take of a lot of vertical space in the changelist sidebar. This makes it difficult to use fields with lots of options as filters, or to use more than a few fields as filters. This could be solved by adding an option to display filters with more than a specified number of options as a select element instead of in a list. (WM)
Back to Top