From fceff15e2f43ec6d1bee1f37e1e2da197330e370 Mon Sep 17 00:00:00 2001 From: you Date: Fri, 20 Mar 2026 06:49:20 +0000 Subject: [PATCH] feat: update URL bar when selecting a packet for easy sharing --- public/packets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/packets.js b/public/packets.js index e35c7b9..18893aa 100644 --- a/public/packets.js +++ b/public/packets.js @@ -712,6 +712,7 @@ async function selectPacket(id) { selectedId = id; + history.replaceState(null, '', `#/packet/${id}`); renderTableRows(); const isMobileNow = window.innerWidth <= 640; let panel;