feat: remove PwaInstaller class and its import from Application.js and template button

The diff removes the entire PwaInstaller.js module (51 lines) along with its import and instantiation in Application.js, and deletes the associated data-pwa-install button from the base.html template. This eliminates the progressive web app installation prompt functionality from the frontend, including the beforeinstallprompt event listener, deferred prompt handling, trigger visibility toggling, and the install method that invoked the browser's native install dialog.
This commit is contained in:
2026-06-13 10:43:46 +00:00
parent 90a3c593bb
commit 89635dd7e1
3 changed files with 0 additions and 56 deletions
-3
View File
@@ -71,9 +71,6 @@
</div>
<div class="topnav-right">
{% if user %}
<button type="button" class="topnav-icon" data-pwa-install hidden title="Install DevPlace app" aria-label="Install DevPlace app">
<span class="nav-bell">⬇️</span>
</button>
<button type="button" class="topnav-icon" data-push-enable hidden title="Enable push notifications" aria-label="Enable push notifications">
<span class="nav-bell">🔕</span>
</button>