Implement share and export components

This commit is contained in:
adilallo
2026-04-29 22:27:46 -06:00
parent a31a36c926
commit a37a72c71d
58 changed files with 3153 additions and 117 deletions
@@ -31,7 +31,7 @@ export default {
"After user input (or completed step), use Save & Exit and pass saveDraft: true to onExit",
},
onShare: { action: "share clicked" },
onExport: { action: "export clicked" },
onSelectExportFormat: { action: "export format" },
onEdit: { action: "edit clicked" },
onExit: { action: "exit clicked" },
},