This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
components UX: removes color on categories if no style chosen (#9346) 2020-04-03 15:09:01 -05:00
controllers FIX: when loading drafts set the topic 2020-04-06 16:29:14 +10:00
helpers Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
initializers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
lib FIX: track links in onebox body if it's same as header link. 2020-04-03 00:08:29 +05:30
mixins DEV: prefer Date.now() over new Date().getTime() 2020-03-26 17:36:53 +11:00
models DEV: remove targetUsernames deprecation 2020-04-03 14:35:30 +11:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
routes FEATURE: Display "Last Updated At" on user directory 2020-03-30 14:34:48 -04:00
services Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
templates UX: Restyle bookmark reminder modal 2020-04-03 20:49:09 -04:00
widgets FIX: prevents registering multiple topic-notifications-button:changed (#9356) 2020-04-06 15:06:26 +02:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00