Skip to content

feat: add breadcrumb navigation to generic dashboard page#345

Draft
OlhaTmlk wants to merge 1 commit into
RedHatInsights:masterfrom
OlhaTmlk:breadcrumbs
Draft

feat: add breadcrumb navigation to generic dashboard page#345
OlhaTmlk wants to merge 1 commit into
RedHatInsights:masterfrom
OlhaTmlk:breadcrumbs

Conversation

@OlhaTmlk

@OlhaTmlk OlhaTmlk commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

Added breadcrumb navigation to the Dashboard Hub and individual dashboard pages showing the navigation path. The breadcrumbs use React Router Link components to enable client-side navigation without full page reloads, providing a better user experience when navigating between pages.

Navigation paths:

  • Dashboard Hub: Home > Dashboard Hub
  • Individual Dashboard: Home > Dashboard Hub > [Dashboard Name]

Impacted UIs:

  • Dashboard Hub page (/dashboard-hub)
  • Generic dashboard page (/dashboard-hub/:id)

Steps to reproduce:

  1. Navigate to Dashboard Hub (/dashboard-hub)
  2. Observe breadcrumbs showing: Home > Dashboard Hub
  3. Click on any dashboard to open the generic dashboard page
  4. Observe breadcrumbs showing: Home > Dashboard Hub > [Dashboard Name]
  5. Click breadcrumb links to navigate back without page reload

RHCLOUD48316


Screenshots

Screenshot 2026-06-09 at 14 15 14 Screenshot 2026-06-09 at 14 16 58

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.

1 participant