ui: adds 0.2.8 welcome content

This commit is contained in:
Aaron Greenspan
2021-01-14 16:04:02 -07:00
committed by Aiden McClelland
parent 939ad844e8
commit c315dbaadf
4 changed files with 33 additions and 4 deletions

View File

@@ -26,7 +26,6 @@
<p style="color: var(--ion-color-danger)">{{error.text}}</p>
<p><a style="color: var(--ion-color-danger); text-decoration: underline; font-weight: bold;" *ngIf="error.moreInfo && !openErrorMoreInfo" (click)="openErrorMoreInfo = true">{{error.moreInfo.buttonText}}</a></p>
<!-- presentPopover(error.moreInfo.title, error.moreInfo.description, $event) -->
<ng-container *ngIf="openErrorMoreInfo">
<p style="margin-top: 10px; color: var(--ion-color-medium);" [innerHTML]="error.moreInfo.title"></p>
<p style="margin-top: 10px; color: var(--ion-color-medium); font-size: small" [innerHTML]="error.moreInfo.description"></p>