From 41fc459213dc91047b515f83ed4a7ec2c2a48a7d Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Wed, 22 Apr 2026 03:43:32 +0200 Subject: [PATCH] feat: history back/forward actions on explorer and modals Most actions within each page is stateless (show modals) or change the URL hash. As it is, those are not tracked and using the back button has no effect. This commits implements two things: - Tracking of the URL hash in the explorer to move from bucket/folders on history change. - Add a history state when a modal is open, so the back button closes the modal. --- webui/web/buckets.html | 6 +++--- webui/web/explorer.html | 35 +++++++++++++++++++++++------------ webui/web/js/app.js | 33 ++++++++++++++++++++++++++++++++- webui/web/users.html | 6 +++--- 4 files changed, 61 insertions(+), 19 deletions(-) diff --git a/webui/web/buckets.html b/webui/web/buckets.html index 70dfa275..ab0366e3 100644 --- a/webui/web/buckets.html +++ b/webui/web/buckets.html @@ -221,7 +221,7 @@ under the License. -