Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 506 Bytes

DESIGN.md

File metadata and controls

20 lines (12 loc) · 506 Bytes

Open Catalog

Modals

  • only one modal may be active at all times
  • modals should be abstract and reachable form anywhere
  • modals should be places in te src/modals folder
  • modals should be triggered through the state
  • modals should be (re)usable outside of the view content and stored in src/modals/[modal-name]

Views

  • views should be centered around a core object
  • views should consist of a index, list and details page
  • view files should be stored onder src/views/[view-name]

Icons