Export Data
Modal for selecting export scope and format (text or PDF), triggered from the transcript view.
Export Data
View DSL Source
section modal(title="Export Conversation" size="sm") stack(gap="lg") stack(gap="sm") heading(level="3") What to include checkbox(label="Transcript text") checkbox(label="Reflection notes") checkbox(label="Marked moments") checkbox(label="AI insights")
stack(gap="sm") heading(level="3") Format segmented(label="Export format" options="PDF,Plain Text" value="PDF")
stack(gap="sm") heading(level="3") Scope select(label="Sessions to export" placeholder="Select sessionsβ¦")
row(justify="end" gap="md") button(id="cancel-export-btn" variant="ghost") Cancel button(id="confirm-export-btn" variant="primary") Export