-
Notifications
You must be signed in to change notification settings - Fork 161
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
Fix storage sync checkbox initial state #305
Conversation
Would be great if this was pulled in as I just installed the extension and ran into this exact issue. |
Hi @Gitoffthelawn! Since it seems you are now in charge of managing the project (#329 (comment)), would you mind accepting this minor PR? In addition to the author, I also confirmed locally that everything works. |
@maximedrouhin Yes, sounds good. I will hopefully get to it very soon. I need to take a look at a few branching techniques on GitHub. Are you an expert in that area by any chance? It may be helpful to have someone to ask if I have questions. |
I'm far from being an expert, but I can still try to give you advice based on my limited knowledge. Level 1: You basically just review PRs, and maybe get a bit of assistance to do it.
Level 2: You add automated checks to ensure things always work well in the master branch. Level 3: More complex way to handle branches? There is still the question of how to deploy the extension to Firefox and Chrome, and I don't know much about this. I just know you should use the "Tags" feature of Github to tag the current commit with a version number (https://github.com/einaregilsson/Redirector/tags) when you think the extension works perfectly and is ready for publishing. It might be a good idea to create a Discord server for this project and link it in the README and in the description of the extension in both extension stores (Chrome and Firefox). Actually, this is the first thing I would do. This way you'll be able to get help easily, and people who are interested in helping this extension can chat about it. You can make something really basic, I'm pretty sure some people will want to be moderators and improve the channels. If you want, you can just create it and I'll make the channels. Or you can do it yourself, I think you can just copy most of the channels of this server and it should work pretty well. |
@Gitoffthelawn (just in case you didn't get notified) |
@maximedrouhin Thank you for your helpful note Maxime. I just received it, due to more than expected going on here. I'm hoping to block out 2-3 hours of my time to focus and figure out a good plan. I'll likely have a couple specific questions on which you may be able to advise. After some more administrative stuff, the next main course of action is to release a version with this patch and a couple other tweaks that should (hopefully) not result in any regressions. |
@Gitoffthelawn Don't hesitate to ask questions to me, I'll try to answer as best I can! You can hit me up on Discord (username kodemax), or another app, just tell me which one and your username. I should be a lot more reactive this way 😅 Good luck with everything! |
@maximedrouhin Thank you for the kind offer Maxime. I've made a note to contact you if I run into any snags or have any questions. Thanks again. |
@Gitoffthelawn can we get this in, please? It's almost a year for a one-liner review :-) |
Fixes #201
Fixes #303
As mentioned in #201 this was indeed the only required change.
Everything is now working as expected in my testing