4 Commits
Author SHA1 Message Date
npc0-hue 7e0780ea51 Fix SCUM gift catalog visibility 2026-09-23 16:12:33 +08:00
npc0-hue 312804c55e fix: improve SCUM map playback filters 2026-09-20 10:45:32 +08:00
npc0-hue 156392df1e Improve SCUM map playback and vehicle markers 2026-09-18 15:53:32 +08:00
npc0-hue 839aff35ed Load SCUM catalog icons on demand instead of importing every icon module
- Resolve the 2604 extracted icons through a generated static asset URL lookup instead of an eager import.meta.glob, so opening a plugin page no longer pulls every icon as its own dev-server module.
- Keep the icon URLs cacheable per rendered element and add a test that the catalog never regains the module glob and that every declared icon file ships.
2026-09-15 16:43:49 +08:00