From 0f2500500a1acf65f8cc89fb645cf4b4175a6a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20Anker=20Kvisg=C3=A5rd=20Lange?= Date: Tue, 19 Nov 2024 14:01:38 +0100 Subject: [PATCH] feat: :tada: Adding QR rating codes to all sessions --- src/components/shared/modal/modal.jsx | 102 ++++++++++++++++++-------- static/images/718587.png | Bin 0 -> 18587 bytes static/images/720589.png | Bin 0 -> 18976 bytes static/images/721081.png | Bin 0 -> 18734 bytes static/images/723014.png | Bin 0 -> 19109 bytes static/images/726478.png | Bin 0 -> 18953 bytes static/images/729499.png | Bin 0 -> 18939 bytes static/images/733056.png | Bin 0 -> 10142 bytes static/images/733551.png | Bin 0 -> 19363 bytes static/images/733742.png | Bin 0 -> 10000 bytes static/images/733744.png | Bin 0 -> 9897 bytes static/images/736063.png | Bin 0 -> 10015 bytes static/images/738088.png | Bin 0 -> 19237 bytes static/images/739253.png | Bin 0 -> 18758 bytes static/images/739515.png | Bin 0 -> 9766 bytes static/images/741073.png | Bin 0 -> 19115 bytes static/images/741281.png | Bin 0 -> 18704 bytes static/images/741464.png | Bin 0 -> 18988 bytes static/images/741550.png | Bin 0 -> 18844 bytes static/images/742233.png | Bin 0 -> 19299 bytes static/images/742632.png | Bin 0 -> 19360 bytes static/images/742658.png | Bin 0 -> 9905 bytes static/images/744135.png | Bin 0 -> 18969 bytes static/images/744797.png | Bin 0 -> 19090 bytes static/images/744824.png | Bin 0 -> 18822 bytes static/images/744844.png | Bin 0 -> 18740 bytes static/images/746504.png | Bin 0 -> 9947 bytes static/images/772168.png | Bin 0 -> 19192 bytes 28 files changed, 70 insertions(+), 32 deletions(-) create mode 100644 static/images/718587.png create mode 100644 static/images/720589.png create mode 100644 static/images/721081.png create mode 100644 static/images/723014.png create mode 100644 static/images/726478.png create mode 100644 static/images/729499.png create mode 100644 static/images/733056.png create mode 100644 static/images/733551.png create mode 100644 static/images/733742.png create mode 100644 static/images/733744.png create mode 100644 static/images/736063.png create mode 100644 static/images/738088.png create mode 100644 static/images/739253.png create mode 100644 static/images/739515.png create mode 100644 static/images/741073.png create mode 100644 static/images/741281.png create mode 100644 static/images/741464.png create mode 100644 static/images/741550.png create mode 100644 static/images/742233.png create mode 100644 static/images/742632.png create mode 100644 static/images/742658.png create mode 100644 static/images/744135.png create mode 100644 static/images/744797.png create mode 100644 static/images/744824.png create mode 100644 static/images/744844.png create mode 100644 static/images/746504.png create mode 100644 static/images/772168.png diff --git a/src/components/shared/modal/modal.jsx b/src/components/shared/modal/modal.jsx index 852a627..2fedd47 100644 --- a/src/components/shared/modal/modal.jsx +++ b/src/components/shared/modal/modal.jsx @@ -106,51 +106,82 @@ const Modal = ({ isVisible, modalData, onModalHide, isPresentationShow }) => { - + {calcDuration(startsAt, endsAt)} min - + {room} -
- {speakers.length > 0 && - speakers.map(({ id: speakerId, fullName, profilePicture }, index) => ( - - {fullName} -

- {fullName} -

- - ))} -
+
+ {speakers.length > 0 && + speakers.map(({ id: speakerId, fullName, profilePicture }, index) => ( + + {fullName} +

+ {fullName} +

+ + ))} +

{title}

- { video && ( -
+ {video && ( +
+ +
)} - { slideDeck && ( -
Presentation
+ {slideDeck && ( +
+ + Presentation + +
)} -

{ description }

+ {!title.includes('Keynote') && + !title.includes('Welcome') && + !title.includes('Surprises') && + !title.includes('Closing') && ( +
+ QR code for rating +
+ )} +

+ {description} +

) : ( <>
{fullName} { > {fullName} -

{tagLine}

+

+ {tagLine} +

-
{bio}
+
+ {bio} +