fix: fire login event after registration, clear stale tokens on session restore, add published/expired status badges to listing cards

This commit is contained in:
2026-02-07 09:37:32 +01:00
parent 3f51cb5e53
commit 7f58003b52
6 changed files with 32 additions and 11 deletions

View File

@@ -264,7 +264,10 @@
"login": "Anmelden",
"status": {
"draft": "Entwurf",
"archived": "Archiviert"
"archived": "Archiviert",
"processing": "Warte auf Bestätigung",
"published": "Veröffentlicht",
"expired": "Abgelaufen"
}
},
"messages": {

View File

@@ -264,7 +264,10 @@
"login": "Login",
"status": {
"draft": "Draft",
"archived": "Archived"
"archived": "Archived",
"processing": "Awaiting confirmation",
"published": "Published",
"expired": "Expired"
}
},
"messages": {

View File

@@ -264,7 +264,10 @@
"login": "Connexion",
"status": {
"draft": "Brouillon",
"archived": "Archivé"
"archived": "Archivé",
"processing": "En attente de confirmation",
"published": "Publié",
"expired": "Expiré"
}
},
"messages": {