Skip to content

feat: AtomsProvider component#12354

Merged
Ryukemeister merged 5 commits into
mainfrom
atoms-provider
Nov 14, 2023
Merged

feat: AtomsProvider component#12354
Ryukemeister merged 5 commits into
mainfrom
atoms-provider

Conversation

@Ryukemeister
Copy link
Copy Markdown
Contributor

@Ryukemeister Ryukemeister commented Nov 13, 2023

What does this PR do?

Adds an AtomsProvider component which acts as a context provider for all other component wrapped around it (PostHog does something similar here)

@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 13, 2023

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

Name Status Preview Comments Updated (UTC)
ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 2:48pm
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 2:48pm
dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 2:48pm
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Nov 14, 2023 2:48pm
cal-demo ⬜️ Ignored (Inspect) Visit Preview Nov 14, 2023 2:48pm
qa ⬜️ Ignored (Inspect) Visit Preview Nov 14, 2023 2:48pm
ui ⬜️ Ignored (Inspect) Visit Preview Nov 14, 2023 2:48pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 13, 2023

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 13, 2023

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

@deploysentinel
Copy link
Copy Markdown

deploysentinel Bot commented Nov 13, 2023

Current Playwright Test Results Summary

✅ 315 Passing - ⚠️ 4 Flaky

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

(Last updated on 11/14/2023 02:50:33pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: a4e882c

Started: 11/14/2023 02:42:01pm UTC

⚠️ Flakes

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
2FA Tests should allow a user to enable 2FA and login using 2FA
Retry 1Initial Attempt
0.36% (1) 1 / 281 run
failed over last 7 days
31.67% (89) 89 / 281 runs
flaked over last 7 days

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Teams - NonOrg Can create a private team
Retry 1Initial Attempt
0% (0) 0 / 288 runs
failed over last 7 days
23.61% (68) 68 / 288 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should open embed iframe on click - Configured with light theme
Retry 1Initial Attempt
1.02% (3) 3 / 295 runs
failed over last 7 days
53.90% (159) 159 / 295 runs
flaked over last 7 days
Popup Tests should be able to reschedule
Retry 1Initial Attempt
15.31% (45) 45 / 294 runs
failed over last 7 days
80.61% (237) 237 / 294 runs
flaked over last 7 days

View Detailed Build Results


supalarry
supalarry previously approved these changes Nov 14, 2023
Copy link
Copy Markdown
Contributor

@supalarry supalarry left a comment

Choose a reason for hiding this comment

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

Looks good, but I would remove comments
// context for the api key value and // custom hook to simplify using the context because they restate what the code already does. You should only use comments if it's not possible to understand what is going on based on code itself, and even then before adding comments need to think if you can re-factor code without making comments.

@Ryukemeister Ryukemeister merged commit 90d5266 into main Nov 14, 2023
@Ryukemeister Ryukemeister deleted the atoms-provider branch November 14, 2023 15:17
zomars pushed a commit that referenced this pull request Jan 29, 2024
* init: atoms provider component

* chore: add atoms provider to index of atoms package

* cleanup comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core area: core, team members only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants