feat: remove datasets tab for all non published atlases (#2873)#2876
Merged
feat: remove datasets tab for all non published atlases (#2873)#2876
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request removes the dedicated "Datasets" tab for non-published atlases in the HCA BioNetworks section, as these dataset listings were obsolete and will be replaced with actual dataset tabs when atlases are published.
Changes:
- Removed the network-level datasets page and all associated components, constants, and content
- Updated navigation tabs to no longer display the datasets tab for networks without published atlases
- Simplified the "Network atlases are still under development" message by removing references to datasets
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pages/hca-bio-networks/[network]/datasets.tsx |
Deleted the entire network datasets page |
content/HCABioNetworks/Network/Datasets/description.mdx |
Removed the datasets description content file |
content/index.tsx |
Removed the export for DatasetsDescription |
constants/routes.ts |
Removed the NETWORK_DATASETS_PATTERN constant |
components/HCABioNetworks/Network/components/common/Tabs/tabs.tsx |
Removed logic for conditionally displaying datasets tab and cleaned up unused imports |
components/HCABioNetworks/Network/components/Overview/components/MainColumn/components/NetworkAtlasesEmpty/networkAtlasesEmpty.tsx |
Removed dataset references and link from the empty state message |
components/HCABioNetworks/Network/components/Datasets/components/MainColumn/mainColumn.tsx |
Deleted the MainColumn component for network datasets |
components/HCABioNetworks/Network/components/Datasets/components/MainColumn/constants.ts |
Deleted the constants file for the datasets table |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…tsResponses Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> (#2873)
NoopDog
approved these changes
Jan 23, 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.
Closes #2873.
This pull request removes the dedicated "Datasets" page and related components from the HCA BioNetworks section, streamlining navigation and simplifying the codebase. The changes eliminate the datasets view, associated constants, and related content, and update the overview and tabs to reflect this removal.
Removal of Datasets Page and Related Components:
datasets.tsxpage for network datasets, including all its logic and dependencies. (pages/hca-bio-networks/[network]/datasets.tsxL1-L37)MainColumncomponent and its constants for the datasets table, as well as the datasets description content. [1] [2] Fbe3aafaL1, [3]Updates to Navigation and Tabs:
NETWORK_DATASETS_PATTERNconstant and all logic for displaying the datasets tab in the network overview tabs. [1] [2] [3]Simplification of Overview Components: