From b7965cd09b2da944b72d25af67b147dea41e14d9 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Thu, 9 Apr 2026 22:01:57 +0200 Subject: [PATCH] feat: add back button in PWA standalone mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shows a ← back button in the navbar only when running as installed PWA (display-mode: standalone). Uses history.back() for navigation. Hidden in regular browser where native back button exists. Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 2c39a54..3be9192 100755 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ - + @@ -93,6 +93,9 @@