Sponsor chat entry: move off the bottom-right FAB into the left sidebar

The bottom-right bubble is the site's AI support chat — only one belongs there.
Sponsor/downline messaging now lives in the lower sidebar under Team → Messages
(unread badge on the link), opening the same threads drawer. Removed the FAB.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-07 05:33:20 -05:00
parent ade0a13064
commit 5e3f2540f4
3 changed files with 15 additions and 19 deletions
+9 -10
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=20260907a">
<link rel="stylesheet" href="/assets/site.css?v=20260907b">
</head>
<body class="bo-body">
@@ -108,6 +108,10 @@
<button data-pane="profile" type="button"><svg viewBox="0 0 24 24"><circle cx="12" cy="8.5" r="3.6"/><path d="M4.5 20c1.6-3.6 4.2-5.2 7.5-5.2s5.9 1.6 7.5 5.2"/></svg>Profile</button>
</nav>
<div class="bo-links" id="adSlotSide" hidden style="border-top:1px solid var(--line)"></div>
<div class="bo-links">
<span class="bo-cap">Team</span>
<a href="#" id="chatMenuBtn" class="bo-chat"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" style="vertical-align:-2px;margin-right:7px"><path d="M5 5h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H9l-4 4V6a1 1 0 0 1 1-1z"/></svg>Messages<span class="pill" id="chatNavBadge" hidden></span></a>
</div>
<div class="bo-links">
<span class="bo-cap">Site</span>
<a href="/">Ad packages</a>
@@ -623,14 +627,9 @@
</div>
</div>
</div>
<button id="chatFab" class="chat-fab" type="button" hidden aria-label="Messages">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 5h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H9l-4 4V6a1 1 0 0 1 1-1z"/></svg>
<span class="chat-fab-badge" id="chatFabBadge" hidden></span>
</button>
<script src="/assets/common.js?v=20260907a"></script>
<script src="/assets/wallet.js?v=20260907a"></script>
<script src="/assets/my.js?v=20260907a"></script>
<script src="/assets/chat.js?v=20260907a"></script>
<script src="/assets/common.js?v=20260907b"></script>
<script src="/assets/wallet.js?v=20260907b"></script>
<script src="/assets/my.js?v=20260907b"></script>
<script src="/assets/chat.js?v=20260907b"></script>
</body>
</html>