Skip to content

Commit

Permalink
feat: Visible schedule data, Replace unveil soon content
Browse files Browse the repository at this point in the history
  • Loading branch information
JaldeepAsodariya committed Dec 5, 2022
1 parent c492dee commit d02a2d1
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions src/pages/schedule-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,47 @@ export class SchedulePage extends ReduxMixin(PolymerElement) {
</style>
<hero-block
background-image="[[heroSettings.background.image]]"
background-color="[[heroSettings.background.color]]"
font-color="[[heroSettings.fontColor]]"
>
<div class="hero-title">[[heroSettings.title]]</div>
<h2 class="name">Unveil soon</h2>
<p class="hero-description">[[heroSettings.scheduleDeclareSoon]]</p>
<p class="hero-description">[[heroSettings.description]]</p>
<sticky-element slot="bottom">
<header-bottom-toolbar location="[[location]]"></header-bottom-toolbar>
</sticky-element>
</hero-block>
<paper-progress indeterminate hidden$="[[!pending]]"></paper-progress>
<filter-menu
filter-groups="[[filterGroups]]"
selected-filters="[[selectedFilters]]"
></filter-menu>
<div class="container">
<content-loader
card-padding="15px"
card-margin="16px 0"
card-height="140px"
avatar-size="0"
avatar-circle="0"
title-top-position="20px"
title-height="42px"
title-width="70%"
load-from="-20%"
load-to="80%"
blur-width="300px"
items-count="[[contentLoaders.itemsCount]]"
hidden$="[[!pending]]"
layout
>
</content-loader>
<slot></slot>
</div>
<footer-block></footer-block>
`;
}
Expand Down

0 comments on commit d02a2d1

Please sign in to comment.