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…
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.last_read_notif_id
being updated) once the last highlighted post has been in view for more than around 3 seconds.this implementation detail should support the introduction of push notifications later.