Closed joggee-fr closed 1 year ago
@joggee-fr do you also want to include the two other draft PRs in next release?
@gurumukhi, if you are OK with this PR I can try to rebase next PR #39 to add the "shift+A" shortcut. I am not yet 100% convinced of PR #38. If there is no user asking for such a feature, I think it can be postponed or simply abandoned.
Ya, we can leave #38 for now. Can you have changes from this PR & from #39 in a branch? I can test both changes together.
Ya, we can leave #38 for now. Can you have changes from this PR & from #39 in a branch? I can test both changes together.
I am not yet ready to rebase PR #39 right now, maybe tomorrow (Paris timezone).
Cherry-picked PR #39 here. Ready to be tested 🚀 .
Tested the changes, looks great to me :-) Thanks a lot @joggee-fr.
I really loved new preferences page <3. I just have few minor suggestions for this page -
Thanks again :)
* Debug mode on/off option can be put as last one. * User have to click on radiobutton exactly, can you make all radiobuttons select/deselct based on clicks on text also? e.g. User can just click on on or off instead of their respective radiobuttons.
I have just added two commits for your suggestions.
Thanks a lot @joggee-fr, publishing new version now. We have closed all PRs as of now, if you have time also go through all open issues for cleanup (see if they can be closed/merged together). Thanks. again :)
This PR replaces PR #32.
This PR mainly add hot reload mechanism when changing add-on preferences. It avoids to refresh the opened YouTube page to apply newly selected options. It works sending message from options script to tabs containing content script. The configuration is then reloaded when receiving such a message.
I have done some tests but of course should be validated by other users here. Thanks.