Animated "advanced" table open/close on change themes screen

refs https://github.com/TryGhost/Team/issues/1149

- switched to using `{{liquid-if}}` to get our standard open/close animation when the `showAdvanced` property is changed
This commit is contained in:
Kevin Ansfield 2021-10-18 13:05:18 +01:00
parent 9a0a98e64a
commit db0fc23dee

View File

@ -8,11 +8,11 @@
</GhCanvasHeader>
<section class="view-container">
{{#if this.showAdvanced}}
{{#liquid-if this.showAdvanced}}
<div class="gh-themes-container-labs">
<GhThemeTableLabs @themes={{this.themes}} />
</div>
{{/if}}
{{/liquid-if}}
<div class="gh-theme-directory-container-labs">
<div class="theme-directory-labs">