LB (Ben Johnston)
LB (Ben Johnston)
### Issue Summary While investigating https://github.com/wagtail/wagtail/issues/9497 it seems there is a similar issue on the Tab nav link (the tab buttons) that does not correctly pluralise the error counts. ###...
### Footer copyright notice Currently the footer copyright notice calls out the documentation content as under copyright. > © Copyright 2022, Torchbox and contributors However, this is probably not correct...
This PR builds on top of #9769 and updates all `{% icon ...` template tag usage to `classname` instead of `class_name`. It also adds a deprecation warning & upgrade considerations...
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? We have a few implementations of JavaScript code that, when a button is...
| Part of the Epic https://github.com/wagtail/wagtail/issues/8365 | |-----------------------------------------------| ### Is your proposal related to a problem? * Wagtail 2.12 added generic class based views for use across Wagtail's admin. *...
### Is your proposal related to a problem? We currently have multiple methods of providing global client-side **metadata** (e.g. configs and shared tokens like CSRF). These have grown over time...
### Is your proposal related to a problem? There is a small amount of JS that is needed to load up the icon sprites (a collection of SVG elements) when...
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? The Upgrade Notification widget, which shows to admin users when their Wagtail installation...
### Is your proposal related to a problem? When I am editing the documentation and I build the docs locally I often see that there are missing images or references...
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** **Important:** This is probably blocked until https://github.com/hotwired/stimulus/issues/654 & https://github.com/hotwired/stimulus/pull/715 are merged. We could build our own logic to do this (mostly)...