LB (Ben Johnston)

Results 141 issues of LB (Ben Johnston)

The new Read The Docs search adoption seems much simpler, however, the layout and styling needs some work. Especially how thin it is on small devices. ![Image](https://github.com/user-attachments/assets/1b9bdd36-725f-4094-8134-fbbe4b167605) Something like `width:...

bug

Adopt the latest ARIA standards (1.2) for input elements' implicit roles. ## Details - Add support for input type="number" with implicit role "spinbutton" - Add better support for `input` types...

### Is your proposal related to a problem? As part of [RFC 78](https://github.com/wagtail/rfcs/pull/78) to remove jQuery and replace it with either vanilla (plain) JS or the lightweight framework Stimulus, we...

type:Enhancement
type:Cleanup/Optimisation
javascript

As part of the last stretch of the [RFC 78](https://github.com/wagtail/rfcs/pull/78) work, we are now at the point where we only have ~36 files (7 of which are unit tests) left...

type:Cleanup/Optimisation
status:Needs Review
javascript
dependencies

While working on using `SwapController` in other places in the admin (Image URL generator), I saw that this controller needs a bit of a clean up. This PR adds consistent...

Documentation
type:Cleanup/Optimisation
status:Needs Review
javascript
component:Stimulus

> [!NOTE] > This PR builds on a previous refactor only PR https://github.com/wagtail/wagtail/pull/13379 This PR completes the third internal admin usage of conditional fields by adding the ability to be...

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

This PR is intentionally split out as the final enabler to complete #11045 - setting up a robust `RulesController` that can be used beyond our internal admin use cases. This...

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

### Is your proposal related to a problem? We currently have two modal (dialog) implementations in Wagtail, ideally we should have just one and build on that with tested code...

type:Enhancement
status:Needs Design Decision
type:Cleanup/Optimisation
javascript
component:Choosers
component:Stimulus

### Is your proposal related to a problem? * [Bulk actions](https://docs.wagtail.org/en/stable/releases/2.15.html#bulk-actions) was released in Wagtail 2.15 * This supports Page, User, Image and Document models * However, it would be...

type:Enhancement
component:Form builder
component:Bulk Actions

Fixes #14 This change allows us to upgrade Wagtail to Storybook v8 and has been tested against the Wagtail main branch - see https://github.com/wagtail/wagtail/pull/12540