cal.com
cal.com copied to clipboard
feat: show top banner for broken integrations [Cal 3125]
What does this PR do?
check for invalid credentials and display the banner
video : https://www.loom.com/share/aa0ed6ad42ea422485ce068ae39e0c9f?sid=9dd3a6f4-79f7-4ed5-b143-2de52ad0ab21
Fixes #13667 /claim #13667
Type of change
-
New feature (non-breaking change which adds functionality)
-
My code follow the style guidelines of this project
-
I checked if new and existing unit tests pass locally with my changes
@Hitesh-Sisara 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.
Graphite Automations
A Graphite automation took an action on this PR β’ (02/16/24)
1 reviewer was added based on Keith Williams's automation, 'Add foundation team as reviewer'
A Graphite automation took an action on this PR β’ (02/29/24)
1 reviewer was added based on Keith Williams's automation, 'Add consumer team as reviewer'
A Graphite automation took an action on this PR β’ (02/16/24)
1 label was added based on Keith Williams's automation, 'Add community label'
π¦ Next.js Bundle Analysis for @calcom/web
This analysis was generated by the Next.js Bundle Analysis action. π€
This PR introduced no changes to the JavaScript bundle! π
Type cheks are also failing
@Udit-takkar made requested changes have a look
Hey @Udit-takkar, In the file packages/features/shell/Shell.tsx on line 271 why are we using if else ladder when we do the same thing in each case? If we change it from using if else to normal return then it will make the code smaller as well as reduce 1 step for the next contributor
Hey @Udit-takkar, In the file packages/features/shell/Shell.tsx on line 271 why are we using if else ladder when we do the same thing in each case? If we change it from using if else to normal return then it will make the code smaller as well as reduce 1 step for the next contributor
I was getting type error when i didn't use if else statements
@Udit-takkar @ChaudharyPradip can you merge ?
Hey @Hitesh-Sisara, I am not a maintainer