#32204 closed New feature (fixed)
Quick Filter for the Admin Sidebar
Reported by: | Maxim Milovanov | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Ryan Hiebert | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
It would be great to have an ability to filter the admin sections out in the sidebar, espesially when there is a lot of them.
In general, it's just a textbox at the top of the sidebar. When a user starts typing, the sections list are being filtered out dynamically.
See a prototype on the video attached.
Attachments (2)
Change History (16)
by , 4 years ago
Attachment: | quick_filter.m4v added |
---|
follow-up: 2 comment:1 by , 4 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Hey Maxim. I think a prototype here would involve overriding the the app list template and adding an extra JS file, yes? Can I ask you to put a demo of that somewhere (GitHub say) and approach the DevelopersMailingList to canvas opinions? (It's not something I want to just make a decision on without consultation here.) Thanks.
comment:2 by , 4 years ago
This is a rough prototype of the feature https://gist.github.com/MilovanovM/84ffbbec02391c1ba1771a3a6aee5797
Replying to Carlton Gibson:
Hey Maxim. I think a prototype here would involve overriding the the app list template and adding an extra JS file, yes? Can I ask you to put a demo of that somewhere (GitHub say) and approach the DevelopersMailingList to canvas opinions? (It's not something I want to just make a decision on without consultation here.) Thanks.
comment:3 by , 4 years ago
Cc: | added |
---|
comment:4 by , 4 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Let’s accept given the discussion on the mailing list. Worth seeing a PR. Thanks.
comment:6 by , 4 years ago
Resolution: | needsinfo |
---|---|
Status: | closed → new |
Version: | 3.1 → master |
comment:7 by , 4 years ago
Needs documentation: | set |
---|---|
Needs tests: | set |
comment:8 by , 4 years ago
Needs documentation: | unset |
---|---|
Needs tests: | unset |
UPDATE: dropped a line to the release section and added a test
comment:9 by , 4 years ago
Patch needs improvement: | set |
---|
comment:10 by , 4 years ago
Patch needs improvement: | unset |
---|
comment:11 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Prototype of the "Quick Filter"