Unread notifications should be highlighted #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blisstown/campfire#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
notifications that are unread should be highlighted similarly to the highlighted post in thread view.
implementation details
id = last_read_notif_id
should have ahighlight
attribute. subsequent notifications will not be highlighted.this implementation detail should support the introduction of push notifications later.