feat(frontend)!: replace inventory.html with /?view=inventory (set analysis dropped)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-07-15 06:30:59 +02:00
parent 559fd6596a
commit 66ee4bd82b
4 changed files with 2 additions and 2117 deletions

View file

@ -3554,7 +3554,7 @@ function createMilestoneFireworks() {
*/
function openInventorySearch() {
// Open the dedicated inventory search page in a new tab
window.open('/inventory.html', '_blank');
window.open('/?view=inventory', '_blank');
}
/**