-
-
Notifications
You must be signed in to change notification settings - Fork 361
fix(offline): Blazor offline mode is broken in 9.7.4 and up #6734
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
Conversation
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.
Sorry @ArgoZhang, your pull request is larger than the review limit of 150000 diff characters
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.
Pull Request Overview
This PR updates Bootstrap from v5.3.7 to v5.3.8 to fix Blazor offline mode issues in versions 9.7.4 and up. It includes Bootstrap CSS updates and build configuration changes.
- Updates Bootstrap CSS files to version 5.3.8
- Modifies build configuration to always copy minified JS files regardless of configuration
- Increments package version to 9.10.1
Reviewed Changes
Copilot reviewed 4 out of 8 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
bootstrap.rtl.css | Updates Bootstrap version header and adds new CSS styles for search inputs and spinners |
bootstrap.css | Updates Bootstrap version header and adds new CSS styles for search inputs and spinners |
Directory.Build.targets | Simplifies build configuration to always copy minified JS and conditionally show debug messages |
BootstrapBlazor.csproj | Increments package version from 9.10.0 to 9.10.1 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6734 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 739 739
Lines 31713 31713
Branches 4462 4462
=========================================
Hits 31713 31713
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Link issues
fixes #6723
Summary By Copilot
Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge