Files
discourse/app/assets/javascripts
Krzysztof Kotlarek 1921538faa FIX: show new/unread button when a new topic or post is created (#8576)
There is a problem that if you read all messages, even when a new one
arrives, the button on the top is not showing.

This is because once the button got `hidden` class, a label under is
properly updated, however, the class is not removed.

Therefore, I added computed isHidden function which is recalculated when
`count` change.
2019-12-18 11:22:28 +00:00
..
2017-07-05 17:24:27 -04:00
2019-11-13 15:34:30 -05:00
2016-07-11 12:57:05 -04:00