Re: Responsive admin

2017-05-28 Thread elky
re <https://github.com/elky/django-flat-responsive/issues>. If you think to add more admin features to test (I missed something or you have complex example) please create an issue or submit pull request here <https://github.com/elky/django-flat-responsive-demo>. Thanks -- You received th

Responsive admin

2017-01-09 Thread elky
Hi guys, Few months ago I released *django-flat-responsive* <https://github.com/elky/django-flat-responsive> app - a simple extension for admin that makes interface mobile and tablet friendly. I tested it on few complex projects using major mobile browsers and it works good. Now I'

Re: Django Admin New Look

2015-09-04 Thread elky
Thanks for clarification, Collin. On Friday, 4 September 2015 17:38:05 UTC+5, Collin Anderson wrote: > > That looks right to me. More specifically (from the attic/magic-removal > branch): > Added css and some of those html classes: > > https://github.com/django/django/commit/84b7590ba6e566186bba9

Re: Django Admin New Look

2015-09-04 Thread elky
Does anybody know where this CSS code (https://github.com/elky/django/commit/36c1decd2f18c3af947546ea3b8eaeaecd2762ba) uses? I didn't find any mention of these CSS classes in the project. The first mention of these styles came from this 9 years old commit - https://github.com/django/d

Re: Django Admin New Look

2015-08-21 Thread elky
Does 'title' attribute help in terms of accessibility? On Friday, 21 August 2015 14:44:02 UTC+5, Hugo Osvaldo Barrera wrote: > > > I see not mention of this later on this thread so I have to ask: > Do we have an equivalent of an `alt` if using fonts? If not, how would > this be usable by, for

Re: Django Admin New Look

2015-08-19 Thread elky
On Wednesday, 19 August 2015 14:27:53 UTC+5, sdcooke wrote: > > and get the performance boost of jQuery 2 in modern browsers. As far as > I'm aware they are still API compatible. > We should carefully check jQuery change log. I remember they removed toggle method in one of the latest versions,

Re: Django Admin New Look

2015-08-16 Thread elky
Hi guys, I made double work for vector icons - now we have Font and SVG icons. Let's choose what to use. *Quoting my comment from SVG discussion here:* Well, only week ago I was 100% happy with font icons. But after Collin's commen

Re: Django Admin New Look

2015-08-07 Thread elky
Just posted a comment regarding inline SVG here: https://code.djangoproject.com/ticket/20597#comment:12 If everyone is fine with Font Awesome - I'm going to create pull request in master. -- You received this message because you are subscribed to the Google Groups "Django developers (Contrib

Re: Django Admin New Look

2015-07-29 Thread elky
Hi guys, I'm glad to say I finished work on replacing image icons with font. I used Font Awesome <http://fortawesome.github.io/Font-Awesome/> (GPL licence) kit to do it. I'll appreciate if you test new icons in your project and report any issues here <https://github.com/elk

Re: Django Admin New Look

2015-05-23 Thread elky
mine was jezdez on April 14th > > The standalone repo is here: https://github.com/elky/django-flat-theme > (last commit May 8th) > > The Trac ticket is here: > https://code.djangoproject.com/ticket/2#ticket (Status: 'accepted' > but 'patch needs improvement&#

Re: Django Admin New Look

2015-04-07 Thread elky
On Tuesday, 7 April 2015 20:23:28 UTC+5, Collin Anderson wrote: > > There's a ticket about icons here: > https://code.djangoproject.com/ticket/20597 > Thanks Collin. On Tuesday, 7 April 2015 20:25:57 UTC+5, Marc Tamlyn wrote: > > The primary questions to establish answers to before a possible

Re: Django Admin New Look

2015-04-07 Thread elky
tps://pypi.python.org/pypi/django-flat-theme/> - 334 unique visitors of the repo <https://github.com/elky/django-flat-theme> and 117 stars People actively use this theme so it's time to think what do to next. I would like to make Pull Request in Django 1.9 branch when it starts - but I

Re: Django Admin New Look

2015-03-19 Thread elky
django-flat-theme is available on pypi now: https://pypi.python.org/pypi/django-flat-theme On Wednesday, 18 March 2015 23:53:04 UTC+5, elky wrote: > > Yeah, I'm planning to publish this app on pypi this week > > -- You received this message because you are subscribed to

Re: Django Admin New Look

2015-03-18 Thread elky
Yeah, I'm planning to publish this app on pypi this week On Wednesday, 18 March 2015 23:41:33 UTC+5, Ryan Hiebert wrote: > > In the likely event that it won’t be back ported to 1.8, can you release > it on PyPI? Actually, you may wish to do that anyway for older versions. > > I use setup.py to in

Re: Django Admin New Look

2015-03-18 Thread elky
Awesome!! Sounds fantastic. Thanks, Aymeric On Monday, 16 March 2015 22:24:39 UTC+5, Aymeric Augustin wrote: > > For what it's worth, I've deployed your theme on an internal application > and received positive feedback from users. I don't receive feedback often, > let alone positive feedback. >

Re: Django Admin New Look

2015-03-16 Thread elky
As far as I remember the main argument of that suggestion was third-party apps will be broken in terms of color scheme (this was in green-theme discussion). But now we have new look with same colors as default admin. So I don't think we need additional setting to switch themes - primarily becau

Re: Django Admin New Look

2015-03-13 Thread elky
> > Did you test RTL? > > I did. I tested Arabic and Hebrew - no issues detected for me. BUT. As far > as I understand Django admin has poor RTL support by itself. > Sorry guys, I was wrong about it. Django has very good RTL support! Just didn't notice right setting to test it. But anyway I did

Re: Django Admin New Look

2015-03-13 Thread elky
> > In line with that, how does it perform for mobile devices? > Same as default django admin. I don't plan to make admin responsive yet (to make it perfectly accessible on mobile) - just because we can't control third-party apps. Ideally django should have its own css framework for that but n

Re: Django Admin New Look

2015-03-12 Thread elky
Thanks you Aymeric Now let's try and see if we can merge it :-) Nice to hear :) But I think there's no rush and we need more testing and more feedback. I'm not sure how people will feel about shipping 320kB of fonts with Django We can reduce fonts size by 160kB I believe. I used 4 font weights

Re: Django Admin New Look

2015-03-04 Thread elky
Quick summary of the PR discussion : - Everyone (ok, probably not) understands that current admin interface looks old - Green theme I used from djangoproject site isn't good idea - admin shouldn't be associated with brand - It's better

Django Admin - Front-End Improvements

2014-10-04 Thread elky
Hi guys, I noticed that django admin front-end code needs optimization and a bit fresh look. I’m front-end developer and here is list of improvements I would like to add: - HTML/CSS code optimization: - Replace some images with native CSS3 rules where possible (r