By visiting unread page https://community.nodebb.org/unread
By clicking on topic titles, user should be redirected to first unread message.
Bolded Thread Titles if Unread
-
Its hard to see in categories if you've read a topic or not. This seems to be a pretty standard feature across forums and would be nice to see here
-
It seems like what you're requesting is already implemented...
If I inspect this board I can see a (very small) difference between unread and read thread-titles.
Inspector shows sth. like this:.category .unread .topic-title { font-weight: bold; }
So you might just add
.category .topic-title { font-weight: 400; }
or sth. like this to your custom styles to bring out the difference
-
Indeed, it has been implemented