some big beautfiul update

This commit is contained in:
2026-03-02 18:05:59 +01:00
parent bf7eaa965f
commit ba986a32fe
121 changed files with 170698 additions and 561 deletions

View File

@@ -110,6 +110,34 @@
"type": "link",
"entity": "CPuls",
"isCustom": true
},
"xaiId": {
"type": "varchar",
"maxLength": 255,
"isCustom": true
},
"xaiCollections": {
"type": "array",
"isCustom": true
},
"xaiSyncStatus": {
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "pending_sync",
"tooltip": true,
"isCustom": true
}
},
"links": {