Opened 8 weeks ago

Last modified 4 weeks ago

#36529 assigned New feature

Improvement of the filter and model selection sidebar on the admin changelist page for mobile screens. — at Initial Version

Reported by: Antoliny Owned by:
Component: contrib.admin Version: dev
Severity: Normal Keywords: accessibility, changelist, sidebar
Cc: Antoliny, Thibaud Colas, Tom Carrick, Sarah Abderemane, Eliana Rosselli Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

On the current changelist page, the model selection sidebar is set to display: none on mobile screen sizes, so it is not visible. In contrast, the filter sidebar is displayed at the bottom of the changelist.

No image "Screenshot 2025-07-28 at 8.35.36 AM.png" attached to Ticket #36529
In the above image, it's fine because the table has only one row. However, if the table contains multiple rows, it may be difficult to access the filter.
This layout can cause inconvenience to users and is something that I believe needs improvement.

Also, I think it would be better if the model selection sidebar is available on mobile screens as well. Not providing certain features depending on the screen size can also cause inconvenience to users.

No image "sidebar_new_feature_example.png" attached to Ticket #36529

I think it would be good to add a button like the one above for the side panel, and have the side panel appear when that button is clicked.
However, I think further discussion is needed regarding the exact design.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top