Skip to content

[CAL-1095] Embed modal (floating pop up button) - UI/layout/spacing issues#8217

Merged
keithwillcode merged 9 commits intomainfrom
CALCOM-7156
May 2, 2023
Merged

[CAL-1095] Embed modal (floating pop up button) - UI/layout/spacing issues#8217
keithwillcode merged 9 commits intomainfrom
CALCOM-7156

Conversation

@gitstart-calcom
Copy link
Copy Markdown
Contributor

@gitstart-calcom gitstart-calcom commented Apr 12, 2023

@linear
Copy link
Copy Markdown

linear bot commented Apr 12, 2023

CAL-1095 Embed modal (floating pop up button) - UI/layout/spacing issues

Currently

CleanShot 2023-02-16 at 19.21.112x.png

Should be

CleanShot 2023-02-16 at 19.26.302x.png

View in Figma

Note: No need to touch the preview - just the modal and left panel UI.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cal ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2023 6:41pm
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2023 6:41pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
ui ⬜️ Ignored (Inspect) Visit Preview May 2, 2023 6:41pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 12, 2023

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

Four 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] 455.56 KB 606.02 KB 173.15% (🟢 -0.32%)
/auth/setup 174.04 KB 324.49 KB 92.71% (🟢 -0.16%)
/event-types 415.89 KB 566.35 KB 161.81% (🟡 +0.18%)
/event-types/[type] 450.67 KB 601.13 KB 171.75% (🟢 -0.16%)
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.

@deploysentinel
Copy link
Copy Markdown

deploysentinel bot commented Apr 12, 2023

Current Playwright Test Results Summary

✅ 112 Passing - ⚠️ 4 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 05/02/2023 06:48:22pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 7da271f

Started: 05/02/2023 06:38:11pm UTC

⚠️ Flakes

📄   apps/web/playwright/embed-code-generator.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Embed Code Generator Tests Event Type Edit Page open Embed Dialog for the Event Type
Retry 1Initial Attempt
3.21% (6) 6 / 187 runs
failed over last 7 days
21.39% (40) 40 / 187 runs
flaked over last 7 days

📄   apps/web/playwright/booking-pages.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
pro user -- new-booker Can cancel the recently created booking and rebook the same timeslot
Retry 1Initial Attempt
1.04% (2) 2 / 193 runs
failed over last 7 days
2.59% (5) 5 / 193 runs
flaked over last 7 days

📄   apps/web/playwright/app-store.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
App Store - Authed Browse apple-calendar and try to install
Retry 1Initial Attempt
0.99% (2) 2 / 202 runs
failed over last 7 days
42.57% (86) 86 / 202 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.test.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should be able to reschedule
Retry 2Retry 1Initial Attempt
12.69% (17) 17 / 134 runs
failed over last 7 days
44.03% (59) 59 / 134 runs
flaked over last 7 days

View Detailed Build Results


@github-actions
Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/auth/setup 80.22 KB 313.01 KB 89.43% (🟢 -0.19%)
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.

@gitstart-calcom gitstart-calcom marked this pull request as ready for review April 12, 2023 10:21
@gitstart-calcom gitstart-calcom requested review from a team April 12, 2023 10:21
Copy link
Copy Markdown
Member

@CarinaWolli CarinaWolli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tablet view is broken, let's just put button color and text color under each other when the screen is getting too small:
Screenshot 2023-04-13 at 10 14 36

Everything else looks good to me 🙏

@gitstart-calcom gitstart-calcom changed the title CALCOM-7156 - [CAL-1095] Embed modal (floating pop up button) - UI/layout/spacing issues [CAL-1095] Embed modal (floating pop up button) - UI/layout/spacing issues Apr 14, 2023
@PeerRich
Copy link
Copy Markdown
Member

we should also extract all strings into en/common.json

@hariombalhara
Copy link
Copy Markdown
Member

hariombalhara commented Apr 25, 2023

Screenshot 2023-04-25 at 4 15 07 PM

Screenshot 2023-04-25 at 4 15 18 PM

Too much spacing above Theme Selector in Inline and Element Click

Copy link
Copy Markdown
Member

@hariombalhara hariombalhara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment. Apart from that it's good.

@hariombalhara
Copy link
Copy Markdown
Member

@CarinaWolli I guess it just needs your review to be merged.

@keithwillcode keithwillcode merged commit 4f466fd into main May 2, 2023
@keithwillcode keithwillcode deleted the CALCOM-7156 branch May 2, 2023 18:57
Udit-takkar pushed a commit to joe-shajan/cal.com that referenced this pull request May 3, 2023
…ssues (calcom#8217)

* [CAL-1095] Embed modal (floating pop up button) - UI/layout/spacing issues

* requested changes

---------

Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CAL-1095] Embed modal (floating pop up button) - UI/layout/spacing issues

6 participants