Skip to content

feat: remove datasets tab for all non published atlases (#2873)#2876

Merged
NoopDog merged 2 commits intomainfrom
fran/2873-datasets-tab
Jan 23, 2026
Merged

feat: remove datasets tab for all non published atlases (#2873)#2876
NoopDog merged 2 commits intomainfrom
fran/2873-datasets-tab

Conversation

@frano-m
Copy link
Contributor

@frano-m frano-m commented Jan 23, 2026

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:

Updates to Navigation and Tabs:

  • Removed the NETWORK_DATASETS_PATTERN constant and all logic for displaying the datasets tab in the network overview tabs. [1] [2] [3]

Simplification of Overview Components:

  • Updated the "NetworkAtlasesEmpty" component to remove references to datasets and related links, focusing the messaging on atlas development. [1] [2] [3]
image

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 NoopDog merged commit cab1bd7 into main Jan 23, 2026
1 check passed
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.

Remove datasets tab for all non published atlases

3 participants