LB (Ben Johnston)

Results 141 issues of LB (Ben Johnston)

Adding some core metadata fields to the `image` and `document` models would greatly increase the ability to show useful information in the admin listing, admin views. Also they would allow...

type:Enhancement
status:Needs Design Decision
component:Images

> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? Our current approach for bootstrapping the various date picker widgets rely on inline...

type:Enhancement
type:Cleanup/Optimisation
javascript
component:Stimulus

After investigating #11561 I found that we could probably improve a bit of the documentation & linting usage in our `ModalWorkflow` code. * I understand we may eventually move parts...

type:Cleanup/Optimisation
status:Needs Review
javascript
component:Choosers

# Overview * Provides a starting solution for the removal of the global URLify function, allowing overrides of this behaviour within the slug widget. * A full solution will be...

status:Needs Review
javascript
component:Stimulus

* Update all URLs that were to `2.1` to their `2.2` equivalent, I have also manually checked each URLs for any 404s * Fixes #1015 * Ensure all URLs are...

It would be good for all the links to the WCAG website be updated to the equivalent WCAG 2.2 standard. This came out just [over a year ago now](https://www.w3.org/TR/WCAG22/) and...

* Resolves multiple npm audit issues - 11 vulnerabilities (9 moderate, 2 high) * Manually ran tests locally while updating each version of `babel-jest` progressively and no issues found *...

It would good to remove our usage of inline styles and move these to the CSS or find a better way to achieve the same result. This would allow projects...