When starting Kemain (appimage v0.11.0), Kemai know if an activity is already running (launched or stoped through the web interface).
However, when kemai is already launched and an activity is started or stoped through the web interface, kemai does not update to reflect the current status, and you can override values already existing.
I tried using the "Refresh cache" button, thinking it would sync with the web, but no.
Seems like at startup, kemai is doing a get request on /api/timesheets/active route which is not doing when refreshing cache.
Is there a way to have desktop app synchronized with web interface ?
When starting Kemain (appimage v0.11.0), Kemai know if an activity is already running (launched or stoped through the web interface).
However, when kemai is already launched and an activity is started or stoped through the web interface, kemai does not update to reflect the current status, and you can override values already existing.
I tried using the "Refresh cache" button, thinking it would sync with the web, but no. Seems like at startup, kemai is doing a get request on
/api/timesheets/active
route which is not doing when refreshing cache.Is there a way to have desktop app synchronized with web interface ?