#36529: Improvement of the filter and model selection sidebar on the admin
changelist page for mobile screens.
-------------------------------------+-------------------------------------
Reporter: Antoliny | Type: New
| feature
Status: new | Component:
| contrib.admin
Version: 5.2 | Severity: Normal
Keywords: accessibility, | Triage Stage:
changelist, sidebar | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------------+-------------------------------------
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.
[[Image(Screenshot 2025-07-28 at 8.35.36 AM.png)]]
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.
[[Image(sidebar_new_feature_example.png)]]
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.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36529>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.