elky / django-flat-theme

A flat theme for Django admin interface. Modern, fresh, simple.
Other
413 stars 45 forks source link

Mobile responsive? #21

Closed billmei closed 8 years ago

billmei commented 9 years ago

This is really awesome! The flat design made me think the CSS made everything mobile-responsive out of the box, but it turns out that's still yet to be implemented :confused: Is responsiveness on the roadmap?

elky commented 9 years ago

Yeah, I was thinking about responsive but there are few difficulties: we cannot control third-party apps which have their own layout, and also I have no idea what to do with WYSIWYG editors on mobile devices (this is big UX question). So I don't think we will see fully responsive theme in near future - we need to discuss it with the community.

ssbb commented 9 years ago

I think we can work only on built-it admin responsiveness and don't care about 3rd party apps. No one will adapt their apps for responsive layout when django admin is not reponsive at all.

ssbb commented 9 years ago

Anyway I think that responsive for built-in features (lists, forms) with some minor problems for 3rd party apps (at first time only I hope) is much better than non-responsive admin at all.

elky commented 8 years ago

FYI I'm working on it, will be available in feature branch soon.

billmei commented 8 years ago

@elky Sweet, thanks for responding to this! :+1: Would help tremendously for accessing admin settings on-the-go.

ssbb commented 8 years ago

@elky good news, thanks! :+1:

elky commented 8 years ago

Got first results :metal:

ssbb commented 8 years ago

@elky looks cool :)

I think proposal - maybe decrease left/right padding on main content area (apps, recent actions) for extra small devices? Maybe remove it all since this blocks have internal paddings already?

dave4jr commented 8 years ago

Hi Elky, thanks for all your work on this. Any update on the responsive side of this?

elky commented 8 years ago

BOOM 💣

https://github.com/elky/django-flat-responsive

billmei commented 8 years ago

@elky Awesome work! :clap: