-
Notifications
You must be signed in to change notification settings - Fork 22
Playlist, artist and album download from web app. #8
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
297c35c
Playlist url accepted
oscarvx00 3a43a6b
Built with playlist url accepted
oscarvx00 87e86d0
Song search response is received as an array of songs, then each song…
oscarvx00 e68541d
Added dist file
oscarvx00 dcf53c1
Added loading state to search button
oscarvx00 81c1b52
Fixed loading var
oscarvx00 6062cda
Built
oscarvx00 82fb56f
Using reactive var for search loading state
oscarvx00 3f19e84
Added dist file
oscarvx00 6b1341c
API downloadManager fromURL returns a promise so SearchInput can upda…
oscarvx00 889e18e
Album requests admited
oscarvx00 0ad7602
Built
oscarvx00 3da6b39
Support for artists
oscarvx00 451a847
Added backward compatibility
oscarvx00 bf6a538
Using version to display message in main page (Hero)
oscarvx00 0d5aad3
Build
oscarvx00 2d13cc7
Chheck version while checking url validity
oscarvx00 e2b843f
Using version.value instead of version
oscarvx00 3262a4a
Version stored in localStorage
oscarvx00 078996a
Restored config
oscarvx00 81c9cc0
Version 4.1.12
oscarvx00 0570171
Fix typo
oscarvx00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
dist/assets/index-8ce425b2.css → dist/assets/index-ae0bb08c.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can actually compare version strings without converting them to numbers.
"4.1.11" < "4.1.12"returns true