Unblock testing: message-your-sponsor entries, video pause-on-blur, tour polish

- Sponsor messaging is now reachable everywhere a new referral looks: a
  "Message your sponsor" card on My line, the Overview quick action, and a
  pinned "Message your sponsor" row atop the Messages drawer (even with no
  thread yet). Chat stores the sponsor from the dashboard.
- Watch-to-earn video + Shorts now PAUSE when the tab/window loses focus and
  resume on return, so a viewer must stay on the page for the watch to count.
- Welcome tour hides its frame on completion (no white about:blank panel).
  NOTE: rmcircle.team allows framing (frame-ancestors *); the blank was just
  the post-dwell blank state.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-07 06:34:49 -05:00
parent 5b1a60f653
commit 7caff0eea2
7 changed files with 64 additions and 10 deletions
+11 -5
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Member area | InstantAdPay</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
<link rel="stylesheet" href="/assets/site.css?v=20260907d">
<link rel="stylesheet" href="/assets/site.css?v=20260907e">
</head>
<body class="bo-body">
@@ -222,6 +222,12 @@
</div>
<div class="pane" id="pane-line" hidden>
<div class="card" id="sponsorMsgCard" hidden>
<h3>Your sponsor has your back</h3>
<p class="muted small">Questions getting started? Message your sponsor <b id="sponsorMsgName"></b> directly.
If they are online you chat live; if not, it lands in their inbox and they are notified.</p>
<p><button class="btn" id="lineMsgSponsor" type="button">Message your sponsor</button></p>
</div>
<div class="card">
<h3>Your invite link, live from day one</h3>
<p class="muted small">Share it anywhere, starting now. Everyone who joins through it becomes part of
@@ -627,9 +633,9 @@
</div>
</div>
</div>
<script src="/assets/common.js?v=20260907d"></script>
<script src="/assets/wallet.js?v=20260907d"></script>
<script src="/assets/my.js?v=20260907d"></script>
<script src="/assets/chat.js?v=20260907d"></script>
<script src="/assets/common.js?v=20260907e"></script>
<script src="/assets/wallet.js?v=20260907e"></script>
<script src="/assets/my.js?v=20260907e"></script>
<script src="/assets/chat.js?v=20260907e"></script>
</body>
</html>