Owen Jones

Results 63 issues of Owen Jones

## What Review and draft updated version of our [typography guidance](https://design-system.service.gov.uk/styles/typography/) in response to the new font scale work done as part of https://github.com/alphagov/govuk-design-system/issues/2289. ## Why So that our guidance...

typography
guidance
contribution squad

## What Write a blog post on pagination that both outlines how pagination works and as a detailed breakdown of how we build a component. ## Why To promote the...

🕔 weeks
contribution squad
promotion
pagination

## What Make a proposal to browser vendors/browser specs for them to incorporate a native hide this page button into browser software. A potential way this could work is: -...

🕔 weeks
contribution squad

## What Add the Hide This Page component plus guidance to GOV.UK Design System website. Part of https://github.com/alphagov/govuk-design-system/issues/1755 **This is a draft pull request to get an early review of...

## What Updates the function `add_acronym_alt_text` to not target acronyms in use within html tag attributes eg: When our acronym is `EIF`, the updated function **will** target ```html #EIF ```...

## What The [related navigation component](https://components.publishing.service.gov.uk/component-guide/related_navigation) is built in such a way that it is tightly coupled to the expected output of the content store API. This has likely been...

documentation
code quality
acknowledged

## Problem Currently there is an attribute for the [search component](https://components.publishing.service.gov.uk/component-guide/search) called `size` which takes 2 keywords: - `large` - `large-mobile` These will apply a "large" style to the search...

code quality
acknowledged

## Problem We have a bunch of flakey tests in the components gem. A flakey test in this instance is a test that isn't related to a change you made,...

acknowledged

## Problem We don't use CSS autoprefixing on our component CSS. This leads to issues such as https://github.com/alphagov/govuk_publishing_components/issues/2419 and the need for hard coded solutions such as https://github.com/alphagov/govuk_publishing_components/pull/2429 ## Proposal...

acknowledged

We have several legacy functions which are structured differently from our typical module js pattern eg: as IIFE's (Immediately Invoked Function Expression). These are: - [x] [header-navigation](https://github.com/alphagov/govuk_publishing_components/blob/master/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js) - [ ]...

code quality
javascript
in progress