Add song deletion functionality 🗑️ #193
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft for #192
Description
User wants to delete projects, especially on devices with no or limited possibilities to delete files and directories "manually".
The most useful place to do so might be in the project view, because there we probably listened to and looked at the current project, whereas in the main(?) view the user would need to know the projects name in order to delete the correct one.
After deletion from the projects view, the user shall be presented the load/new ("main"?) view.
Findings and pointers so far:
Description
Thank you for contributing to Little Piggy Tracker!
For fixes, please include a summary of the changes and any related issue.
For features, please include a detailed description of the new feature and how it works.
All PR:s are run through line-by-line clang-format and builds for all supported platforms.
clang-format can be applied locally on commit by installing pre-commit from repo root:
cp pre-commit .git/hooks/
Fixes # (issue)
Type of change
Please delete option that isn't relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions on how to reproduce.
Test Configuration:
Checklist: