game kit page: four 6×3 applets (trinkets, tokens, card decks, dice sets) with applet grid; tarot fan modal with coverflow, sessionStorage position memory, and 403 guard on locked decks; unlocked_decks M2M on User with backfill migration; game kit icon wrap fix; tarot_deck.html moved to gameboard/ per template dir convention (now documented in CLAUDE.md); FTs 6–13, 2 new ITs; 360 passing [log Co-Authored-By: Claude Sonnet 4.6]

This commit is contained in:
Disco DeDisco
2026-03-24 22:57:12 -04:00
parent b03ba09b65
commit a5d71925fc
10 changed files with 580 additions and 1 deletions

View File

@@ -219,3 +219,4 @@
#id_game_applets_container { @extend %applets-grid; }
#id_wallet_applets_container { @extend %applets-grid; }
#id_billboard_applets_container { @extend %applets-grid; }
#id_game_kit_applets_container { @extend %applets-grid; }