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

feat: donate button #829

Merged
merged 12 commits into from
Oct 11, 2023
Merged

feat: donate button #829

merged 12 commits into from
Oct 11, 2023

Conversation

JoeKarow
Copy link
Member

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: IN-928

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information

@vercel
Copy link

vercel bot commented Oct 10, 2023

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

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2023 8:22pm

@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ghost
Copy link

ghost commented Oct 10, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2023

📦 Next.js Bundle Analysis for @weareinreach/app

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

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 401.89 KB (🟢 -185.02 KB)
Details

The 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 <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Twenty-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 (575 KB)
/ 116.8 KB 518.69 KB 90.21% (🟡 +17.98%)
/401 8.81 KB 410.7 KB 71.43% (🟡 +1.41%)
/403 528 B 402.41 KB 69.98% (+/- <0.01%)
/404 21.52 KB 423.42 KB 73.64% (🟡 +3.61%)
/500 21.81 KB 423.7 KB 73.69% (🟡 +3.60%)
/_error 660 B 402.54 KB 70.01% (🟢 -0.01%)
/account 1.26 KB 403.15 KB 70.11% (🟡 +0.11%)
/account/reviews 1.26 KB 403.15 KB 70.11% (🟡 +0.11%)
/account/saved 1.26 KB 403.15 KB 70.11% (🟡 +0.11%)
/admin 132.92 KB 534.82 KB 93.01% (🟡 +12.51%)
/admin/quicklink 901 B 402.77 KB 70.05% (🟡 +0.02%)
/admin/quicklink/email 39.53 KB 441.42 KB 76.77% (🟡 +3.19%)
/admin/quicklink/phone 39.53 KB 441.42 KB 76.77% (🟡 +3.20%)
/admin/quicklink/services 39.35 KB 441.24 KB 76.74% (🟡 +3.19%)
/org/[slug] 124.81 KB 526.7 KB 91.60% (🟡 +18.03%)
/org/[slug]/[orgLocationId] 119.44 KB 521.33 KB 90.67% (🟡 +18.03%)
/org/[slug]/[orgLocationId]/edit 118.94 KB 520.83 KB 90.58% (🟡 +18.04%)
/org/[slug]/edit 124.1 KB 525.99 KB 91.48% (🟡 +18.03%)
/org/[slug]/remote 89.63 KB 491.52 KB 85.48% (🟡 +15.15%)
/profile 285 B 402.17 KB 69.94% (+/- <0.01%)
/search/[...params] 105.19 KB 507.09 KB 88.19% (🟡 +17.51%)
/search/intl/[country] 104.65 KB 506.55 KB 88.09% (🟡 +17.52%)
/suggest 187.13 KB 589.03 KB 102.44% (🔴 +31.88%)
/support 5.6 KB 407.49 KB 70.87% (🟡 +0.81%)
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.

@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Oct 10, 2023

🤖 Meticulous spotted visual differences in 264 of 289 screens tested: view and approve differences detected.

Last updated for commit d28fd81. This comment will update as new commits are pushed.

@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
next 13.5.4...13.5.3 environment +0/-0 56.8 MB vercel-release-bot

@JoeKarow JoeKarow marked this pull request as ready for review October 11, 2023 20:18
@sonarcloud
Copy link

sonarcloud bot commented Oct 11, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
3.5% 3.5% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@kodiakhq kodiakhq bot merged commit 38ca530 into dev Oct 11, 2023
20 of 24 checks passed
@kodiakhq kodiakhq bot deleted the IN-928-add-floating-donate-button branch October 11, 2023 20:28
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.

2 participants