add configurable gift menu overlays

Add tenant-scoped gift menu settings, catalog-backed triggers, infinite OBS rendering, and guard assets. Normalize legacy and protobuf gift values for blind-box, battery-tier, and transaction-aware matching.
This commit is contained in:
2026-07-21 19:41:49 -07:00
parent c4eca7b8bf
commit 716c6f3f2f
29 changed files with 2764 additions and 91 deletions
@@ -0,0 +1,6 @@
-- Every account owns exactly one built-in gift-menu component. Its ordered
-- entries remain in validated component settings and inherit component RLS.
CREATE UNIQUE INDEX IF NOT EXISTS component_instances_single_gift_menu
ON component_instances(owner_user_id, kind)
WHERE kind = 'gift_menu';