MattArnold / tuxtrax

Penguicon Scheduling Web App
GNU General Public License v3.0
15 stars 10 forks source link

Tag Navigation Section Collapsable #46

Closed MattArnold closed 10 years ago

MattArnold commented 10 years ago

The div #hidenav is intended to collapse the tag filter widget. When #hidenav is clicked:

  1. Hide the entire left column div (the one containing the tag filter widget).
  2. Toggle the event listing column div from the .col-md-10 class to the .col-md-12 class, to take up the entire width of the browser window.
  3. Show
<div  id="#shownav" class=".tagsinput">
<button class="btn btn-xs"><i class="fa fa-expand"></i></button>
<i class="fa fa-filter"></i></div>

inside the header, just to the left of where the "Create Event" button is now. This approximates the former location of #hidenav.

When #shownav is clicked:

  1. Hide #shownav.
  2. Toggle the event listing column div from the .col-md-12 class to the .col-md-10 class.
  3. Show the left column div.
MattArnold commented 10 years ago

Closed as duplicate of Issue #40 .