vsmejkal / chrome-workspaces

Tab management Chrome extension
MIT License
51 stars 16 forks source link

Drag to order workspaces #8

Closed imageslr closed 1 year ago

imageslr commented 2 years ago

Allow to drag to order workspaces in the popup window.

imageslr commented 2 years ago

Hi @vsmejkal , I'd like to add this feature with sortablejs or other similar library. How do you think? Do you prefer to implement it with vanilla js?

And here I found a vanilla js implementation which uses html draggable attribute. → https://code-boxx.com/drag-drop-sortable-list-javascript/

I'd like to contribute. If you have any opinion, please let me know!

vsmejkal commented 2 years ago

@imageslr Great! Feel free to put something together and open a new PR.

I would prefer a vanilla JS or a really tiny library like html5sortable. Using SortableJS would double the current extension size.

imageslr commented 2 years ago

Sorry I was busy last month and don't have time to do this recently. Thank you again for such a great job.

wwwerk commented 2 years ago

Upvoting this feature for an already invaluable extension. Thanks ya'll!

vsmejkal commented 2 years ago

I plan to implement this in v0.7.

vsmejkal commented 1 year ago

Implemented in v0.6 by @imageslr.

imageslr commented 1 year ago

Great! Just need to manually update the extension:

image