feat: update URL bar when selecting a packet for easy sharing

This commit is contained in:
you
2026-03-20 06:49:20 +00:00
parent 9c87f0040e
commit fceff15e2f
+1
View File
@@ -712,6 +712,7 @@
async function selectPacket(id) {
selectedId = id;
history.replaceState(null, '', `#/packet/${id}`);
renderTableRows();
const isMobileNow = window.innerWidth <= 640;
let panel;