Skip to content
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

fix: conditionally remove fixed prop if we're in embed #14586

Conversation

sean-brydon
Copy link
Member

@sean-brydon sean-brydon commented Apr 15, 2024

fixes: #13456
fixes: CAL-3049

Currently in embed monthly view - this instant meeting element doesnt increase the size of the booker and can block the events for a user to select

Embed:
Monthly View
CleanShot 2024-04-15 at 12 28 07@2x
Weekly View
CleanShot 2024-04-15 at 12 28 39@2x

Normal Monthly View
CleanShot 2024-04-15 at 12 28 56@2x

Copy link

linear bot commented Apr 15, 2024

@graphite-app graphite-app bot requested a review from a team April 15, 2024 11:30
@dosubot dosubot bot added embed area: embed, widget, react embed 🐛 bug Something isn't working labels Apr 15, 2024
Copy link
Contributor

github-actions bot commented Apr 15, 2024

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

@github-actions github-actions bot added consumer Medium priority Created by Linear-GitHub Sync ui area: UI, frontend, button, form, input labels Apr 15, 2024
@keithwillcode keithwillcode added the core area: core, team members only label Apr 15, 2024
Copy link

vercel bot commented Apr 15, 2024

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

Name Status Preview Comments Updated (UTC)
platform-starter-kit ❌ Failed (Inspect) Apr 15, 2024 11:33am
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ai ⬜️ Ignored (Inspect) Visit Preview Apr 15, 2024 11:33am
cal ⬜️ Ignored (Inspect) Visit Preview Apr 15, 2024 11:33am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Apr 15, 2024 11:33am

Copy link

graphite-app bot commented Apr 15, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (04/15/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link

deploysentinel bot commented Apr 15, 2024

Current Playwright Test Results Summary

✅ 302 Passing - ⚠️ 8 Flaky

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

(Last updated on 04/15/2024 11:50:22am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: cc6b61c

Started: 04/15/2024 11:46:22am UTC

⚠️ Flakes

📄   apps/web/playwright/teams.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Teams - NonOrg -- future Team Onboarding Invite Members
Retry 2Retry 1Initial Attempt
8.50% (25) 25 / 294 runs
failed over last 7 days
36.73% (108) 108 / 294 runs
flaked over last 7 days

📄   apps/web/playwright/event-types.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Event Types tests -- legacy user Different Locations Tests Can remove location from multiple locations that are saved
Retry 1Initial Attempt
0% (0) 0 / 279 runs
failed over last 7 days
19.71% (55) 55 / 279 runs
flaked over last 7 days

📄   apps/web/playwright/login.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
user can login & logout succesfully -- future login flow user & logout using dashboard
Retry 1Initial Attempt
4.38% (12) 12 / 274 runs
failed over last 7 days
30.66% (84) 84 / 274 runs
flaked over last 7 days

📄   apps/web/playwright/organization/organization-invitation.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Organization Email not matching orgAutoAcceptEmail nonexisting user invited to a Team inside organization
Retry 1Initial Attempt
1.74% (5) 5 / 287 runs
failed over last 7 days
15.33% (44) 44 / 287 runs
flaked over last 7 days

📄   apps/web/playwright/profile.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Update Profile Can resend verification link if the secondary email is unverified
Retry 1Initial Attempt
2.13% (6) 6 / 282 runs
failed over last 7 days
13.12% (37) 37 / 282 runs
flaked over last 7 days

📄   packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Routing Link should validate fields
Retry 1Initial Attempt
0.35% (1) 1 / 282 run
failed over last 7 days
5.67% (16) 16 / 282 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 -- legacy Browse apple-calendar and try to install
Retry 1Initial Attempt
0% (0) 0 / 292 runs
failed over last 7 days
1.37% (4) 4 / 292 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/inline.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Inline Iframe Inline Iframe - Configured with Dark Theme
Retry 1Initial Attempt
0.71% (2) 2 / 282 runs
failed over last 7 days
53.55% (151) 151 / 282 runs
flaked over last 7 days

View Detailed Build Results


Copy link
Contributor

📦 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! 🙌

Copy link
Contributor

@joeauyeung joeauyeung left a comment

Choose a reason for hiding this comment

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

LGTM

@sean-brydon sean-brydon merged commit a660b1e into main Apr 15, 2024
40 of 41 checks passed
@sean-brydon sean-brydon deleted the sean/cal-3049-fix-not-using-abosulte-ui-elements-instant-meeting branch April 15, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working consumer core area: core, team members only embed area: embed, widget, react embed Medium priority Created by Linear-GitHub Sync ui area: UI, frontend, button, form, input
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-3049] fix: Not using abosulte UI elements in booker
3 participants