Ghost/ghost/admin/app/templates/settings
Kevin Ansfield 3ee0c3ff53 Fixed duplicate top-level properties after native class codemod
refs https://github.com/TryGhost/Ghost/issues/14101
refs https://github.com/TryGhost/Admin/pull/2256

Before migrating to native classes we had a number of controllers/components that had an `.actions.foo` action and a `.foo` task. The automated migration to native classes didn't take that into account and we've ended up with duplicate top-level property names. These duplicates are confusing and can potentially lead to errors or unexpected behaviour, they'll also be flagged as linter errors when we bump our eslint version.

- switched tasks with matching action names to `.actionTask` naming scheme
2022-02-10 10:20:03 +00:00
..
design Updated copy of Save buttons on settings pages 2022-02-09 10:32:47 +01:00
integration/webhooks Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
integrations Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
staff [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
code-injection-loading.hbs Updated code injection styles 2021-02-10 11:54:27 +01:00
code-injection.hbs Updated code injection styles 2021-02-10 11:54:27 +01:00
general-loading.hbs Update portal settings UI 2021-02-10 11:08:09 +01:00
general.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
integration.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
integrations.hbs Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
labs-loading.hbs Basic settings restructure 2021-02-02 16:08:03 +00:00
labs.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
members-email.hbs Fixed Cmd+S not saving on membership and members email setting screens 2022-02-09 10:59:12 +00:00
membership.hbs Fixed Cmd+S not saving on membership and members email setting screens 2022-02-09 10:59:12 +00:00
navigation.hbs [chore] migrate app/controllers/settings/navigation.js to use native classes (#2254) 2022-02-09 09:53:38 +00:00
product.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
products.hbs Wired free membership settings to API (#1949) 2021-05-07 22:46:35 +05:30