LB (Ben Johnston)
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.  Something like `width:...
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...
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...
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...
> [!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...
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...
🎛️ Migrate away from Bootstrap modals to Stimulus / a11y dialog with `DialogController` enhancements
### 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...
### 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...
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