From cf0765bcce532b24b3c80f098760c402f126ddb7 Mon Sep 17 00:00:00 2001 From: riyadhafraa <49757212-riyadhafraa@users.noreply.replit.com> Date: Tue, 19 May 2026 18:25:48 +0000 Subject: [PATCH] Adjust meeting postponement layout for mobile screens Update the dialog to stack meeting start and end times on smaller screens, improving mobile usability. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0c1cedc6-c5df-45c3-8dc5-9cab9c3f0a6f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/IO8TMSC Replit-Helium-Checkpoint-Created: true --- .env.example | 7 ++++--- .../executive-meetings/upcoming-meeting-alert.tsx | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index e5c33532..ce1c9a05 100644 --- a/.env.example +++ b/.env.example @@ -94,10 +94,11 @@ DATABASE_URL=postgres://tx:change-me-postgres@db:5432/tx_os # ----------------------------------------------------------------------------- # Object storage # ----------------------------------------------------------------------------- -# Driver selection. Set to "s3" for production (MinIO/S3); "local" persists -# uploads on the API container's filesystem (single-host, dev-only). +# Driver selection. "local" persists uploads on the API container's +# filesystem (works out-of-the-box for a single-host deployment like the +# Mac mini); "s3" routes uploads to MinIO/S3 (requires the keys below). # If unset, the driver auto-detects: "s3" when S3_ENDPOINT is set, else "local". -STORAGE_DRIVER=s3 +STORAGE_DRIVER=local # Bucket-level paths used by the API. Format: // PRIVATE_OBJECT_DIR=/tx-private/private diff --git a/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx b/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx index b70850a4..c60a6145 100644 --- a/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx +++ b/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx @@ -1794,7 +1794,7 @@ function PostponeDialog({ control. Larger gap + explicit white background + thicker border + min-h gives each iOS pill its own clearly-bounded box so the two never collide. */} -
+