minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.71k stars 684 forks source link

Implement multi-select for rearranging tabs in task overlay #2358

Closed PalmerAL closed 6 months ago

PalmerAL commented 6 months ago

Selecting multiple tabs works by holding Cmd (Mac) or Ctrl (Windows/Linux) and clicking.

https://github.com/minbrowser/min/assets/10314059/0226a8ac-f28b-4201-96db-a16e0e368a1a

At some point, I plan to implement this for the tab bar also (which will require switching from Dragula to SortableJS there as well).