feat: nice update indicator in header

This commit is contained in:
2024-07-22 15:04:29 +03:00
parent 8f6193b846
commit d109ba8974
4 changed files with 24 additions and 21 deletions

View File

@@ -1,11 +1,3 @@
@if (serviceWorkerEnabled) {
@if (hasUpdate) {
<h1>Update available</h1>
<button (click)="update()">Update</button>
} @else {
<h1>Update not available</h1>
}
}
<app-header></app-header>
<div class="md:h-12 h-16"></div>
<div