diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-05 22:49:37 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-05 22:49:37 +0700 |
| commit | a65572e11be0eb27eb9def0fe6658713f96fd4fa (patch) | |
| tree | 76252afd729e88e4b154f4493837c73f55bb7a4a /frontend/status | |
| parent | d0aace9ab244c656e42354d44f87ef4c415f58bc (diff) | |
notif perms even in /status
Diffstat (limited to 'frontend/status')
| -rw-r--r-- | frontend/status/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html index 3093508..f69ca1d 100644 --- a/frontend/status/index.html +++ b/frontend/status/index.html @@ -29,6 +29,15 @@ <span id="logo">Victoria Hall<br>LaundryWeb</span> <span id="logo-id">H?</span> </div> + <div class="section-container row bg-red" id="notif-panel"> + <div class="flex-center-container"> + <span class="icon">🔔</span> + </div> + <div> + <span>Please allow this website to send you notifications to remind you about your laundry. That's like, the whole point of this website.</span> + <button id="notbtn" class="button bg-redder">Enable Required Permissions</button> + </div> + </div> <div class="section-container no-pad"> <h1 id="status-title">Machine Status for H?</h1> <div class="machine-container"> @@ -108,5 +117,6 @@ <a href="mailto:dev@altafcreator.com" class="feedback"><span>✉️ Bugs? Feedback?</span></a> <script src="/main.js"></script> <script src="/status.js"></script> + <script src="/permissionrequest.js"></script> </body> </html> |
