1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat(PWA): add Service Worker update notification

This commit is contained in:
Cotes Chung
2022-06-04 23:54:06 +08:00
parent 54124d5134
commit d127183b97
15 changed files with 207 additions and 52 deletions

View File

@@ -48,6 +48,21 @@ layout: compress
<i class="fas fa-angle-up"></i>
</a>
<div id="notification" class="toast" role="alert" aria-live="assertive" aria-atomic="true"
data-animation="true" data-autohide="false">
<div class="toast-header">
<button type="button" class="ml-2 ml-auto close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="toast-body text-center pt-0">
<p class="pl-2 pr-2 mb-3">{{ site.data.locales[lang].notification.update_found }}</p>
<button type="button" class="btn btn-primary" aria-label="Update">
{{ site.data.locales[lang].notification.update }}
</button>
</div>
</div>
{% include search-loader.html %}
{% include js-selector.html %}