discourse/app
Joffrey JAFFEUX a947b7b839
FIX: prevents registering multiple topic-notifications-button:changed (#9356)
A large topic page will always have the bottom tracking button, and will also have the timeline, meaning we already had 2 tracking events.

But it gets even worse when you know that the timeline button is a component connector which will trigger `didInsertElement` very frequently, meaning we were constantly adding more and more appEvents handlers.
2020-04-06 15:06:26 +02:00
..
assets FIX: prevents registering multiple topic-notifications-button:changed (#9356) 2020-04-06 15:06:26 +02:00
controllers FIX: Check active themes for all requests 2020-04-03 15:50:13 +01:00
helpers FIX: Display small post actions when embedding a topic (#9278) 2020-03-26 09:07:41 -03:00
jobs FIX: Limit personal message participants when converting from topic (#9343) 2020-04-03 16:42:01 +01:00
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FIX: Ensure category_id is an integer 2020-04-04 14:20:01 +03:00
serializers FEATURE: Add lazy loading to user bookmarks list (#9317) 2020-04-01 14:09:07 +10:00
services FIX: FlagSockpuppets should not flag a post if a post of that user was already rejected by staff (#9328) 2020-04-01 09:20:45 -03:00
views DEV: Add build_plugin_html to wizard head (#9293) 2020-03-27 10:02:48 -05:00