-
-
Notifications
You must be signed in to change notification settings - Fork 4
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: misc data portal #1233
fix: misc data portal #1233
Conversation
WalkthroughThe recent updates focus on enhancing attribute management in the service system. Changes include the introduction of Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (2)
Additional comments not posted (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Job #150: Bundle Size — 3.37MiB (+0.21%).Warning Bundle contains 3 duplicate packages – View duplicate packages Bundle metrics
|
Current Job #150 |
Baseline Job #140 |
|
---|---|---|
Initial JS | 2.99MiB (+0.24% ) |
2.98MiB |
Initial CSS | 9.54KiB |
9.54KiB |
Cache Invalidation | 43.59% |
73.33% |
Chunks | 64 |
64 |
Assets | 78 |
78 |
Modules | 1939 (+0.62% ) |
1927 |
Duplicate Modules | 274 (-0.36% ) |
275 |
Duplicate Code | 7.76% (-0.26% ) |
7.78% |
Packages | 208 |
208 |
Duplicate Packages | 3 |
3 |
Bundle size by type 2 changes
1 regression
1 improvement
Current Job #150 |
Baseline Job #140 |
|
---|---|---|
JS | 3.23MiB (+0.22% ) |
3.23MiB |
Fonts | 94.54KiB |
94.54KiB |
Other | 22.4KiB (-0.01% ) |
22.4KiB |
CSS | 9.54KiB |
9.54KiB |
IMG | 8.57KiB |
8.57KiB |
View job #150 report View JoeKarow/portal-saving branch activity View project dashboard
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 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. |
@coderabbitai review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
This PR currently has a merge conflict. Please resolve this and then re-add the |
# Conflicts: # pnpm-lock.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Quality Gate passedIssues Measures |
@coderabbitai review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
@coderabbitai resolve |
Pull Request type
Please check the type of change your PR introduces:
Issue Number:
Does this introduce a breaking change?
Summary by CodeRabbit
New Features
Refactor
Documentation