You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran through and tried to break as much as I could, here's what I've found:
Search Filtering is non functional for the most part:
Chord Root filtering is non-functional.
Chord Quality is non-functional. This might need to be cut or completely reworked.
Genre filtering does not actually filter. Need to look at the code and see why this is happening.
Difficulty filtering is exhibiting the same behavior as Genre filtering. Code needs to be looked at.
When viewing a Chord Chart for a song on the search page, the username of the user who submitted the song is not shown.
The submission preview shows this behavior. Needs to be fixed... should be easy.
On submit a song when searching chords to be applied, if no chords are returned by a search, the entire modal disappears.
This is an issue due to the modal resizing based off of the content inside of it. We should consider setting a minimum size to a fixed value to prevent this from happening.
In terms of things that are not broken but could use some tweaking:
On the Chord Recognition page, if you use the Live Chord Recognition, it will accurately detect chords. Not an issue. If you switch to Chord Recognition from a file, the Chord Detected array is not automatically cleared. Small issue, but could be fixed for cleanliness. We could add a trigger to the button that just clears the array.
Home page guitar PNG has a slight outline that is visible and the text on the home page is no longer contained in the guitar. This could be due to my monitor being 1440p, but I am not sure. I've noticed that moving and resizing the page completely messes with the layout.
The text was updated successfully, but these errors were encountered:
Ran through and tried to break as much as I could, here's what I've found:
The submission preview shows this behavior. Needs to be fixed... should be easy.
This is an issue due to the modal resizing based off of the content inside of it. We should consider setting a minimum size to a fixed value to prevent this from happening.
In terms of things that are not broken but could use some tweaking:
The text was updated successfully, but these errors were encountered: