feat: migrate from raw HTML to JSX (TSX / SolidJS) (#3583)

Co-authored-by: Su-Yong <simssy2205@gmail.com>
This commit is contained in:
JellyBrick
2025-07-09 23:14:11 +09:00
committed by GitHub
parent 9ccd126eee
commit e114e0ef44
90 changed files with 1723 additions and 1357 deletions

View File

@ -381,6 +381,11 @@
},
"templates": {
"title": "Open captions selector"
},
"toast": {
"caption-changed": "Caption changed to {{language}}",
"caption-disabled": "Captions disabled",
"no-captions": "No captions available for this song"
}
},
"compact-sidebar": {
@ -600,7 +605,15 @@
},
"navigation": {
"description": "Next/Back navigation arrows directly integrated in the interface, like in your favorite browser",
"name": "Navigation"
"name": "Navigation",
"templates": {
"back": {
"title": "Go to previous page"
},
"forward": {
"title": "Go to next page"
}
}
},
"no-google-login": {
"description": "Remove Google login buttons and links from the interface",
@ -691,6 +704,11 @@
}
}
},
"renderer": {
"quality-settings-button": {
"label": "Open player quality changer"
}
},
"description": "Allows changing the video quality with a button on the video overlay",
"name": "Video Quality Changer"
},
@ -859,7 +877,8 @@
},
"name": "Video Toggle",
"templates": {
"button": "Song"
"button-song": "Song",
"button-video": "Video"
}
},
"visualizer": {