discourse/app/assets/javascripts/admin
Robin Ward d615de9139
DEV: Support for import Handlebars from 'handlebars'; (#9600)
* Remove Handlebars.SafeString usage

* DEV: Support for `import Handlebars from 'handlebars'`;

* FIX: Sprockets was broken when `node_modules` was present

By default the old version of sprockets looks for application.js
anywhere, including in a node_modules folder if this exists
(which it will when we move to Ember CLI.)
2020-04-30 16:41:02 -04:00
..
adapters Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
components FEATURE: allows to limit visible reports and tabs in dashboard (#9598) 2020-04-30 17:31:04 +02:00
controllers DEV: Remove Handlebars.Utils.escapeExpression usage 2020-04-30 11:36:55 -04:00
helpers DEV: Support for import Handlebars from 'handlebars'; (#9600) 2020-04-30 16:41:02 -04:00
mixins DEV: Support for import Handlebars from 'handlebars'; (#9600) 2020-04-30 16:41:02 -04:00
models DEV: improve code readability & add tests for user guardian. 2020-04-30 20:59:33 +05:30
routes UX: rework date time input range (#9524) 2020-04-22 22:17:53 +02:00
services Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
templates FEATURE: allows to limit visible reports and tabs in dashboard (#9598) 2020-04-30 17:31:04 +02:00