discourse/app/assets/javascripts/admin
Kane York 869f9b20a2
PERF: Dematerialize topic_reply_count (#9769)
* PERF: Dematerialize topic_reply_count

It's only ever used for trust level promotions that run daily, or compared to 0. We don't need to track it on every post creation.

* UX: Add symbol in TL3 report if topic reply count is capped

* DEV: Drop user_stats.topic_reply_count column
2020-05-14 15:42:00 -07:00
..
adapters Rename `.js.es6` to `.js` in the admin application 2020-03-13 17:03:08 -04:00
components DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
controllers DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
helpers DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
mixins DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
models PERF: Dematerialize topic_reply_count (#9769) 2020-05-14 15:42:00 -07:00
routes DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
services DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
templates PERF: Dematerialize topic_reply_count (#9769) 2020-05-14 15:42:00 -07:00