Choose any allowed status in the table, set the cover on create

- the status cell offers every transition the entry allows, scheduling
  asks for the date right there
- POST /api/v1/posts takes cover_media_id, no second call needed
- the row grid follows its content so long type names stop overlapping
This commit is contained in:
Matthias G
2026-08-01 15:34:13 +02:00
parent 35a572c037
commit f8bc2d6108
8 changed files with 137 additions and 52 deletions
+8 -1
View File
@@ -409,7 +409,8 @@
"close": "Schließen",
"delete": "Entwurf löschen",
"deleteConfirm": "Wirklich löschen?",
"deleting": "Wird gelöscht"
"deleting": "Wird gelöscht",
"setStatus": "Status ändern"
},
"blocks": {
"text": "Text",
@@ -500,6 +501,12 @@
"unlink": "Verweis entfernen",
"linkTarget": "Adresse des Verweises",
"linkApply": "Übernehmen"
},
"move": {
"draft": "Zu Entwurf machen",
"scheduled": "Termin setzen",
"published": "Jetzt veröffentlichen",
"archived": "Zurückziehen"
}
},
"brands": {