feat: add editable handoff preview flow

This commit is contained in:
OpenClaw Bot
2026-05-11 22:49:52 +02:00
parent 34413ffafa
commit ec85b8e4d7
6 changed files with 211 additions and 53 deletions
+25
View File
@@ -263,6 +263,31 @@ textarea {
padding: 1rem;
}
.handoff-sheet {
max-width: 1080px;
}
.handoff-preview-grid {
align-items: start;
}
.handoff-preview-editor {
display: grid;
gap: 0.55rem;
}
.handoff-preview-editor span {
font-size: 0.85rem;
color: #9fb9d6;
}
.handoff-preview-editor textarea {
min-height: 22rem;
font-family: 'IBM Plex Mono', 'SFMono-Regular', ui-monospace, monospace;
font-size: 0.85rem;
line-height: 1.45;
}
.focus-panel h4 {
margin: 0 0 0.65rem;
}