syntaxbullet
3c256ba0b2
refactor: centralize custom interaction IDs into constants
...
Replace all hardcoded custom ID strings with module-level constants.
Each module now has *_CUSTOM_IDS in its types file, using functions
for dynamic IDs and PREFIX for startsWith matching.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-02 11:36:35 +02:00
syntaxbullet
b8cf136ff7
fix: fix wording for non-purchasable items
Deploy to Production / test (push) Failing after 33s
2026-03-31 16:56:41 +02:00
syntaxbullet
5188d86d61
fix(inventory): address code review findings
...
Deploy to Production / test (push) Failing after 31s
- Replace setTimeout race in use-item flow with explicit Back button
- Fix collector end handler to re-render current view instead of blanking
- Add appendUseBackButton helper to attach navigation to use results
- Remove unused isInventoryInteraction import
- Fix rarity test type assertions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 17:49:12 +01:00
syntaxbullet
38098a02ea
feat(inventory): rewrite inventory view with CV2 list and detail builders
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 17:32:44 +01:00
syntaxbullet
782a138fd8
fix: strip query params from asset URLs before filesystem lookup
...
Deploy to Production / test (push) Successful in 36s
Icon URLs stored with cache-busting query params (e.g. ?v=123) caused
existsSync to fail, preventing Discord attachment fallback and leaving
unresolvable localhost URLs as thumbnails.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 15:48:19 +01:00
syntaxbullet
56353a7756
fix: fix double newline in item description and add TODO comment on type cast
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 21:56:37 +01:00
syntaxbullet
86142cba6c
feat: rewrite lootbox pull results with Components V2 and separate icon/image URLs
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-18 21:51:28 +01:00
syntaxbullet
5e8683a19f
feat: Implement structured lootbox results with image support and display referenced items in shop listings.
Deploy to Production / test (push) Successful in 42s
2026-02-08 16:07:13 +01:00
syntaxbullet
34958aa220
feat: implement comprehensive item management system with admin UI, API, and asset handling utilities.
Deploy to Production / test (push) Successful in 44s
2026-02-06 12:19:14 +01:00
syntaxbullet
88b266f81b
refactor: initial moves
2026-01-08 16:09:26 +01:00