Alasdair McLeay

Results 148 issues of Alasdair McLeay

On ``` border: `${BORDER_WIDTH_FORM_ELEMENT} solid ${BLACK}`, ``` When supported in govuk-colours (I think already?), and Chromatic is enabled

enhancement

All file/folder names should be lowercase. This should be picked up by eslint.

enhancement

- Less code to maintain - Reusable on other projects if needed - Can stop using it here if needed but retain work done somewhere

documentation

i.e. `'> ul':` should be `> UnorderedList` (I think?)

size-small

Rather than ```js import { SPACING } from "@govuk-react/constants"; ``` I should be able to write ```js import { SPACING } from "govuk-react"; ``` Though not all consts are intended...

feature

Our RelatedItems component uses a nested list and links, and results in links that are the same size as text in GDS list styles. However, the links in the govuk...

enhancement

It seems to just be a wrapper (label, hint, error) for any kind of form input, not just a multichoice one. Perhaps could be renamed `InputWrapper` or `Field`?

breaking change
size-small

ErrorSummary should be composable, e.g. if you want to use a React Router Link for the anchors.

feature

dependent on https://github.com/storybookjs/storybook/issues/9209 The BackLink and VisuallyHidden components have stories that auto focus the component for visual regression. This only works if one instance is on the page at the...

CI
documentation
storybook
DX