feat: Add detail pages with Locations in the PathwayBrowser tree#27
Open
adamjohnwright wants to merge 6 commits intomainfrom
Open
feat: Add detail pages with Locations in the PathwayBrowser tree#27adamjohnwright wants to merge 6 commits intomainfrom
adamjohnwright wants to merge 6 commits intomainfrom
Conversation
Add /content/detail/:id route with a full detail page that includes: - Description tab (reusing PathwayBrowser's DescriptionTabComponent) - Locations in the PathwayBrowser section showing hierarchical tree of where an entity/event exists in Reactome's pathway hierarchy - Provider stubs for services required by the description tab - Animations support and PDBe Molstar for structure visualization Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
- Move LocationsTree into the description-tab as a proper section with
divider header and TOC entry ("Locations in the Pathway Browser")
- Add species filtering, expand/collapse all, tree connector lines,
type icons, and arrow expand icons matching site design language
- Add pathway-browser SVG icon assets to WebsiteAngular build config
so entity icons (protein, pathway, etc.) render correctly
- Clean up detail component to pass showLocations flag instead of
rendering LocationsTree standalone
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Provide DatePipe in DetailComponent to fix NullInjectorError that silently broke the authorship template rendering. Add Created as a separate row, fix @for tracking to use $index instead of dbId to avoid JSOG shared-reference conflicts, and unset the background override so detail pages match the standard page background. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All search result types now have working detail pages: - Complex, Set, Pathway, and DNA Sequence use the existing detail page - Interactor results navigate to a new interactor detail page with summary info, synonyms, and interaction partners with Reactome entities - Icon results navigate to a new icon detail page with SVG preview, credits, references, and associated physical entities - Search links are now type-aware, routing each type to its correct page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extract diagramFromData() from DiagramService for reuse, create ReactionDiagramComponent that fetches reaction layout JSON and renders it client-side via Cytoscape. Integrate as a new section in DescriptionTabComponent for reaction-type entities. Fixes: handle missing endShape on INPUT connectors, missing centre on PTM attachment shapes, and bidirectional arm segment traversal for reaction diagrams from the ReactionExporter. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use route-relative navigation (navigateTo) instead of router.navigate across all PathwayBrowser components to ensure URLs stay under the /PathwayBrowser/ prefix in the umbrella app. Add missing MatTreeNodeToggle and MatTreeNodeOutlet imports to event-hierarchy component so tree expand/collapse and child rendering work correctly. Fix _ignore flag getting stuck and preserve expansion state across data source resets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Open
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.
Add /content/detail/:id route with a full detail page that includes: