ENGAGE-269: Provide the ability switch the nav list view to a grid.

Metadata

Source
ENGAGE-269
Type
New Feature
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2010-01-21T15:16:54.000-0500
Updated
2014-03-03T14:14:59.523-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. NavigationList

Description

Several of the wireframes require the ability to toggle between a list and grid view. Instead of creating a new component, we should be able to do this with FSS.

Comments

  • Michelle D'Souza commented 2010-01-21T15:22:12.000-0500

    The ability to toggle from list to grid is now in the component but the grid looks really ugly. Time to learn more about FSS!

  • Colin Clark commented 2010-01-25T22:59:13.000-0500

    Here's a patch with a working (though still slightly rough) grid/list toggle for NavigationList. Committing this will break trunk for two reasons:

    1. NavigationList-esque markup has been cut and pasted throughout the code base, and this change will break those uses
    2. There's a fatal bug in fluid.engage.renderUtils.createRendererFunction() that causes it to eat NavigationList's selectors

  • Colin Clark commented 2010-01-25T23:00:11.000-0500

    ENGAGE-291 needs to be fixed before we can commit the patch attached to ENGAGE-269

  • Colin Clark commented 2010-01-25T23:50:16.000-0500

    Here's a new patch that improves the styling a bit more

  • Michelle D'Souza commented 2010-01-26T17:25:16.000-0500

    Patch 'd' contains changes to components that use navigation list. At this point we need to fix the tests and manually test everything.