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

start status based navigation page #3595

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

britt6612
Copy link
Collaborator

@britt6612 britt6612 commented Nov 14, 2023

Deploy Preview

What does this PR do?

Adds Status based navigation page. This also adds the DashboardCardTemplate in which we are experimenting with to help other teams easily make these types of cards. In the DashboardCardTemplate we have the following API:

  // title: string | JSX
  // level?: number | have default 3 in case they pass string without level
  // subtitle?: string
  // action:{ href: string, ButtonProps }
  // children?: JSX
  // notification?: {status: string, message: string}

Where should the reviewer start?

What testing has been done on this PR?

In addition to the feature you are implementing, have you checked the following:

General UX Checks

  • Small, medium, and large screen sizes
  • Cross-browsers (FireFox, Chrome, and Safari)
  • Light & dark modes
  • All hyperlinks route properly

Accessibility Checks

  • Keyboard interactions
  • Screen reader experience
  • Run WAVE accessibility plugin (Chrome)

Code Quality Checks

  • Console is free of warnings and errors
  • Passes E2E commit checks
  • Visual snapshots are reasonable

How should this be manually tested?

Any background context you want to provide?

What are the relevant issues?

Screenshots (if appropriate)

Should this PR be mentioned in Design System updates?

Is this change backwards compatible or is it a breaking change?

@britt6612 britt6612 marked this pull request as draft November 15, 2023 16:53
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.

None yet

1 participant