LB (Ben Johnston)
LB (Ben Johnston)
Summary from @zerolab & @gasman looks like this is due to https://github.com/palewire/django-bakery lacking Django 4.0 support - in fact it's not been updated since Django 2.1. It probably wouldn't be...
> **Good first issue** for someone confident with SCSS/CSS ### Is your proposal related to a problem? * There is not yet a officially supported button with icon that aligns...
> ☂️ **This is an epic / umbrella issue** > We expect this to be done in multiple PRs as it's better to change a few pages at a time,...
- Smaller scoped version of #8738 - hopefully simpler to review. - Disables one rule globally `prefer-destructuring`. - Removes two rules from `legacyCode` ignore list that are no longer needed...
### Issue Summary * `StreamField` items render a block container with a `h3` element but this title will always be empty, providing no information to the user for the titles...
### Is your proposal related to a problem? * `InlinePanel` and the related `buildExpandingFormset` utils are quite fragile and can break in cases where the DOM structure changes or in...
### Is your proposal related to a problem? The Snippet type listing header is one of the last major header usages within the admin that is not using the using...
### Is your proposal related to a problem? * There is currently no simple way to render the breadcrumbs that do not align with an existing page tree. * Copying...
While looking at issue #3997 I have realised that the searching within collections UI needs some work and has some confusing behaviour. ### Issue Summary **Images** A URL like `/admin/images/?collection_id=4&q=pa`...
- See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search - Not a huge change but has a nice improvement where the keyboard on devices will use the 'search' icon for submit, plus potential small accessibility win...