Revert floating badge, remove debug logs

The floating version badge scrolled awkwardly and wasn't necessary
now that the bind-mount/deploy issue is fixed. The existing ml-version
inside the Sidebar is sufficient.

Also removed the temporary [INV_DEBUG] console logs from useLiveData
and InventoryWindow — the inventory live-update bug is confirmed fixed.
Kept the per-character inventoryVersions fix and the cache-buster on
the refetch URL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-15 19:20:24 +02:00
parent 73e204c82b
commit f7f04d6a84
18 changed files with 26 additions and 49 deletions

View file

@ -71,7 +71,6 @@ export const MapLayout: React.FC<Props> = ({ data }) => {
socket={data.socketRef.current} />
<RareNotification recentRares={data.recentRares} />
<DeathNotification deathAlerts={data.deathAlerts} />
{version && <div className="ml-version-badge">v{version}</div>}
</div>
</WindowManagerProvider>
);