Closed insideRobb closed 8 years ago
It would be useful to highlight forums with new content, so that users can notice new topics/replies.
In order to highlight new content, we could add three colors:
Please get data only when the user visit /forum/, then store data into localStorage and compare every time the user open Forums tab
Developed
It would be useful to highlight forums with new content, so that users can notice new topics/replies.
In order to highlight new content, we could add three colors:
b3d9ef to the background of ".forum.even td"
78c2ed to the background of ".forum.odd td"
f9f9f9 to "#forums .forum time"
Please get data only when the user visit /forum/, then store data into localStorage and compare every time the user open Forums tab