LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

![Image](https://github.com/user-attachments/assets/313d9750-b2a3-4721-b867-5e259d898c95) Just confirming this issue, also running this script can output duplicate IDs. ```js Object.entries( Array.from(document.querySelectorAll("[id]")) .map((v) => v.id) .reduce((acc, v) => { acc[v] = (acc[v] || 0) + 1;...

I agree @zerolab but probably worth an agenda item for the next core team meeting. I believe this package would no longer be needed anyway with the built in translation...

See also #4006 for some detail on initial modal loading experience, it is easy to click ‘chose a ...’ multiple times on a slow connection due to no feedback that...

https://github.com/wagtail/wagtail/pull/11792 brings a `description` field to the `AbstractImageModel` only. Part of the work for https://github.com/wagtail/rfcs/pull/97

@thibaudcolas should I resurrect/redo my date/time picker PR? https://github.com/wagtail/wagtail/pull/10261 This covered all the existing functionality, gives us a path to native date pickers and also gives a customisation path for...

@thibaudcolas I have cross-linked the existing https://github.com/wagtail/wagtail/issues/7915 issue which has a rough plan on how to build on the `FormsetController` to support other `InlinePanel` functionality. Building on the merged PR...

> [@thibaudcolas](https://github.com/thibaudcolas) [@lb-](https://github.com/lb-) about add.html in wagtaildocs and add.html in wagtailimages we can create a FileSyncController which will extend SyncController and override the apply method WDYT? @the-r3aper7 I'll try to...

@the-r3aper7 - here you go https://github.com/wagtail/wagtail/issues/12994 have a read, it includes a link to some rough WIP work I started last year that may be helpful plus a full list...

This is definitely an Issue I have encountered a few times and the error is also quite unhelpful. It might be worth adding a more helpful error and updating the...

Hmm. That's a good point. Do we know if this kind of issue will appear without that setting on? Maybe a different approach is to run our Wagtail tests differently,...