LB (Ben Johnston)

Results 141 issues of 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...

bug
django-bakery

> **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...

type:Enhancement
component:Frontend
good first issue
component:Design system

> ☂️ **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,...

type:Enhancement
type:Cleanup/Optimisation

- 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...

type:Cleanup/Optimisation
status:Needs Review
component:Frontend

### 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...

type:Bug
component:Streamfield
component:Frontend
Accessibility

### 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...

component:Frontend
component:Panels
component:Model Cluster

### 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...

type:Enhancement
type:Cleanup/Optimisation
component:Snippets

### 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...

type:Enhancement
component:Design system

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`...

type:Enhancement
component:Images
component:Documents

- 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...

Documentation
status:Needs Review
Accessibility