feat(projects): attach-event control in the cockpit

Search any event by name and attach it to the project (re-points
events.project_id via assignEvent). Lists the project's current events
above the search. en + de i18n. Completes event grouping UX — admins
can now regroup the auto-created per-event projects however they like.
This commit is contained in:
Luca
2026-06-06 13:27:43 +02:00
parent 81553aa0e3
commit dffcf6269f
3 changed files with 79 additions and 1 deletions
+7
View File
@@ -3410,6 +3410,13 @@
"label": "Projekt",
"none": "Kein Projekt"
},
"events": {
"title": "Events",
"none": "Diesem Projekt sind noch keine Events zugeordnet.",
"searchPlaceholder": "Event zuordnen — nach Name suchen…",
"attached": "Event zugeordnet",
"attachFailed": "Event konnte nicht zugeordnet werden"
},
"feed": {
"title": "Aktivität",
"empty": "Diesem Projekt ist noch nichts zugeordnet.",
+7
View File
@@ -3410,6 +3410,13 @@
"label": "Project",
"none": "No project"
},
"events": {
"title": "Events",
"none": "No events grouped under this project yet.",
"searchPlaceholder": "Attach an event — search by name…",
"attached": "Event attached",
"attachFailed": "Could not attach event"
},
"feed": {
"title": "Activity",
"empty": "Nothing rolled up to this project yet.",