liberodark / ODrive

Google Drive GUI for Windows / Mac / Linux
https://liberodark.github.io/ODrive/
GNU General Public License v3.0
1.16k stars 136 forks source link

Need fix on no92-patch #78

Closed liberodark closed 5 years ago

liberodark commented 5 years ago

In beta new feature is merged for see space ! By @no92 https://imgur.com/v5oUAJO.png But need two fixes one is saving account to db https://imgur.com/NjsabSB.png two is :

The first problem is that there is too much call in the db which is not a good thing! The following and when we add a file there is too much info that appears on the screen of the user it warns several times that the file was added.

If you have the opportunity to review your code in the beta it would be nice for me to validate it in master. @no92

And thank you again for your work.

liberodark commented 5 years ago

As for the calls in the db it must be only at startup or file synchonization but not between it is two steps it is necessary to make calls every 5sec.

liberodark commented 5 years ago

I also saw another problem with sync status and sync. First worries it does not display the status sync correctly not until the end. In addition he also create a duplicate with a file ...

liberodark commented 5 years ago

No news no integration