Files
protocol-droid/frontend
Protocolbot 59506db7a9 fix: back button navigation — guard hash setting during route()
When the back button triggers hashchange -> route(), the isRouting
flag prevents navigate() and showDetail() from re-setting location.hash,
which was creating duplicate history entries and trapping the user.
Now the back button properly traverses history.
2026-07-08 13:59:55 -06:00
..