summaryrefslogtreecommitdiff
path: root/frontend/status
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-01-09 22:11:10 +0800
committeraltaf-creator <dev@altafcreator.com>2026-01-09 22:11:10 +0800
commit85afbb89dd1ab32583b77a530f14c338fff0b29d (patch)
tree21c75713c6ef9b0cc8d8591d5686e8a97fb949c6 /frontend/status
parent36a1e21e3d85fd1faa70a60b1515826a551d2e28 (diff)
ajkhfsdjhkfdsa
Diffstat (limited to 'frontend/status')
-rw-r--r--frontend/status/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html
index 2c1e7af..97c5504 100644
--- a/frontend/status/index.html
+++ b/frontend/status/index.html
@@ -99,6 +99,22 @@
</div>
</div>
</div>
+ <div class="master-popup-container" id="popup-master">
+ <div class="popup-container">
+ <h1 style="text-align: center;">Initial Setup for iOS</h1>
+ <p>To allow notifications on your iOS device, you’ll need to install this website as a web app.</p>
+ <hr>
+ <p><b>Step 1:</b> Press ... (if using iOS 26) → <b>Share</b></p>
+ <img src="/assets/img/step1.png" alt="">
+ <p><b>Step 2:</b> Scroll down → Select <b>Add to Home Screen</b></p>
+ <img src="/assets/img/step2.png" alt="">
+ <p><b>Step 3:</b> Press <b>Add</b>. If you're using iOS 26+, ensure Open as Web App is enabled.</p>
+ <img src="/assets/img/step3.png" alt="">
+ <p><b>Step 4:</b> Go to your home screen → Reopen this page by <b>pressing</b> the <b>LaundryWeb app</b>.</p>
+ <img src="/assets/img/step4.png" alt="" style="height: 72px; margin-bottom: 32px;">
+ </div>
+ <button id="close-popup"></button>
+ </div>
<div class="section-container credits-container">
<span>Developed by <a href="https://altafcreator.com">Athaalaa Altaf Hafidz</a>, a fellow resident • <a href="https://git.altafcreator.com/victoriahall-laundryweb.git/">Source Code</a></span>
</div>
@@ -106,5 +122,7 @@
<script src="/main.js"></script>
<script src="/status.js"></script>
<script src="/permissionrequest.js"></script>
+ <script src="/popup.js"></script>
+ <script src="/ios_popup.js"></script>
</body>
</html>