@samis10 It really is a good ideas friend, since the option to make Clik right and go to the option to move tab to the board takes longer than the suggestion you provided. I did a test with your suggestion, and I think it's more like dragging the lashes to a workgroup. I hope you'll be incorporated soon.
@jtx I completely agree! How come they are limiting the number of workspaces by limiting the number of icons?? Users should absolutely have the option at least to reuse icons! It's like they are shooting at their own feet!
@fuzi1968
On developer version you can drag&drop on The sidebar setup
On the stable it seems there is the "hacky" unofficial way:
Go to opera://sidebar-setup
Open devtools
opr.workspacesPrivate.getWorkspacesInfo((x) => { console.log(x); });
Note The id values.
opr.workspacesPrivate.moveWorkspaceToPosition(id, position).