Skip to content
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

Sync option unchecked even when sync is enabled #201

Closed
FranklinYu opened this issue Apr 7, 2020 · 18 comments · Fixed by #305 or Huhni/Redirector#2
Closed

Sync option unchecked even when sync is enabled #201

FranklinYu opened this issue Apr 7, 2020 · 18 comments · Fixed by #305 or Huhni/Redirector#2

Comments

@FranklinYu
Copy link

FranklinYu commented Apr 7, 2020

To reproduce, make sure that rules are few enough; I have only two short ones. Just check the “Enable Storage Sync” and see the notification “Sync is enabled!” now refresh the page. The checkbox become un-checked again.

Issue is at

el('#storage-sync-option').checked = options.isSyncEnabled;

It is checking #storage-sync-option, which is a label, not an input; see

<label id="storage-sync-option"><input type="checkbox" /> Enable Storage Sync</label>

I guess simply appending input to the selector would work.

@einaregilsson
Copy link
Collaborator

Ah, you're right. I'll fix it for the next version, thanks!

@arrmo
Copy link

arrmo commented Apr 7, 2020

Same issue here - appreciate you fixing this, thanks! How to know when it is updated (Github is easy, but Chrome?).

@FranklinYu
Copy link
Author

@arrmo I don’t think we have any notification for extension update. Best way so far is to check version daily after this issue is closed.

@arrmo
Copy link

arrmo commented Apr 8, 2020

No worries, completely understand. I'll keep an eye on this item - when it closes, then will check the extension (every few days).

Thanks!!

@arrmo
Copy link

arrmo commented Nov 30, 2021

Hi,

Not seeing this one "pushed" to a formal release - or am I just missing it? Would be helpful, just so sync status shows correctly.

Thanks!

@einaregilsson
Copy link
Collaborator

I just haven't made a release yet 🙂. I'll try to get one out soon.

@arrmo
Copy link

arrmo commented Nov 30, 2021

No worries, fully understand. Appreciate it!

@arrmo
Copy link

arrmo commented May 6, 2022

Sorry, just checking back in 😆. Thanks!!!

@arrmo
Copy link

arrmo commented Jul 27, 2022

Hi,

Looks like there is a PR to address this now?

Thanks!

@Gitoffthelawn
Copy link
Collaborator

@Arro Yes, there is!

There are some things going on that have delayed pull requests being integrated. Hopefully they can be integrated soon.

@arrmo
Copy link

arrmo commented Jul 27, 2022

Sounds great, thanks!

@g-a-c
Copy link

g-a-c commented Jul 30, 2022

There are some things going on that have delayed pull requests being integrated.

I'm curious, @Gitoffthelawn do you have access to merge PRs?

@Gitoffthelawn
Copy link
Collaborator

@g-a-c Not at the moment, but we are working to make that happen.

@g-a-c
Copy link

g-a-c commented Jul 31, 2022

Cool, I wasn't sure what a state this repository was in after the events of this year. There will need to be an issue addressed with the extension manifests, because this extension still uses manifest v2, and v2 will be phased out in Jan 2023. But I wasn't sure whether it was better to open an issue in here or to fork the project and take a look into fixing it myself. If it's possible for someone other than the original author to have merge permissions then addressing it here makes much more sense though to benefit everyone.

@Gitoffthelawn
Copy link
Collaborator

@g-a-c Sounds good. I was just going to create an issue regarding manifest v2 and v3, but I see you just created one: #316. Thanks! Let's continue our discussion on manifests there.

@arrmo
Copy link

arrmo commented Nov 11, 2022

Hi,

Checking back in 😆. Any luck getting this one "pushed out"?

Thanks!

@arrmo
Copy link

arrmo commented Oct 26, 2024

Thanks! Does this need to be pushed, to show up in Google Chrome?

@Gitoffthelawn
Copy link
Collaborator

@Armo You're welcome!

Yes, I'm just waiting for full access so we can proceed.

Please see #329 and Gitoffthelawn/Contact-Gitoffthelawn#8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants