None
- Add a "Mark Unread" for each
EmailListItem
that only shows when an item is selected (and read), making afetch
PUT
when clicked - Add "Mark Unread" & "Mark Read" buttons to
EmailView
that will do the same - When an
EmailListItem
is selected, it should also mark the email as read - After making the
fetch
PUT
, optimistically update theemails
state
Go to Step 11 - Styling.
None