From b185cd231b3d11acc8a633144dc6fc688ea0c1d3 Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:42:10 +0530 Subject: [PATCH] feat: login overlay re design (#27800) --- .../videos/views/videos-single-view.tsx | 272 ++++++++---------- apps/web/public/static/locales/en/common.json | 6 + 2 files changed, 129 insertions(+), 149 deletions(-) diff --git a/apps/web/modules/videos/views/videos-single-view.tsx b/apps/web/modules/videos/views/videos-single-view.tsx index 428598134a..c2924ff7ca 100644 --- a/apps/web/modules/videos/views/videos-single-view.tsx +++ b/apps/web/modules/videos/views/videos-single-view.tsx @@ -13,6 +13,7 @@ import { useLocale } from "@calcom/lib/hooks/useLocale"; import { markdownToSafeHTML } from "@calcom/lib/markdownToSafeHTML"; import type { inferSSRProps } from "@calcom/types/inferSSRProps"; import classNames from "@calcom/ui/classNames"; +import { Badge } from "@calcom/ui/components/badge"; import { Button } from "@calcom/ui/components/button"; import { Dialog, DialogContent } from "@calcom/ui/components/dialog"; import { Input } from "@calcom/ui/components/form"; @@ -120,7 +121,7 @@ export default function JoinCall(props: PageProps) { } return callFrame; - } catch (err) { + } catch (_err) { return DailyIframe.getCallInstance(); } }, @@ -160,8 +161,6 @@ export default function JoinCall(props: PageProps) { activeMeetingPassword, activeMeetingUrl, createCallFrame, - loggedInUserName, - overrideName, guestCredentials, ]); @@ -182,7 +181,7 @@ export default function JoinCall(props: PageProps) {
{t("ideal_for_one_time_calls")}
+{bookingTitle}
+{t("hosted_by", { name: hostName })}
+{error}
-{t("enter_name_to_join_call")}
+- {t("track_meetings_and_manage_schedule")} -
-{error}
++ + {t("sign_in")} + {" "} + {t("to_track_no_shows")} +