-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Component/s: Message Boards
-
Labels:
-
Priority Level:Low
-
Epic Link:
-
Sprint:07 - Silver Surfer
-
Git Pull Request:
Description
Currently, there is no difference between a read thread and an unread thread. This is a visual state that we had in previous versions of DE and we need to recover.
User Experience
Visual States
UNREAD THREAD
Change the thread title style using font-weight:600
READ THREAD
Change the thread title style using font-weight:400
Design
The link has the current Lexicon's link style.
Interaction
- If a thread is replied the visual state changes to unread state.
- If a thread is accessed the visual state changes to read state.
Disclaimer
We have plans to update in the future the style for message boards so the style of this fix could be obsolete once "lexicon for sites" will be released.
Development
This feature only works for logged users because the implementation is not using cookies (the state is stored in the data base).
- relates
-
LPS-77724 Cannot know what thread has been updated or contains new replies since last time was read
- Closed