Greg Tyler
Greg Tyler
Whilst looking at this bit of code, would it be reasonable to also add some visually hidden text so that the outcome is clear to screenreader users? So something like:...
We're in the process of upgrading an internal service, including switching its UI from a bespoke design to the Design System. The old design supported a dark mode which was...
Both! It was something we heard about in user testing, but we rolled out some changes before we'd added our dark mode changes and so _also_ were told through our...
Commenting to note that we've deprecated this component from the MOJ Pattern Library because it's too complex for us to support. Rich text editing comes with a myriad of accessibility,...
Two thoughts: - We should link to [GDS's advice about progress indicators](https://design-system.service.gov.uk/patterns/question-pages/#using-progress-indicators) - This wasn't included the accessibility audit, so we should get one of the accessibility team (@euhyung?) to...
We should probably also check how this works with small screens or long lists. The CSS doesn't seem to make specific accommodations and I expect it will need some.
Couple of screenshots of responsiveness on small screens: | | | | ----- | ----- | |  |  |
This was raised as a problem in the recent Accessibility Audit. We should add a "Responsive table" component which can be used to wrap tables in a 100% width div...
This actually already exists as `.moj-scrollable-pane__wrapper`: I just spotted it in use on the [Filter a list](https://moj-design-system.herokuapp.com/patterns/filter-a-list) pattern. It also adds a shadow to indicate scrollability, but it's always there:...
Good point @DanCorder, we should add it to the [installing with NPM](https://github.com/ministryofjustice/moj-frontend/blob/main/docs/installation/installing-with-npm.md) documentation. Edit: this has now been added in #187