Unread notifications should be highlighted #23

Open
opened 2024-07-04 00:08:39 +00:00 by ari · 0 comments
Owner

notifications that are unread should be highlighted similarly to the highlighted post in thread view.

implementation details

  • all notifications with preceding that with id = last_read_notif_id should have a highlight attribute. subsequent notifications will not be highlighted.
  • the highlight effect should be removed from all posts (perhaps via 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.

notifications that are unread should be highlighted similarly to the highlighted post in thread view. **implementation details** - all notifications with preceding that with `id = last_read_notif_id` should have a `highlight` attribute. subsequent notifications will not be highlighted. - the highlight effect should be removed from all posts (perhaps via `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.
ari added the
UI
label 2024-07-04 00:08:39 +00:00
ari added this to the v1.0 project 2024-07-04 00:08:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: blisstown/campfire#23
No description provided.