learning-layers / timeliner

MIT License
0 stars 0 forks source link

Implement project panels (finish implementation) #67

Closed pjotrsavitski closed 7 years ago

pjotrsavitski commented 8 years ago

The functionality is partially implemented, although the implementation is still incomplete and might partially require a full rewrite.

Requirements:

  1. Panels should be positioned at the right of the screen (absolute positioning)
  2. Panels should be collapsed by default (each panel should have collapse/uncollapse buttons, button icon is changed according to state)
  3. Panels should be draggable (only dragging the header should be suitable)
  4. Pressing the close button should hide the panel
  5. Clicking panels reset buttons should show any closed/hidden panels, make them collapsed and reposition to the initial places.