remotestorage / remotestorage-widget

⬡ Connect widget for remoteStorage.js
https://remotestorage.io
28 stars 16 forks source link

Change byline during sync #101

Closed raucao closed 4 years ago

raucao commented 4 years ago

This changes the widget byline text to "Synchronizing" during syncs that take longer than 1 second. The 1-second limit prevents the text from changing for only a split second during normal folder checks, which complete very quickly, even on slow connections.

The limit doesn't apply when clicking the sync button, so you get instant feedback in that case.

closes #88

raucao commented 4 years ago

You simply need to sync an account that actually has bookmarks stored. If you're already connected, then disconnect and sync everything from scratch.

As I explained, and as you can see from the code, as soon as it takes longer than 1 second after one finished request, it will change the byline. The intention is to not show the text when it would only flash for a split second.