Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move items in a playlist #224

Merged
merged 6 commits into from
Jul 30, 2023

Commits on Jul 26, 2023

  1. feat: 197 move items in a playlist

    add track actions to move items up and down in the current playlist
    
    Closes: 197
    cobbinma committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    33b61fe View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. feat: 197 use commands not actions

    use commands instead of track actions to move playlist items
    cobbinma committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ffa6ca9 View commit details
    Browse the repository at this point in the history
  2. chore: 197 remove debug log

    cobbinma committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    72890b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. fix: 197 persist moving playlist items down

    spotify reorder needs insert before instead of index
    cobbinma committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    971ad35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d655a View commit details
    Browse the repository at this point in the history
  3. refactor: 197 move partial eq on track action

    partial eq is no longer needed on track action
    cobbinma committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f6143be View commit details
    Browse the repository at this point in the history