-
Notifications
You must be signed in to change notification settings - Fork 20
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(ui): BundleModules - do not clear metric when opening side info #4827
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe changes in this pull request enhance the Changes
Possibly related PRs
Poem
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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
#11656 Bundle Size — 381.32KiB (~+0.01%).ae33f31(current) vs da36413 master#11654(baseline) Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
|
Current #11656 |
Baseline #11654 |
|
---|---|---|
Initial JS | 334.44KiB (~+0.01% ) |
334.43KiB |
Initial CSS | 46.89KiB |
46.89KiB |
Cache Invalidation | 28.65% |
28.65% |
Chunks | 3 |
3 |
Assets | 4 |
4 |
Modules | 699 |
699 |
Duplicate Modules | 0 |
0 |
Duplicate Code | 0% |
0% |
Packages | 39 |
39 |
Duplicate Packages | 1 |
1 |
Bundle size by type 1 change
1 regression
Current #11656 |
Baseline #11654 |
|
---|---|---|
JS | 334.44KiB (~+0.01% ) |
334.43KiB |
CSS | 46.89KiB |
46.89KiB |
Bundle analysis report Branch fix-module-entry-link Project dashboard
Generated by RelativeCI Documentation Report issue
Summary by CodeRabbit
New Features
BundleModules
component to support selection of different module size metrics (TOTAL_SIZE, DUPLICATE_SIZE, SIZE) through button controls.MetricsTable
andViewMetricsTreemap
based on user-selected display type, enhancing data visualization options.Bug Fixes