Skip to content

Rebuild dist assets with updated component hashes#79

Merged
t0mdavid-m merged 2 commits into
developfrom
claude/kind-volta-VqYXE
May 29, 2026
Merged

Rebuild dist assets with updated component hashes#79
t0mdavid-m merged 2 commits into
developfrom
claude/kind-volta-VqYXE

Conversation

@t0mdavid-m

@t0mdavid-m t0mdavid-m commented May 29, 2026

Copy link
Copy Markdown
Member

Summary

This PR updates the compiled distribution assets for the Vue.js component, reflecting changes in the underlying source code. The asset file hashes have been regenerated, indicating modifications to either the JavaScript bundle or CSS stylesheet.

Key Changes

  • Updated index.html to reference new asset hashes:
    • JavaScript bundle: index-26b53bf6.jsindex-7190537f.js
    • CSS stylesheet: index-c441cb53.cssindex-29c24abd.css
  • Rebuilt distribution assets in js-component/dist/assets/

Details

This is a distribution build update. The hash changes indicate that the Vue.js component source code (likely in the OpenMS-Insight component used for interactive Streamlit visualizations like Table, LinePlot, Heatmap, VolcanoPlot, or SequenceView) has been modified and the production bundle has been regenerated. No changes to the Streamlit app source code or workflow logic are included in this PR.

https://claude.ai/code/session_01JLThruR4Rg2dkWfnNWRQ6a

Summary by CodeRabbit

  • Chores
    • Updated underlying component dependencies to latest version.

Review Change Stack

claude added 2 commits May 29, 2026 11:23
Rebuilds js-component/dist from the openms-streamlit-vue-component change
that adds a header checkbox to the FLASHTnT Protein Table to show only
the highest-scoring proteoform hit per spectrum (on by default).

https://claude.ai/code/session_01JLThruR4Rg2dkWfnNWRQ6a
Point the submodule at ca335a3 (the "best per spectrum" Protein Table
change), keeping the gitlink consistent with the rebuilt js-component/dist.

https://claude.ai/code/session_01JLThruR4Rg2dkWfnNWRQ6a
@t0mdavid-m t0mdavid-m merged commit b3bb43c into develop May 29, 2026
6 of 7 checks passed
@coderabbitai

coderabbitai Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7db94445-320c-414f-b667-245e91f4b5df

📥 Commits

Reviewing files that changed from the base of the PR and between b4b9d48 and f6e9628.

⛔ Files ignored due to path filters (3)
  • js-component/dist/assets/index-29c24abd.css is excluded by !**/dist/**
  • js-component/dist/assets/index-7190537f.js is excluded by !**/dist/**
  • js-component/dist/index.html is excluded by !**/dist/**
📒 Files selected for processing (1)
  • openms-streamlit-vue-component

📝 Walkthrough

Walkthrough

The pull request updates the git submodule reference for openms-streamlit-vue-component to point to a new commit hash, pulling in upstream changes from that component without modifying any code in the main repository.

Changes

Submodule Commit Update

Layer / File(s) Summary
Submodule commit pointer update
openms-streamlit-vue-component
The submodule reference is pinned to commit ca335a37044fde69ae38e0d9f5d8a7cdf1cfd458, updating from the previous commit fad86f46c3aa788387ec5201fc5cceda5db30fd9.

Possibly related PRs

  • OpenMS/FLASHApp#22: Updates the same openms-streamlit-vue-component submodule commit hash reference.
  • OpenMS/FLASHApp#39: Also updates the openms-streamlit-vue-component submodule commit hash in the manifest.

Poem

🐰 A hash update hops along,
Pulling changes, strong and true,
Submodule commit sings its song,
FLASHApp's component library refreshes anew!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/kind-volta-VqYXE

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

t0mdavid-m pushed a commit that referenced this pull request May 29, 2026
Bring in develop (#79-#81) and resolve the generated-bundle and submodule
conflicts by overwriting js-component/dist with a fresh build of the Vue
component (develop + the inverted tag-highlight fix) and pointing the
submodule at the merged Vue commit df13910.

https://claude.ai/code/session_01W7sVJftJ7r4NpRnFaeMTAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants