Kneelawk / fractal-rs

Simple fractal viewer written in Rust
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Add ability to move viewer tabs #10

Closed Kneelawk closed 2 years ago

Kneelawk commented 2 years ago

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

Kneelawk commented 2 years ago

I have this mostly implemented. I just need to:

Kneelawk commented 2 years ago

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

Kneelawk commented 2 years ago

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.

Kneelawk commented 2 years ago

Ok, fixed that.