Merge main into next - #250
Merged
Merged
Conversation
…ctures-loaded event, no-table mode Reapplies the 4.x structure-viewer work onto next's rewritten component: AlphaFold-complex loading, oligomeric-state and chain handling, predictions API for complexes, .cif download URLs, and simplified PDBe links (PRs #178 and #203; commit f40cff0). The consumer-facing additions — the structures-loaded event and selected-id/no-table attributes — and the empty-data handling are folded in from the lead developer's changes on the same branch. Co-authored-by: Daniel Rice <dlrice@ebi.ac.uk>
Swaathik
reviewed
Jul 31, 2026
Comment on lines
291
to
292
| | 2026-06-26 | 15.30 - 16.30 | Planned | | ||
| | 2026-07-31 | 10.30 - 11.30 | Planned | |
Contributor
There was a problem hiding this comment.
We should update these two dates as well
Swaathik
approved these changes
Jul 31, 2026
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.
Purpose
Bring the worthwhile changes from the 4.x
mainline into the v5nextbranch: the 3D structure-viewer feature set (AlphaFold-complex loading, oligomeric-state/chain handling, predictions API for complexes,.cifdownloads, simplified PDBe links, astructures-loadedevent, andselected-id/no-tableattributes) plus the ecosystem metrics tooling.Approach
Targeted port rather than a full
main → nextmerge.nextis a from-scratch v5 rewrite that develops independently and replacesmainat the Q4 release, so a merge would only drag in irrelevant history — including main's revert of the config-approach architecture thatnextis built on. The structure work was reapplied onto next's rewritten component as three focused commits; original authorship is preserved (Swaathik is the commit author, with source PRs #178 and #203 cited).Testing
No new tests were written. The structure adapter is covered by the existing
structure-adapter.spec.ts, and the ported component/datatable code is byte-identical to an integration already run through the full suite. Verify withyarn validate(lint, type-check, unit tests, build, publint, attw, package contract).Visual changes
None to the default layout. The structure table/viewer gains extra columns and complex-structure handling; no screenshots attached.
Checklist