ENGAGE-292: Implement Navigation Bar

Metadata

Source
ENGAGE-292
Type
New Feature
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Michelle D'Souza
Created
2010-01-26T10:50:06.000-0500
Updated
2010-02-12T14:12:15.000-0500
Versions
N/A
Fixed Versions
  1. 0.3b
Component
  1. Browse
  2. Catalogue
  3. Exhibitions
  4. Mobile

Description

The mobile wireframes contain a navagation bar at the top of each screen. The options available on the navigation bar depend on the particular screen. We should likely implement this by providing some general functions and CSS that each screen can use and by putting the actual nav bar into the html for each screen.

Bug Parade Engage 0.3

Attachments

Comments

  • Michelle D'Souza commented 2010-02-02T10:21:41.000-0500

    mccord-pilot

  • James Yoon commented 2010-02-08T11:05:56.000-0500

    Attached icons fixed at 26x26 pixels.

  • Justin Obara commented 2010-02-10T11:21:32.000-0500

    Committed the new icons at r9342

  • Justin Obara commented 2010-02-10T12:07:33.000-0500

    A new set of icons were added that are 25x25 instead of 26x26. these were committed at r9343

  • Justin Obara commented 2010-02-12T14:12:15.000-0500

    Code reviewed.

    It looks good, there was a spelling mistake and a missing semi-colon, that I'll fix with the clean-up jira.

    There were already comments about hard coded bits and DOM fascism in the code, that indicate areas of concern for later.