Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumb interactions for the current page in Gateways #1136

Open
3 tasks done
timng-bcgov opened this issue Aug 15, 2024 · 0 comments
Open
3 tasks done

Breadcrumb interactions for the current page in Gateways #1136

timng-bcgov opened this issue Aug 15, 2024 · 0 comments
Labels
jira ux User experience

Comments

@timng-bcgov
Copy link

API Services Portal Issue

User Story

As an API provider,

I want to navigate the Gateways management section of the API Services Portal

so that I can administer my Gateway services.

Test Case

ENV

  • DEV
  • TEST
  • PROD

TESTCASE

Navigate to the Gateways section of the Services Portal and select a Gateway detail to see the breadcrumbs in the navigation bar.

image

EXPECTED

The breadcrumb for the current page is a span element (non-interactive & not focusable).

ACTUAL

The breadcrumb for the current page is an anchor element (interactive & keyboard-focusable).

Notes

Chakra UI provides an isCurrentPage prop for the <BreadcrumbItem /> to render a span for the current page. src/nextapp/components/page-header should be updated to reflect this.

https://v2.chakra-ui.com/docs/components/breadcrumb#usage

@timng-bcgov timng-bcgov added ux User experience jira labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira ux User experience
Projects
None yet
Development

No branches or pull requests

1 participant