discourse/app/assets/javascripts/admin/addon
David Taylor 2a7fb4bf3a
FIX: Correct error in ip-lookup component definition (#17339)
7caaee2 introduced a duplicate definition of the component JS. This likely happened because we had the template defined under `javascripts/discourse`, and the component JS defined under `javascript/admin`. This commit removes the duplicate definition, and moves the template to the admin addon
2022-07-05 15:13:50 +01:00
..
adapters REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
components DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
controllers FIX: Correctly display `/admin/emails` errors (#17321) 2022-07-04 16:03:53 +02:00
helpers DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
mixins UX: Change wording for 'regular' categories to 'normal' (#17134) 2022-06-20 06:49:33 +03:00
models DEV: Fix typos "formated" -> "formatted" (#17156) 2022-06-20 20:02:05 +02:00
routes FIX: Correctly display `/admin/emails` errors (#17321) 2022-07-04 16:03:53 +02:00
services DEV: Avoid unnecessary `site-settings:main` lookups (#15006) 2021-11-18 17:11:59 +01:00
templates FIX: Correct error in ip-lookup component definition (#17339) 2022-07-05 15:13:50 +01:00