-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add Lyrics Editor for Admin users only #5405
Conversation
Quality Gate failedFailed conditions |
@scampower3 do you think there is a way we could limit some of the code duplication between this and the subtitle editor? |
@thornbill I don't think so. The highlighted duplicates by sonarcloud are mostly the event handlers and its associated logic. |
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.
ESLint doesn't pass. Please fix all ESLint issues.
Co-authored-by: Bill Thornton <[email protected]>
Co-authored-by: Bill Thornton <[email protected]>
Co-authored-by: Bill Thornton <[email protected]>
Quality Gate failedFailed conditions |
Cloudflare Pages deployment
|
Adds a lyrics editor dialog so that admin users can manually add, remove or search for lyrics through the web ui. Code is based on the subtitle editor.
Search has been tested using the LrcLib plugin
Changes
Issues