dave-borg / bandbridge

0 stars 0 forks source link

Move section within lyrics #108

Closed dave-borg closed 4 months ago

dave-borg commented 4 months ago

Currently drops lyrics. Really buggy.

Either drag from the right column or drag the existing header.

dave-borg commented 4 months ago

Cases to handle:

  1. Move the section up

    • keep existing lyrics in the lyric list
    • remove lyrics from previous section
    • add to the start of the section lyrics
  2. move the section down

    • move top lyrics to end of previous section lyrics
    • keep the rest of the lyrics list
  3. move the section before the previous section

    • only go as far as previous section
    • add all lyrics from previous section to the top of section lyric list
  4. move the section after the next section

    • only go as far as next section
    • add all lyrics to the end of previous section lyric list