road86 / bahis-desk

Desktop application for BAHIS2
GNU General Public License v3.0
2 stars 1 forks source link

fix: sync issue #79

Closed shaarful closed 1 year ago

shaarful commented 1 year ago

Description

Fixed the sync issue getting data from the server

Previously the data was not got if some request failed. now the application will retry the request up to 5 times if some request is failed.

Fixed the sync issue pushing new date to the server

Previously newly entered data was deleted for failed sync. now it has been fixed. Change the sync message system. Now the synchronizing message will close after the end of the sync. There is new animation on the message. The count of not synced data will show on top of the sync button.

Fixed createTheme error on the startup of the application.

Checklist