discourse/app/assets
Sam 6ddd8d9166 FIX: when entering topics "tracking" would not be set
There was a timing issue when subscribing to messages for topics.

Old flow:

- We generate JSON for topic
- We subscribe to messages for topic

New flow:

- We keep track of last id in the topic message bus channel
- We generate JSON
- We subscribe to messages for topic starting at saved message id

This ensures that there is complete overlap for message consumption
and that there are no cases where an update may go missing due to timing
2017-05-16 15:04:21 -04:00
..
fonts Update FontAwesome to 4.7.0 2017-04-26 15:16:30 -04:00
images UX: CSS for pdf onebox 2017-02-07 00:04:01 +05:30
javascripts FIX: when entering topics "tracking" would not be set 2017-05-16 15:04:21 -04:00
stylesheets no opacity rule for btn-primary 2017-05-12 15:11:44 -04:00