diff --git a/src/ClaudeDo.Localization/locales/de.json b/src/ClaudeDo.Localization/locales/de.json index 4278521..a9671f3 100644 --- a/src/ClaudeDo.Localization/locales/de.json +++ b/src/ClaudeDo.Localization/locales/de.json @@ -231,7 +231,12 @@ "chipDone": "FERTIG", "chipFailed": "FEHLGESCHLAGEN", "reviewContinueTip": "Dieses Feedback senden und die Aufgabe erneut ausführen", - "reviewResetTip": "Alle Änderungen verwerfen und die Aufgabe auf Leerlauf zurücksetzen" + "reviewResetTip": "Alle Änderungen verwerfen und die Aufgabe auf Leerlauf zurücksetzen", + "composer": { + "placeholder": "Nachricht an die Sitzung…", + "send": "Senden", + "stop": "Sitzung beenden" + } }, "missionControl": { "openInApp": "In App öffnen", diff --git a/src/ClaudeDo.Localization/locales/en.json b/src/ClaudeDo.Localization/locales/en.json index 33c22cf..0115698 100644 --- a/src/ClaudeDo.Localization/locales/en.json +++ b/src/ClaudeDo.Localization/locales/en.json @@ -231,7 +231,12 @@ "chipDone": "DONE", "chipFailed": "FAILED", "reviewContinueTip": "Send this feedback and re-run the task", - "reviewResetTip": "Discard all changes and reset the task to Idle" + "reviewResetTip": "Discard all changes and reset the task to Idle", + "composer": { + "placeholder": "Message the session…", + "send": "Send", + "stop": "Stop session" + } }, "missionControl": { "openInApp": "Open in app", diff --git a/src/ClaudeDo.Ui/Design/IslandStyles.axaml b/src/ClaudeDo.Ui/Design/IslandStyles.axaml index 75552f1..194be8c 100644 --- a/src/ClaudeDo.Ui/Design/IslandStyles.axaml +++ b/src/ClaudeDo.Ui/Design/IslandStyles.axaml @@ -528,6 +528,10 @@ + + diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml index e421f86..1a91f03 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml @@ -263,6 +263,36 @@ Command="{Binding RejectReviewCommand}" /> + + + + + + + + +