This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
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.
Hello, I recently started using my server to store music and I really enjoy the project. While I know the rewrite is on the way, there were a couple of things that I felt were worth improving to make the user experience better for the time being.
I should preface this by saying that I am brand new to web development, and this was my first time diving into anything beyond a simple React webpage. I'm here for the learning experience, so I appreciate any feedback you may have, especially when it comes to best practices.
These commits make the following changes:
Queue is saved every time a song starts "playing"
A 'Retain Window Size' option, which saves the window size when the program is closed
Default width & height options, which are used when the 'Retain Window Size' option is disabled
All of the time that I have spent testing has been without the NodeRT features & dependencies, but I left them in the repo.