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 signup form layout #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix signup form layout #52

wants to merge 1 commit into from

Conversation

SPalojoki
Copy link
Contributor

Changed the form layout from horizontal to vertical to make room for longer input labels.

@github-actions
Copy link

github-actions bot commented May 2, 2022

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

Thirteen 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 (450 KB)
/admin/event-category/create 181.93 KB 374.83 KB 83.29% (🟡 +0.01%)
/admin/event-category/update/[id] 182.43 KB 375.32 KB 83.41% (+/- <0.01%)
/admin/event/create 435.41 KB 628.3 KB 139.62% (🟡 +0.01%)
/admin/event/update/[id] 436.14 KB 629.04 KB 139.79% (+/- <0.01%)
/admin/organization/[slug] 216.27 KB 409.16 KB 90.93% (+/- <0.01%)
/admin/organization/create 162.5 KB 355.4 KB 78.98% (+/- <0.01%)
/event/[slug]/register/[quotaId] 188.31 KB 381.21 KB 84.71% (🟡 +0.01%)
/register 158.76 KB 351.66 KB 78.15% (+/- <0.01%)
/reset 143.88 KB 336.78 KB 74.84% (+/- <0.01%)
/settings/emails 186.44 KB 379.34 KB 84.30% (+/- <0.01%)
/settings/profile 150.48 KB 343.38 KB 76.31% (+/- <0.01%)
/settings/security 158.14 KB 351.03 KB 78.01% (+/- <0.01%)
/update-registration/[updateToken] 153.48 KB 346.38 KB 76.97% (🟡 +0.01%)
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant