Opened 2 years ago

Last modified 10 months ago

#34044 assigned New feature

Admin app search filter appears in nav sidebar but not on admin homepage — at Version 1

Reported by: Hugo Herter Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes

Description (last modified by Hugo Herter)

When model admin view is open, such as /admin/auth/user/, a navigation sidebar appears on the left of the screen.
This navigation sidebar contains a search field with the placeholder "Start typing to filter...", that filters model names to the search input.

The content of this navigation bar is almost identical to the admin homepage on /admin/, with the exception of this search field.

When users open the admin homepage, they are searching for this search field and confused not to find it there.

Add app filter to django admin home

Proposal

Copy the app filter on the admin homepage.

Change History (2)

comment:1 by Hugo Herter, 2 years ago

Description: modified (diff)

Fix image link

by Hugo Herter, 2 years ago

Add app filter to django admin home

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