discourse/app/assets/javascripts/select-kit
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
..
components FIX: prevents registering multiple topic-notifications-button:changed (#9356) 2020-04-06 15:06:26 +02:00
mixins Convert select-kit from es6 to js (#9246) 2020-03-20 12:40:32 -04:00
templates/components DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00