Adjust alert message for postponing meetings and cascading options

Update the postpone dialog to clarify the cascade option for shifting following meetings.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 4b850d2f-0411-4dd6-9c45-bce65f349c0d
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/CO2oJgb
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
riyadhafraa
2026-05-01 21:32:18 +00:00
parent 75fa714b25
commit 748a37ffb2
@@ -989,11 +989,7 @@ function PostponeDialog({
const postponeBy = async (
delta: number,
expectedUpdatedAt?: string,
// #302: when true, the server also shifts every later active
// meeting on the same day by the same delta. Defaults to false so
// the existing single-meeting paths (chip → confirm → apply) keep
// their behavior verbatim — only the explicit cascade-prompt
// "Shift following meetings" button passes true.
// #302: cascade later same-day meetings by the same delta.
cascadeFollowing: boolean = false,
) => {
if (!Number.isFinite(delta) || delta <= 0) return;