Ghost/ghost/admin/app/templates
Arjuna Kristophe Sankar 096dffb817
🐛 Fixed missing active theme breaks design screen (#15602)
closes: https://github.com/TryGhost/Ghost/issues/15505

When starting Ghost with a missing active theme, the design settings screen and change theme screen both end up in a broken state with the user unable to select a new theme as the active one.

The design screen has no default (or blank) slate, and so shows a preview of an empty theme.
- First added a new default screen to serve as a placeholder for when the state contains no active theme.
- Added a check for when there was no active theme, then redirects the user to the default screen .

The change theme screen wants to set an active property on the theme that should be active in the theme list.
- Added a check to see whether there is an active theme set.
- If there isn't one, don't bother trying to add the active property.
2022-10-30 14:14:11 +00:00
..
editor Fixed linter error for use of {{action}} in editor-loading controller 2022-07-18 10:50:03 +01:00
explore Added Ghost Explore in Ghost as iframe app behind feature flag (#15495) 2022-10-07 14:32:54 +01:00
lexical-editor Lexical-powered editor experiment (#15278) 2022-08-23 11:45:50 +01:00
members Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
posts Added conversions count and separate analytics page (#15637) 2022-10-17 13:02:39 +02:00
react-editor Fixed linter error for use of {{action}} in editor-loading controller 2022-07-18 10:50:03 +01:00
settings 🐛 Fixed missing active theme breaks design screen (#15602) 2022-10-30 14:14:11 +00:00
setup Updated the copy for All Done screen 2022-03-10 11:50:35 +00:00
application-error.hbs Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
application.hbs Added Ghost Explore app 2022-10-26 10:05:50 +01:00
dashboard.hbs Fixed date range dropdown without flag 2022-10-11 10:47:31 +02:00
designsandbox.hbs Added <GhPostBookmark> and displayed on publish flow complete step 2022-05-10 13:26:13 +01:00
editor.hbs 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
error.hbs Fixed 404 code alignment 2021-07-08 15:42:46 +02:00
lexical-editor.hbs Switched delete snippet modal to new modal pattern (#15468) 2022-09-25 10:54:07 +01:00
lexicalsandbox.hbs Updated lexical sandbox page structure 2022-09-28 11:06:32 +07:00
member.hbs Fixed member page breadcrumbs coming from analytics 2022-10-27 17:24:57 +02:00
members-activity.hbs Updated member activity page with new breadcrumb styles 2022-10-04 13:51:01 +07:00
members.hbs Added breadcrumbs to members pages when coming from analytics 2022-10-25 16:21:10 +02:00
offer.hbs Fixed breadcrumbs responsive issues 2022-10-06 16:25:57 +07:00
offers.hbs Updated breadcrumb and title style across admin 2022-10-04 12:35:29 +07:00
pages-loading.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
pages.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
posts-loading.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
posts.hbs Refactored posts and pages controllers to Octane patterns 2022-10-07 18:39:34 +01:00
reset.hbs Refactored reset controller to Octane patterns 2022-10-07 19:07:51 +01:00
settings.hbs Updated copy 2022-10-27 14:27:08 +02:00
setup.hbs Fixed flash of failure state when submitting site setup and staff signup forms 2022-05-27 12:13:54 +01:00
signin.hbs Removed oauth experiment (#2390) 2022-05-16 17:37:00 +01:00
signup.hbs Migrated signup screen to Octane patterns 2022-05-27 13:28:29 +01:00
site.hbs Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tag.hbs Fixed breadcrumbs responsive issues 2022-10-06 16:25:57 +07:00
tags-loading.hbs Updated breadcrumb and title style across admin 2022-10-04 12:35:29 +07:00
tags.hbs Updated breadcrumb and title style across admin 2022-10-04 12:35:29 +07:00
whatsnew.hbs Added changelog subscribe button to What's new page 2022-10-27 17:01:27 +01:00