patel22p / mytinytodo

Automatically exported from code.google.com/p/mytinytodo
0 stars 0 forks source link

Set the menu closer of the selected list #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi everybody ... again me ;)

I think that the little menu in the lists list (...) must be showed just after 
the 
currently selected tab instead of just at the right of everything...

Is a really quick patch... somehing like 

$('#list_'+tabLists[indx].id).after($('#lists .menu-owner').remove());

in the mttTabSelected function.

(if my previous patch is not applied 
http://code.google.com/p/mytinytodo/issues/detail?id=15 we must also restore 
this 
at load time in the cmenuListsLoaded function)

Thanks

Original issue reported on code.google.com by merz...@gmail.com on 26 Jan 2010 at 5:45

GoogleCodeExporter commented 8 years ago
I think the list menu needs more complex rework.

What I see:
To put menu caller (arrow sign) inside of the tab.
To put "new list" item looking like a plus sign after the tabs .

Original comment by maxpozd...@gmail.com on 26 Jan 2010 at 6:33

GoogleCodeExporter commented 8 years ago
Yes , it's better like this.... 

Original comment by merz...@gmail.com on 26 Jan 2010 at 7:02

GoogleCodeExporter commented 8 years ago
Here is my attempt...
I think we could also replace the '+' by the silk 'add' icon in gray (and color 
hover) ...
but i choose sobriety :-)

Original comment by merz...@gmail.com on 26 Jan 2010 at 10:01

GoogleCodeExporter commented 8 years ago
I forgot to remove the list item ... here it is

Original comment by merz...@gmail.com on 26 Jan 2010 at 10:14

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by maxpozd...@gmail.com on 27 Jan 2010 at 7:15

GoogleCodeExporter commented 8 years ago
Made some changes. Review needed :)

Original comment by maxpozd...@gmail.com on 28 Jan 2010 at 5:14

GoogleCodeExporter commented 8 years ago
works fine for me :)

Original comment by merz...@gmail.com on 28 Jan 2010 at 5:59

GoogleCodeExporter commented 8 years ago

Original comment by maxpozd...@gmail.com on 29 Jan 2010 at 2:22