Rebuild dist assets with updated hashes#87
Conversation
Regenerates the committed flash_viewer_grid bundle from the Vue source so the deployed app (loaded from js-component/dist with _RELEASE=True) includes the fix that clears the Sequence View amino acid selection when the selected proteoform changes. https://claude.ai/code/session_01Ru4C8Nx5KuvMFJ77rPLAGw
Points the submodule to 57c9f6f (FVdeploy line) — the Vue source commit (PR #27) that the rebuilt js-component/dist bundle in this branch was built from — so the submodule reference and the committed bundle stay consistent. https://claude.ai/code/session_01Ru4C8Nx5KuvMFJ77rPLAGw
|
Warning Review limit reached
More reviews will be available in 50 minutes and 4 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR updates the built distribution assets for the Vue.js component with new content hashes, reflecting changes in the underlying source code.
Key Changes
index.jsasset with new hash (index-264a76c5.js)index.cssasset with new hash (index-a58b60d0.css)index.htmlto reference the new asset hashesDetails
The distribution files in
js-component/dist/have been regenerated, likely from changes in the Vue component source code. The asset filenames include content hashes that change whenever the compiled output changes, ensuring cache-busting on deployment. The HTML entry point has been updated to reference these new asset versions.https://claude.ai/code/session_01Ru4C8Nx5KuvMFJ77rPLAGw