-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
#133: Disable upload song button while processing request #250
#133: Disable upload song button while processing request #250
Conversation
Hi @ObuMan , thanks for your time . I Will check the PR tomorrow :) |
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.
Hi @ObuMan , code looks good. I runned the pipelines and:
- Run
npm run format:write
so the format pipeline doesn't fail. - Run
npm run lint
to check the error we're getting from the linter. You can see the ouput here
Thanks for your time and keeping the format and workflow of the contributions. Are you interested in taking more issues? If you find this project interesting/helpful, I'd appreciate it if you could star the repo!
Hi, I just noticed that some checks were not successful. I am trying to fix it. |
At the expense of more issues. Yes, I would be very interested in that |
Hi @ObuMan , I'm still seeing errors in pipeline: Lint
Format
|
@ObuMan Lint pipeline is successful but style is not. Run
|
Hi @ObuMan . I will check the final version tomorrow :). Thanks for your time |
Description
Commit type
feat
: indicates the addition of a new feature or functionality to the project.Issue
Modify the behaviour of upload song button so its disabled while waiting for the song to be uploaded.
Solution
Added disabled={loadingUploadSong} to the song upload button
Proposed Changes
Potential Impact
Screenshots
Additional Tasks
Assigned
@AntonioMrtz