Re: Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Julien Phalip
Hi Marijonas,

I've left a comment in your ticket. The conversation can continue there.

Thanks,

Julien

On Nov 4, 2012, at 8:15 AM, Marijonas Petrauskas wrote:

> Yes, it's created by me. Sorry for not referencing it.
> 
> 
> On Sun, Nov 4, 2012 at 2:06 PM, Łukasz Rekucki  wrote:
> Hi,
> 
> Isn't this https://code.djangoproject.com/ticket/19235 ?
> 
> Regards,
> Łukasz Rekucki
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "Django developers" group.
> To post to this group, send email to django-developers@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-developers?hl=en.
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django developers" group.
> To post to this group, send email to django-developers@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-developers?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Re: Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Marijonas Petrauskas
Yes, it's created by me. Sorry for not referencing it.


On Sun, Nov 4, 2012 at 2:06 PM, Łukasz Rekucki  wrote:

> Hi,
>
> Isn't this https://code.djangoproject.com/ticket/19235 ?
>
> Regards,
> Łukasz Rekucki
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To post to this group, send email to django-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Re: Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Łukasz Rekucki
Hi,

Isn't this https://code.djangoproject.com/ticket/19235 ?

Regards,
Łukasz Rekucki

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Admin UI improvement - actions displayed as buttons rather than drop-down list

2012-11-04 Thread Marijonas Petrauskas
Hello,

Sorry if this was already discussed before. I find current action interface
a bit of an overkill when the number of actions is small. At least 3 clicks
are needed to execute an action and sometimes important functionality gets
hidden under the drop-down and can be harder to find for inexperienced
users. This leads to implementing actions as a pseudo-column containing
links.

My suggestion is to enable some actions to be shown as buttons in a similar
way that we can set short_description or allow_tags. Alternatively, all
actions could be displayed as buttons when the number of them is, say, less
than 5.

Example mock-up:
[image: Inline image 1]

What are your thoughts? I would be happy to provide a patch.

Sincerely,
-- Marijonas

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

<>