Conversation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle AnalysisThis analysis was generated by the next.js bundle analysis action 🤖 🎉 Global Bundle Size Decreased
DetailsThe 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 If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! Sixty-eight Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly 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 Any third party scripts you have added directly to your app using the 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. |
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 04/04/2023 08:05:29am UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 0e35cd1 Started: 04/04/2023 07:58:46am UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
pro user Can cancel the recently created booking and rebook the same timeslot
Retry 1 • Initial Attempt |
2.97% (6)6 / 202 runsfailed over last 7 days |
4.95% (10)10 / 202 runsflaked over last 7 days |
What does this PR do?
Fixes this bug https://www.loom.com/share/247906747b714aba99b70dc5b4c2cf08
Earlier there was a bug in which you would see blue border in the edit location dialog like this https://stackoverflow.com/questions/69307885/unexpected-blue-border-while-typing-text-react-select/69308190#69308190.
Environment: Staging(main branch) / Production
Type of change