Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

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

quick_filter.m4v (119.2 KB ) - added by Maxim Milovanov 3 years ago.
Prototype of the "Quick Filter"
quick_filter_img.png (42.5 KB ) - added by Maxim Milovanov 3 years ago.
Quick Filter

Download all attachments as: .zip

Change History (16)

by Maxim Milovanov, 3 years ago

Attachment: quick_filter.m4v added

Prototype of the "Quick Filter"

by Maxim Milovanov, 3 years ago

Attachment: quick_filter_img.png added

Quick Filter

comment:1 by Carlton Gibson, 3 years ago

Resolution: needsinfo
Status: newclosed

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.

in reply to:  1 comment:2 by Maxim Milovanov, 3 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 Ryan Hiebert, 3 years ago

Cc: Ryan Hiebert added

comment:4 by Carlton Gibson, 3 years ago

Triage Stage: UnreviewedAccepted

Let’s accept given the discussion on the mailing list. Worth seeing a PR. Thanks.

comment:5 by Mariusz Felisiak, 3 years ago

Has patch: set

comment:6 by Jacob Walls, 3 years ago

Resolution: needsinfo
Status: closednew
Version: 3.1master

comment:7 by Mariusz Felisiak, 3 years ago

Needs documentation: set
Needs tests: set

comment:8 by Maxim Milovanov, 3 years ago

Needs documentation: unset
Needs tests: unset

UPDATE: dropped a line to the release section and added a test

comment:9 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

comment:10 by Maxim Milovanov, 3 years ago

Patch needs improvement: unset

comment:11 by Mariusz Felisiak, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:12 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: fixed
Status: newclosed

In d915dd1:

Fixed #32204 -- Added quick filter to admin's navigation sidebar.

comment:13 by GitHub <noreply@…>, 3 years ago

In 1bb8200f:

Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.

comment:14 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In 881b6bd:

[4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.

Backport of 1bb8200f2f900a0cb200adfb0b0e11ec6f69fdd2 from main

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