Created arg modifier dialog to assist in editing youtube-dl args
- This arg dialog contains all the available args and their description
- Includes a convenient search bar and categorized list of args to help you find the one you're looking for, or just explore what's available.
Arg modifier is available for both global args (in settings) and local args (in the advanced mode)
added the ability to create playlists in the gui through a new dialog
reloading mp3s/mp4s doesn't cause an image refresh anymore when the list is unchanged
fixed loading spinner of available formats so it now only shows when it is loading the current url
file card images now don't show when errored or thumbnailurl doesn't exist
switched from css to scss default style system
cleaned up unused code in app component
upated youtube search results styling
downloading video from home screen now shows local progress bar under that video
Available formats are downloaded when a valid YT url is detected. These formats are then parsed and a best audio format is selected based on the results
After downloading a file with no file manager, file is now deleted. After file deletion, mp3/mp4 reload occurs
Updated view on main component to be more responsive, using bootstrap grid
Updated progress bar UI-wise to be more in line with the rest of the page