feat(web): chart-view export data#2739
Open
FOkvj wants to merge 5 commits intoeosphoros-ai:mainfrom
Open
Conversation
Contributor
FOkvj
commented
May 28, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes outdated Next.js static build artifacts under _next/static, likely to refresh generated files after updates.
- Purges old webpack hot-update, SSG manifest, build manifest, and chunk files.
- Streamlines the static web assets directory for a clean rebuild.
- Ensures that only the latest generated assets will be present on the next build.
Reviewed Changes
Copilot reviewed 92 out of 92 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.../static/web/_next/static/webpack/*.hot-update.json |
Removed obsolete hot-update metadata |
.../static/web/_next/static/*/_ssgManifest.js |
Cleared outdated SSG manifest files |
.../static/web/_next/static/*/_buildManifest.js |
Removed old build manifest scripts |
.../static/web/_next/static/chunks/*.js |
Deleted stale chunk files generated by webpack |
Other files under _next/static |
Bulk removal of outdated Next.js static artifacts |
Comments suppressed due to low confidence (1)
Member
|
@FOkvj The service isn't working properly. |
Contributor
Author
|
fixed |
chenliang15405
approved these changes
Jun 6, 2025
Collaborator
chenliang15405
left a comment
There was a problem hiding this comment.
Great feature.
LGTM
Collaborator
|
hi @FOkvj please resolve this conflict |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
