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

Tray information about sync status and storage use #76

Closed no92 closed 5 years ago

no92 commented 5 years ago

This adds some information to the tray menu. The upper line displays the percentage of your storage quota used, as well as the storage quota itself, rounded to .1 GiB.

The line below displays the sync status. This is what it looks like in Ubuntu: Drive

As this is my first time working with anything Electron-related, feel free to point out anything that is wrong with these changes.

liberodark commented 5 years ago

Good :D Thx

liberodark commented 5 years ago

Have see a bug the information is not good

For 1 file add 3 or 4 info bulle :( please can you fix that ? Normaly is 1 file added 1 information

liberodark commented 5 years ago

Have merge in beta your pull request but in master have revert for fix bug please make other pr with no bug thanks ^^ And great job

no92 commented 5 years ago

These changes should (as far as I can tell) only hook the routines in order to provide the info. It should not tamper with data (or notifications for that matter), but it might just be that something does things that I don't expect. I will investigate, but could you pin down conditions when this happens? I personally don't remember seeing issues before or after the changes ...