SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Implement empty state for packing list (+ starting to implement full functionality) #38

Closed Denijar closed 3 years ago

Denijar commented 3 years ago

Changes Made:

This PR adds a Packing List card to the PackingList page. Currently, it will show an empty message if there is an empty packing list. If the user is the organiser, then the '+ Add Item' button will be visible.

Look when empty and user is the organiser with sidebar: image

Look when populated and user is not organiser, sidebar collapsed: image

Closes #23