mirror of
https://github.com/versity/versitygw.git
synced 2026-04-23 06:00:30 +00:00
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.