fix(brand/ux): real Biz Connect logo, branded loading screen, phone login, no blank gap
- Replace the leftover 'Your Virtual CXO' logo.png with the app icon (C mark) in every header (home/index/connect/dashboard) + the app icon on share.html; delete logo.png. - Loading screen now shows the orbit mark + 'Biz Connect' wordmark + 'Loading…' (was bare). - Keep the branded splash up until the chat list finishes loading — no blank/stuck gap after login (previously hidden before loadSidebar()). - Login accepts email OR phone (field was type=email, which rejected phone numbers and so blocked the mobile-login that triggers the account merge). Label → 'Email or phone'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="brandrow">
|
||||
<img src="/logo.png" alt="" style="height:40px;width:auto;max-width:170px;border-radius:8px;object-fit:contain;background:#fff;padding:4px 10px" onerror="this.style.display='none'">
|
||||
<img src="/icon-192.png" alt="" style="height:40px;width:auto;max-width:170px;border-radius:8px;object-fit:contain;background:#fff;padding:4px 10px" onerror="this.style.display='none'">
|
||||
<div class="brand">Biz <span>Connect</span></div>
|
||||
</div>
|
||||
<div class="hdr-right">
|
||||
|
||||
Reference in New Issue
Block a user