Add debug logging for inventory live-update tracing + cache-bust fetch
Temporary instrumentation to diagnose why InventoryWindow doesn't refresh on inventory_delta. Three log points: - useLiveData: logs when inventory_delta arrives and version bump - InventoryWindow effect: logs every run with state - InventoryWindow fetch: logs when debounce fires and result count Also added cache-buster (_t=timestamp) to the refetch URL in case HTTP caching is masking fresh data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d26f1f725c
commit
0ff396cd0e
15 changed files with 29 additions and 25 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<link rel="preload" as="image" href="/dereth.png" />
|
||||
<link rel="preload" as="image" href="/icons/0600127E.png" />
|
||||
<link rel="preload" as="fetch" href="/dungeon_tiles.json" crossorigin="anonymous" />
|
||||
<script type="module" crossorigin src="/assets/index-BipVD-xb.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-JtL36YqI.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/react-yfL0ty4i.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BsAcOCNp.css">
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue