Provide webui update timestamp in about webui gql query (#1789)

Makes it possible for the client to determine if a forced page refresh is required to ensure up-to-date webui files are being used
This commit is contained in:
schroda
2025-11-26 03:56:39 +01:00
committed by GitHub
parent ce9d080469
commit b58a716daa
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package suwayomi.tachidesk.graphql.types
data class AboutWebUI(
val channel: WebUIChannel,
val tag: String,
val updateTimestamp: Long,
)
data class WebUIUpdateCheck(