fix: Update synchronization status messages and add "no_sync" option; adjust microtime and cacheTimestamp in config and state files; add beforeSaveScripts for Advoware sync status management

This commit is contained in:
2026-03-08 21:10:08 +01:00
parent 3547f47fc3
commit 1b904eb15f
18 changed files with 73 additions and 35 deletions

View File

@@ -95,15 +95,17 @@
"pending_sync",
"clean",
"unclean",
"failed"
"failed",
"no_sync"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
"failed": "danger",
"no_sync": null
},
"default": "pending_sync",
"default": "no_sync",
"tooltip": true,
"isCustom": true
},