cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

fix: location select logo in dark mode

Open G3root opened this issue 1 year ago • 3 comments

What does this PR do?

prevent inverting app logos in dark mode.

before: Screenshot 2023-05-03 at 09-13-08 30min Event Type Cal com

after:

Screenshot 2023-05-03 at 09-07-48 30min Event Type Cal com

Type of change

  • Bug fix (non-breaking change which fixes an issue)

G3root avatar May 03 '23 03:05 G3root

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 9, 2023 3:06pm
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2023 3:06pm

vercel[bot] avatar May 03 '23 03:05 vercel[bot]

📦 Next.js Bundle Analysis for @calcom/web

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

Two 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] 456.73 KB 607.58 KB 173.59% (🟡 +0.17%)
/auth/setup 174.65 KB 325.49 KB 93.00% (🟡 +0.15%)
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 "+/-

github-actions[bot] avatar May 03 '23 03:05 github-actions[bot]

Current Playwright Test Results Summary

✅ 112 Passing - ⚠️ 3 Flaky

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

(Last updated on 05/09/2023 03:26:16pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: a067925478ce143856b4381d1d74c5c2a7ddb2df

Started: 05/09/2023 03:12:23pm UTC

⚠️ Flakes

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Booking with Seats -- new-booker Reschedule for booking with seats -- old-booker Should reschedule booking with seats and if everyone rescheduled it should be deleted
Retry 1Initial Attempt
0% (0) 0 / 276 runs
failed over last 7 days
4.71% (13) 13 / 276 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 1Initial Attempt
16.87% (28) 28 / 166 runs
failed over last 7 days
62.65% (104) 104 / 166 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.35% (1) 1 / 286 run
failed over last 7 days
64.34% (184) 184 / 286 runs
flaked over last 7 days

View Detailed Build Results


deploysentinel[bot] avatar May 03 '23 03:05 deploysentinel[bot]