sboesen / remotely-sync

fork of remotely-save with security upgrades
Apache License 2.0
199 stars 8 forks source link

[Bug]: Status bar not showing on plugin install #120

Closed kadisonm closed 7 months ago

kadisonm commented 7 months ago

What happened?

Status bar doesn't show on plugin install and has to be disabled and enabled to see.

Additionally there is a bit of delay after syncing finishes where the status bar doesn't update to 'Synced less than a minute ago'.

I can fix these minor issues. :)

What OS are you using?

Windows

What remote cloud services are you using?

Dropbox

Version of the plugin

No response

Version of Obsidian

No response

Using password or not

Ensure no sensitive information

kadisonm commented 7 months ago

Status bar not showing on install should be fixed.

As for the other issue with the update delay after syncing. At the end of syncing it gets the metadata's modified time and sets it as the last synced. Turns out getting the mTime takes a while making it seem like the status bar wasn't updating. Need to somehow refactor this in the future.

sboesen commented 7 months ago

Thank you so much for updating this! Really appreciate your contributions :)

kadisonm commented 7 months ago

No worries!