NeoCoderMatrix86 / AudioCuesheetEditor

AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Make tracks dragable #203

Open NeoCoderMatrix86 opened 2 years ago

NeoCoderMatrix86 commented 2 years ago

Is your feature request related to a problem? Please describe. Currently tracks are only moveable with up and down. To rearrange I would like to have a drag'n'drop mechanism like this https://bootstrap5demo.blazorise.com/tests/dragdrop

If a Track is dropped, the Position, begin and end should be changed with the current Track.

NeoCoderMatrix86 commented 1 year ago

Should be makeable: https://blazorise.com/docs/components/dragdrop.

NeoCoderMatrix86 commented 1 year ago

Removed from sprint because of correspondence to #289