Kneelawk/fractal-rs

Add ability to move viewer tabs

Closed this issue · 4 comments

Currently viewer tabs are fixed in place once opened. It would be useful to be able to move them around and reorganize them.

I have this mostly implemented. I just need to:

  • Move the tab list logic to its own widget.
  • Add tab movement animations. (maybe)

I also decided to begin the move to instance ids with this.

Currently, tab movement animations cause new tabs to shoot from the left side when created. I need to figure out how I want this to actually behave.

Ok, fixed that.