diff --git a/server/public/connect.html b/server/public/connect.html index afbb5f3..98ee416 100644 --- a/server/public/connect.html +++ b/server/public/connect.html @@ -73,7 +73,7 @@ html.embed #homeLink{display:none!important;} html.embed #video{height:100vh!important;} - +
diff --git a/server/public/home.html b/server/public/home.html index 5e0afac..9a8ae05 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -167,7 +167,7 @@ .ptr-ind.spin .ptr-g{animation:ptrspin .7s linear infinite;} @keyframes ptrspin{to{transform:rotate(360deg);}} /* Enable-notifications prompt (esp. iOS PWA) */ - .notif-prompt{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(74px + env(safe-area-inset-bottom,0));z-index:2000;display:flex;align-items:center;gap:.7rem;width:max-content;max-width:min(460px,94vw);background:var(--blue);color:#fff;padding:.6rem .7rem .6rem 1rem;border-radius:12px;box-shadow:0 10px 30px rgba(20,30,60,.32);font-size:.86rem;} + .notif-prompt{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(74px + env(safe-area-inset-bottom,0px));z-index:2000;display:flex;align-items:center;gap:.7rem;width:max-content;max-width:min(460px,94vw);background:var(--blue);color:#fff;padding:.6rem .7rem .6rem 1rem;border-radius:12px;box-shadow:0 10px 30px rgba(20,30,60,.32);font-size:.86rem;} .notif-prompt .np-actions{display:flex;align-items:center;gap:.4rem;margin-left:auto;flex:0 0 auto;} .notif-prompt .btn.sm{background:#fff;color:var(--blue);} .notif-prompt .np-x{background:transparent;border:none;color:#fff;opacity:.85;cursor:pointer;display:grid;place-items:center;padding:.2rem;} @@ -608,11 +608,10 @@ .guest-prejoin .gp-join{width:100%;margin-top:.75rem;border:none;border-radius:11px;background:var(--blue);color:#fff;font:inherit;font-size:.95rem;font-weight:600;padding:.75rem;cursor:pointer;} .guest-prejoin .gp-join:hover{filter:brightness(1.08);} .guest-prejoin .gp-note{display:flex;align-items:center;justify-content:center;gap:.3rem;margin-top:.7rem;font-size:.74rem;color:var(--muted);} - .guest-left{position:fixed;inset:0;background:#1F3B73;display:flex;align-items:center;justify-content:center;z-index:9900;padding:1rem;} - .guest-left .gl-card{background:#fff;border-radius:16px;padding:2rem 1.6rem;text-align:center;max-width:360px;width:100%;box-shadow:0 18px 44px rgba(0,0,0,.3);} - .guest-left .gl-card h2{margin:.2rem 0 .3rem;font-size:1.15rem;color:var(--ink);} - .guest-left .gl-card p{margin:0 0 1.1rem;color:var(--muted);font-size:.9rem;} - .guest-left .gl-card .bzc-ok{width:100%;justify-content:center;} + /* Guest "left the meeting" — same brand language as the pre-join card. */ + .guest-left{position:fixed;inset:0;z-index:9900;display:flex;align-items:center;justify-content:center;padding:1rem; + background:radial-gradient(1200px 600px at 50% -10%, #2b4f96 0%, #1F3B73 55%, #16294f 100%);} + .guest-left .gl-tick{width:64px;height:64px;margin:.4rem auto .8rem;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;} .modal-ov{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;z-index:9800;padding:1rem;} .modal{background:#fff;border-radius:16px;padding:1.4rem;max-width:380px;width:100%;box-shadow:0 18px 44px rgba(0,0,0,.3);max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);overflow-y:auto;} .modal h3{margin:0 0 .8rem;color:var(--blue);} @@ -691,6 +690,18 @@ .meet-bar .mic-grp{position:relative;display:inline-flex;align-items:center;} .meet-bar .mic-caret{position:absolute;right:-2px;bottom:-2px;width:20px;height:20px;border-radius:50%;border:2px solid var(--card,#fff);background:var(--blue);color:#fff;display:grid;place-items:center;cursor:pointer;padding:0;z-index:2;} .meet-bar .mic-caret:hover{filter:brightness(1.12);} + .meet-bar .more-btn{display:none;} /* desktop: everything is on the bar */ + .meet-bar .meet-ic.off{background:#e2e8f0;color:#94a3b8;} /* speaker off → lite colour (#8d) */ + .gi-list .mrow.dm-able{cursor:pointer;border-radius:9px;} + .gi-list .mrow.dm-able:hover{background:var(--blue-soft);} + .spk-menu .mm-opt{display:flex;align-items:center;gap:.55rem;} + .spk-menu .mm-opt svg{flex:0 0 auto;color:var(--blue);} + /* ---- Mobile meeting bar (#8c/#8e): only Mic / Camera / Speaker / End; the rest behind ⋮ More ---- */ + @media (max-width:640px){ + .meet-bar .mic-caret{display:none;} /* #8c: no device dropdown on mobile — plain on/off */ + .meet-bar .sec-btn{display:none;} /* screen, record, transcript, chat, participants → ⋮ */ + .meet-bar .more-btn{display:inline-flex;} + } .call-invite .ci-ico{width:38px;height:38px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;flex:0 0 auto;} .call-invite .ci-txt{font-size:.88rem;color:var(--ink);line-height:1.25;} .call-invite .ci-join{border:none;background:#15803d;color:#fff;border-radius:9px;padding:.45rem .7rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;flex:0 0 auto;} @@ -897,14 +908,22 @@ relocated into the chat-list header (see placeHdrRight). The shell is pushed below the device status bar so no view overlaps it. */ header{display:none;} - .shell{padding-top:env(safe-area-inset-top,0);} + .shell{padding-top:env(safe-area-inset-top,0px);} .side-title{gap:.5rem;} .side-title h2{flex:1;} .side-title #hdrRight{display:flex;align-items:center;gap:.4rem;flex:0 0 auto;} .brand{font-size:.98rem;} .navtoggle{display:none;} .rail-backdrop{display:none!important;} /* bottom nav replaces the drawer */ /* App-style bottom navigation bar */ - .rail{position:fixed;left:0;right:0;bottom:0;top:auto;width:auto;height:60px;flex-direction:row;justify-content:space-around;align-items:center;gap:0;padding:0 .3rem env(safe-area-inset-bottom,0) .3rem;border-right:none;border-top:1px solid var(--line);box-shadow:0 -3px 14px rgba(20,30,60,.08);transform:none!important;z-index:1200;} + /* iOS: the 60px height had the home-indicator inset padded INSIDE it, so the bar sat under the + indicator and drifted with the URL bar. Use border-box + a height that INCLUDES the inset, pin it + with a promoted layer, and use px-unit env() fallbacks (unitless 0 breaks calc() on Safari). */ + .rail{position:fixed;left:0;right:0;bottom:0;top:auto;width:auto;box-sizing:border-box; + height:calc(60px + env(safe-area-inset-bottom,0px)); + padding:0 .3rem env(safe-area-inset-bottom,0px) .3rem; + flex-direction:row;justify-content:space-around;align-items:center;gap:0; + border-right:none;border-top:1px solid var(--line);box-shadow:0 -3px 14px rgba(20,30,60,.08); + transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;z-index:1200;background:var(--card);} .rail .rail-spacer{display:none;} .railbtn{display:flex;flex-direction:column;justify-content:center;gap:2px;width:62px;height:50px;border-radius:12px;} .railbtn .rlabel{display:block;font-size:.66rem;font-weight:700;line-height:1;} @@ -915,12 +934,12 @@ /* Meeting room code: always fully visible, full-width, easy to read */ .meet-bar .code{flex:1 1 100%;font-size:.9rem;white-space:normal;word-break:break-word;text-align:center;background:var(--blue-soft);border-radius:8px;padding:.35rem .5rem;} /* Chat: one pane at a time (list, then the open conversation) */ - .chatcol{width:100%;flex:1 1 100%;padding-bottom:calc(60px + env(safe-area-inset-bottom,0));} + .chatcol{width:100%;flex:1 1 100%;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px));} body.chat-open .chatcol{display:none;} .content{display:none;} body.chat-open .content, .shell:not(.is-chat) .content{display:block;} .shell:not(.is-chat) .chatcol{display:none;} - .content .panel{bottom:calc(60px + env(safe-area-inset-bottom,0));} /* clear the bottom nav + home indicator */ + .content .panel{bottom:calc(60px + env(safe-area-inset-bottom,0px));} /* clear the bottom nav + home indicator */ /* Bigger touch targets */ .chat-row{padding:.7rem .85rem;} .convo-head{padding:.7rem .85rem;} @@ -938,7 +957,7 @@ .md-actions > .btn{width:100%;justify-content:center;} .md-join{flex:1 1 100%;} .call-invite{left:8px;right:8px;max-width:none;bottom:70px;} - .bell-menu{position:fixed;left:8px;right:8px;top:calc(56px + env(safe-area-inset-top,0));width:auto;} + .bell-menu{position:fixed;left:8px;right:8px;top:calc(56px + env(safe-area-inset-top,0px));width:auto;} #rail .bell-menu,#rail .profile .pmenu{left:auto;} /* desktop rail rule must not leak to the mobile bottom-nav */ /* Touch devices have no hover: keep member-row actions (make-admin / remove) always visible */ .mrow .iconbtn{opacity:1;} @@ -946,9 +965,9 @@ - + - @@ -2985,7 +3004,7 @@ async function openGroupInfo(gid){ + (info.isAdmin?'':'') + '
'
- +'Thanks for joining.
' - +(_guestRoom?'':'')+'
Biz ConnectThanks for joining'+((ME&&ME.name)?(', '+pEsc(firstName(ME.name))):'')+'.
' + +(_guestRoom?'':'') + +'