None
- Add a "Mark Unread" for each
EmailListItemthat only shows when an item is selected (and read), making afetchPUTwhen clicked - Add "Mark Unread" & "Mark Read" buttons to
EmailViewthat will do the same - When an
EmailListItemis selected, it should also mark the email as read - After making the
fetchPUT, optimistically update theemailsstate
Go to Step 11 - Styling.
None