Skip to content

Latest commit

 

History

History
 
 

10-mark-unread

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Step 10 - Mark unread/read

Setup

None

Tasks

  • Add a "Mark Unread" for each EmailListItem that only shows when an item is selected (and read), making a fetch 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 the emails state

Next

Go to Step 11 - Styling.

Resources

None