add qr-codes, share button, and pwa config toggle
This commit is contained in:
11
app/views/pwa.html
Normal file
11
app/views/pwa.html
Normal file
@ -0,0 +1,11 @@
|
||||
<div class="container pt-4 fade show" id="install-prompt">
|
||||
<div class="row">
|
||||
<div class="alert alert-success alert-dismissible w-100" role="alert">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
{SITENAME} is now available as a Progressive Web App, click the button to install now.
|
||||
<button class="btn btn-md btn-outline-primary me-3" id="install-button">Install App</button>
|
||||
</div>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user