-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Shows link location and respective icon in /bookings #11866
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Siddharth-2382 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link to collect XP and win prizes! |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should not hard code logos and names, instead use whatever conference location was used
Okay understood....will make the changes |
… cal/meeting-link
View of bookings page after the latest changes: Screen.Recording.2023-10-13.at.11.08.34.PM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… cal/meeting-link
…cal.com into cal/meeting-link
Once type check is address im happy to merge this great work |
done :) |
Why second booking link say "Join Meeting" when it redirects to Google Meet? |
Because it's not a Google meet app meeting it's an external link meet which means it is supposed to show join meeting. In cal you select meeting location like Google meet, zoom, cal video, in person, external meeting, etc. |
FaceTime, WhatsApp, and Discord links are supposed to show "Join Meeting" too? |
If the meeting location is set to FaceTime, WhatsApp, Discord or any other app, it will show the respective app icon and say |
It shows "Join Meeting" when meeting locations are FaceTime, WhatsApp, and Discord. joinmeeting.mov |
Those apps while having the meeting location of a particular app still needs to be given an external link and hence it shows Join Meeting as it is more of a general approach for any meetings that were given an external link and not just created by cal. |
What does this PR do?
Shows link location and respective icon in /bookings.
Fixes #11730
/claim #11730
Type of change
How should this be tested?
Once done a booking, go to the bookings page.
Mandatory Tasks