David Taylor
32665cf9dd
DEV: Consolidate i18n import paths ( #29804 )
...
Enables our new eslint rules which enforce consistent i18n imports. For more info, see 0d58b40cd7
2024-11-19 20:45:18 +00:00
Jarek Radosz
5d90332cfc
DEV: Use the "new" service import ( #26059 )
2024-03-06 18:05:11 +01:00
Godfrey Chan
c34f8b65cb
DEV: Rename I18n imports to discourse-i18n ( #23915 )
...
As of #23867 this is now a real package, so updating the imports to
use the real package name, rather than relying on the alias. The
name change in the package name is because `I18n` is not a valid
name as NPM packages must be all lowercase.
This commit also introduces an eslint rule to prevent importing from
the old I18n path.
For themes/plugins, the old 'i18n' name remains functional.
2023-10-18 11:07:09 +01:00
David Taylor
48193767bf
DEV: Sort imports
...
Automatically generated by `eslint --fix` to satisfy the updated configuration
2023-10-10 21:46:54 +01:00
Penar Musaraj
cc4af80c7d
DEV: refactor bootbox alerts ( #18292 )
2022-09-27 14:47:13 -04:00
Peter Wagenet
40cb46631f
DEV: Update /admin/badges
to modern Ember patterns ( #17672 )
...
* Nest admin badges controller and route files
* Use standard file names for admin-badges
* Update resolver to allow standardized file structure for admin
* Add adminBadges.index controller for property tracking
* Modernize admin badges controller
* Modernize admin-badges route
* Add admin-badges index route
* Modernize admin-badges.show controller and route
* Modernize admin-badges.award controller and route
* Convert BadgeButton to a Glimmer component
2022-08-03 10:12:17 +01:00