kdzwinel / Context

Chrome extension that allows to sort other extensions into groups and easily switch between them.
172 stars 43 forks source link

Dragging extensions from one context to another #32

Closed kdzwinel closed 11 years ago

kdzwinel commented 11 years ago

thanks to Keomars Li for submitting this

Now we can only drag & drop from the whole plugin list into customized plugin list. It's impossible to drag & drop among our customized plugin lists.

When I want to move one plugins from one list to another, I have to...

  1. Delete it from my A list;
  2. Find the plugin which I just deleted from the whole plugin list;
  3. Drag & drop it from the whole list into my B list;
  4. Save it.

After the optimization, the steps will be changed as...

  1. Drag & drop it from the A list into my B list;
  2. Save it.
jerone commented 11 years ago

Duplicate: https://github.com/kdzwinel/Context/issues/17

kdzwinel commented 11 years ago

Thanks, you are right of course.

jerone commented 11 years ago

Better steps to reproduce tho :) Anyways, it's linked now.