Update StatusBox to display app version and adjust refresh intervals

Add a new element in StatusBox.vue to show the application version. Update the refresh interval for status display from every 0.5 seconds to every 1 second for improved performance. Increment mobile app version to 0.8.0-alpha8 and version code to 9. Introduce new VersionScreen in the mobile app for displaying version information, and update navigation and mock data accordingly.
This commit is contained in:
Torsten Schulz (local)
2026-05-15 11:47:49 +02:00
parent 99e439cb29
commit f50ea76c89
11 changed files with 289 additions and 58 deletions

View File

@@ -23,8 +23,8 @@ android {
applicationId = "de.tsschulz.timeclock"
minSdk = 26
targetSdk = 36
versionCode = 8
versionName = "0.8.0-alpha7"
versionCode = 9
versionName = "0.8.0-alpha8"
buildConfigField("String", "API_BASE_URL", "\"${apiBaseUrl.replace("\\", "\\\\").replace("\"", "\\\"")}\"")
}