LB (Ben Johnston)
LB (Ben Johnston)
**To investigate post Wagtail 4.0** ### Issue Summary Issues with some Axe tests timing out and were skipped via https://github.com/wagtail/wagtail/pull/8936/ Need to resolve why and re-instate these tests. ### Details...
### Is your proposal related to a problem? `ModelAdmin` header is one of the last major header usage within the admin that is not using the using the core (non-slim)...
### Is your proposal related to a problem? While this is not the most critical issue, it would be good to provide a guideline for contributors as to how `classname`...
- See https://github.com/wagtail/wagtail/issues/8885 - [X] Do the tests still pass? - [X] Does the code comply with the style guide? - [X] For Python changes: Have you added tests to...
**Review https://github.com/wagtail/wagtail/pull/9233 first - smaller scoped version of this PR** --- - Part of https://github.com/wagtail/wagtail/issues/8731 - Allow all code to ignore these two rules as this aligns better with common...
- use HTML template in layout for content (so we only have to change this in templates not in JS) - use non-jQuery JS, remove eslint rule for the docs...
* part of #8731 - split from #8578 * move `identity` to its own util file (this is a really useful function) & add unit tests for it * fix...
This hook could be used for setting a className on a component for a short time or simply delaying some action on mount. ```javascript import { useEffect, useState } from...
- the rule will enforce the usage of `trimmed` when blocktranslate or blocktrans is in use - resolves the specific use case behind #131 - I think a generic rule...
* Thought it would be good to be on the latest stable