Browse Source

Refactoring

pull/4891/head
Thomas Kaul 3 weeks ago
parent
commit
3bdb7e57fb
  1. 40
      apps/client/src/app/pages/about/changelog/changelog-page.html

40
apps/client/src/app/pages/about/changelog/changelog-page.html

@ -7,37 +7,47 @@
<ngx-skeleton-loader <ngx-skeleton-loader
animation="pulse" animation="pulse"
[theme]="{ [theme]="{
'border-radius': '0.25rem', height: '1.5rem',
height: '1.375rem', width: '12rem'
width: '35%' }"
/>
<ngx-skeleton-loader
animation="pulse"
class="mt-3"
[theme]="{
height: '1.25rem',
width: '5rem'
}"
/>
<ngx-skeleton-loader
animation="pulse"
class="mt-3"
[theme]="{
height: '1.25rem',
width: '50%'
}" }"
/> />
<ngx-skeleton-loader <ngx-skeleton-loader
animation="pulse" animation="pulse"
class="mt-2" class="mt-2"
[theme]="{ [theme]="{
'border-radius': '0.25rem', height: '1.25rem',
height: '1.375rem', width: '75%'
width: '15%'
}" }"
/> />
<ngx-skeleton-loader <ngx-skeleton-loader
animation="pulse" animation="pulse"
class="mt-2" class="mt-2"
[theme]="{ [theme]="{
'border-radius': '0.25rem', height: '1.25rem',
height: '1.375rem', width: '67%'
width: '65%'
}" }"
/> />
} @else { }
<div class="changelog"> <div class="changelog">
<markdown <markdown [src]="'../assets/CHANGELOG.md'" (load)="onLoad()"></markdown>
[src]="'../assets/CHANGELOG.md'"
(load)="onLoad()"
></markdown>
</div> </div>
}
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save