2023-04-21 00:21:07 +03:00
|
|
|
<div class="flex flex-column h-100" {{css-transition "gh-nav-contextual"}} data-test-nav-menu="design" ...attributes>
|
2023-04-26 17:08:57 +03:00
|
|
|
<header class="gh-nav-header no-accordion">
|
2023-04-21 00:21:07 +03:00
|
|
|
<LinkTo @route="settings" class="gh-nav-menu-back-button" data-test-link="back-to-settings">Settings</LinkTo>
|
|
|
|
{{svg-jar "arrow-right-small"}} Announcement bar
|
|
|
|
</header>
|
|
|
|
<section class="gh-nav-body gh-nav-design">
|
|
|
|
<div class="gh-nav-top">
|
|
|
|
<div class="gh-nav-list gh-nav-main">
|
|
|
|
<div class="gh-nav-design-settings">
|
|
|
|
<form>
|
2023-04-21 11:49:29 +03:00
|
|
|
<AnnouncementSettings::Content @onChange={{this.updatePreview}} />
|
|
|
|
<AnnouncementSettings::Background @onChange={{this.updatePreview}} />
|
|
|
|
<AnnouncementSettings::Visibility @onChange={{this.updatePreview}} />
|
2023-04-21 00:21:07 +03:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|