discourse/app/assets/javascripts/admin/addon
Joffrey JAFFEUX bc9558550d
DEV: replace registerUnbound usage with default exports (#23802)
`registerUnbound` was present for legacy reasons when using helpers in raw-hbs and has been replaced by `registerRawHelper`.

For new helpers used only in classic ember template, exporting a default function from `helpers/*.js` is recommended.

This change also means that all existing helpers will be available to import in `gjs` files.

Co-authored-by: David Taylor <david@taylorhq.com>
2023-10-19 14:28:25 +01:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components DEV: Fix ember/require-super-in-lifecycle-hooks (#24007) 2023-10-19 13:47:45 +02:00
controllers DEV: Add new experimental admin UI route and sidebar (#23952) 2023-10-19 14:23:41 +10:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
models DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
routes DEV: Add new experimental admin UI route and sidebar (#23952) 2023-10-19 14:23:41 +10:00
services DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
templates DEV: Add new experimental admin UI route and sidebar (#23952) 2023-10-19 14:23:41 +10:00