diff --git a/mobile/IOS_SETUP.md b/mobile/IOS_SETUP.md index d7129ea..5815f96 100644 --- a/mobile/IOS_SETUP.md +++ b/mobile/IOS_SETUP.md @@ -31,7 +31,7 @@ On the **Register an App ID** page, only three fields matter — leave everythin 1. [codemagic.io](https://codemagic.io) → sign in with the git provider → add this repository. 2. **Teams → Integrations → App Store Connect → Connect**, upload the `.p8`, paste the **Issuer ID** and **Key ID**. **Name it exactly `BizGaze App Store Connect`** (the `codemagic.yaml` references that name). -3. Codemagic detects `codemagic.yaml`. That's all the signing setup — automatic signing creates the +3. Codemagic detects `codemagic.yaml`. That's all the signing setup — automatic signing creates the distribution certificate + provisioning profile from this key on the first build. ## Step 4 — Run the build diff --git a/server/public/home.html b/server/public/home.html index 89d317e..ffcaf4a 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -589,6 +589,12 @@ /* (message action button styling is under .msg-actions) */ .emoji-pop{position:absolute;bottom:64px;left:12px;width:330px;height:300px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.18);z-index:50;display:flex;flex-direction:column;overflow:hidden;} .mention-pop{position:absolute;left:12px;right:12px;bottom:64px;max-height:240px;overflow:auto;background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.18);z-index:60;padding:.3rem;} + /* Attach menu: anchored to the composer (like the emoji/mention popups) so options appear right above the + paperclip instead of the OS chooser jumping to mid-screen. */ + .attach-pop{position:absolute;left:12px;bottom:64px;z-index:60;background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.18);padding:.3rem;display:flex;flex-direction:column;min-width:190px;} + .attach-pop .attach-opt{display:flex;align-items:center;gap:.6rem;padding:.65rem .7rem;border:none;background:transparent;color:var(--ink);cursor:pointer;border-radius:8px;font-size:.95rem;text-align:left;width:100%;} + .attach-pop .attach-opt:hover{background:var(--blue-soft);color:var(--blue);} + .attach-pop .attach-opt svg{flex:0 0 auto;} .mention-pop .mrow{display:flex;align-items:center;gap:.55rem;padding:.4rem .55rem;border-radius:8px;cursor:pointer;} .mention-pop .mrow.sel{background:var(--blue-soft);} .mention-pop .mn{font-weight:600;color:var(--ink);} @@ -1152,7 +1158,7 @@
-