[CAL-1094] Embed modal / Inline - UI/Layout/Spacing issues#7350
[CAL-1094] Embed modal / Inline - UI/Layout/Spacing issues#7350hariombalhara merged 5 commits intomainfrom
Conversation
CAL-1094 Embed modal / Inline - UI/Layout/Spacing issues
Current CleanShot 2023-02-16 at 19.08.152x.png Should be CleanShot 2023-02-16 at 19.18.332x.png Note: We might not need to touch the preview part. Mostly check spacing & components in the left panel, and ensure the modal doesn't touch the edges of the screen. |
CarinaWolli
left a comment
There was a problem hiding this comment.
Only left one small comment, other than that looks good to me 🙏
CarinaWolli
left a comment
There was a problem hiding this comment.
Looking good to me, thank you 🙏
|
HI @CarinaWolli! #7156 is blocked by this PR because both are changes to the same component. Can we please get this PR merged soon? |
|
need an approval from @calcom/ui |
|
@gitstart-calcom We need to have the width at least the bare minimum that is required to render in desktop mode |
a303f08 to
6dbb0aa
Compare
📦 Next.js Bundle AnalysisThis analysis was generated by the next.js bundle analysis action 🤖
|
| Page | Size (compressed) |
|---|---|
global |
233.34 KB (🟡 +17 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Five Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load | % of Budget (350 KB) |
|---|---|---|---|
/apps/[slug]/[...pages] |
392.15 KB |
625.49 KB | 178.71% (🟢 -0.04%) |
/event-types |
349.11 KB |
582.45 KB | 166.41% (🟢 -0.04%) |
/event-types/[type] |
382.93 KB |
616.27 KB | 176.08% (🟢 -0.05%) |
/settings/my-account/appearance |
171.21 KB |
404.55 KB | 115.59% (🟢 -0.01%) |
/settings/teams/[id]/appearance |
171.23 KB |
404.58 KB | 115.59% (+/- <0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
|
Hi @hariombalhara, PR has been updated. |
Current Playwright Test Results Summary✅ 66 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 03/31/2023 05:55:09am UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 18c941b Started: 03/31/2023 05:49:18am UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Event Types tests user can add multiple organizer address
Retry 2 • Retry 1 • Initial Attempt |
2.48% (4)4 / 161 runsfailed over last 7 days |
29.81% (48)48 / 161 runsflaked over last 7 days |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hi @hariombalhara, we have made the requested changes. Please review the PR again 🙏 |



What does this PR do?
Fixes #7155
Demo
Environment: Staging(main branch) / Production