Opened 8 years ago
Closed 7 years ago
#26818 closed New feature (fixed)
Make the Django admin CSS responsive
Reported by: | Henrique Chehad | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | admin, responsive |
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 )
Change History (8)
comment:1 by , 8 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
I'm no expert at css at all, but isn't there something between "fully responsive with own css framework" and "not responsive at all" ?
I think we could improve usability on mobile without going too far in modifying the admin. There's already a sensible change just by adding a viewport meta and removing some fixed width elements.
Wouldn't that be a valid strategy ? (improving instead of changing)
If so, could this ticket be reopened ?
Thanks !
comment:3 by , 8 years ago
Lets get a consensus on the DevelopersMailingList. We likely don't have people who could provide feedback about this monitoring Trac.
comment:4 by , 8 years ago
Elky continued his efforts with the flat design and released a responsive theme as a separate package: https://github.com/elky/django-flat-responsive
comment:5 by , 7 years ago
Has patch: | set |
---|---|
Resolution: | needsinfo |
Status: | closed → new |
Version: | 1.9 → master |
Pull request: https://github.com/django/django/pull/8610
comment:6 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | Django Admin Responsive → Make the Django admin CSS responsive |
Triage Stage: | Unreviewed → Accepted |
comment:7 by , 7 years ago
Patch needs improvement: | set |
---|
The last I heard of the idea was during the 1.9 release cycle when Elky worked on the redesign:
Someone interested in working on this will need to write a proposal to the DevelopersMailingList. Until that happens, I think the idea isn't concrete enough to keep a ticket open about it.