LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

Partial work was done on a fix for this a while ago https://github.com/wagtail/wagtail/pull/4664 but we closed as it had been a long time and had not been reviewed.

For anyone looking at this, it might be best to pick up a small part of this first - maybe just the images only.

https://github.com/wagtail/wagtail/pull/9206 might offer some insights how to fix this kind of problem simply.

Fixed the failing CI for Draftail

**Update** - Solved the Storybook issue - it ended up being a conflict with our tsconfig target being ES5 and Storybook being ES6/modern. The simplest fix was to use `.js`...

Update. - fixed a few docs typos, added a bit more detail about just using events for customisation (i.e. not reaching for React or Stimulus straight away) - added ability...

Updates * Opted for a simpler `register` function signature that matches the Stimulus docs. Previously if using the events you would call `register({controller: MyController, identifer: 'my-thing' });` but now you...

A further scaled down version of this PR is up - https://github.com/wagtail/wagtail/pull/9337

Closing as we are now focusing on https://github.com/wagtail/wagtail/pull/9337 instead - parts of this PR (docs mainly) can come in later when needed.

Marking as good first issue - split from https://github.com/wagtail/wagtail/issues/8790 @thibaudcolas please have a read when you get the chance.