nhsuk-frontend icon indicating copy to clipboard operation
nhsuk-frontend copied to clipboard

NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.

Results 85 nhsuk-frontend issues
Sort by recently updated
recently updated
newest added

# Bug Report The [GOV.UK Error summary](https://design-system.service.gov.uk/components/error-summary/) is only focusable programatically - JS is used to focus it on page load. The [NHS Error summary](https://service-manual.nhs.uk/design-system/components/error-summary) is different in that it's...

## Description Removes `nhsuk-icon__chevron-right` and `nhsuk-icon__chevron-left` classes, as they seem to be unused by the breadcrumbs component, which uses a `:before` and `:after` class, which styles the chevrons. ## Checklist...

## Description adds aria-hidden to labels in responsive tables that show on small screens, to avoid screenreaders calling out the labels/column headings twice ## Checklist I've tested this locally but...

## Description ## Checklist - [ ] Tested against our [testing policy](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/testing.md) (Resolution, Browser & Accessibility) - [ ] Follows our [coding standards and style guide](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/coding-standards.md) - [ ] CHANGELOG...

## Description On our staff facing service, we use interruption screens that warn a user before they proceed to undertake an action that is destructive and/or cannot be undone. On...

Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `ws` from 8.14.2 to 8.17.1 Release notes Sourced from ws's releases. 8.17.1 Bug...

dependencies

## Description This PR adds the [Task list component](https://design-system.service.gov.uk/components/task-list/) from the GOV.UK Design system. It's a WIP for discussion. The template and sass are copied from GOV.UK's task list with...

This is a quick proof-of-concept showing how the Breadcrumb component might move inside the `` to avoid having to define its own, and for consistency with the Back component. This...

## Description The current error summary bottom margin seems really large - it uses spacing 8 which produces 56px on desktop and 48px on mobile. I suspect this might not...

The current default spacing for the [back link component](https://service-manual.nhs.uk/design-system/components/back-link) means that, when used in the correct position within the page template it appears too close to the header. This adds...