fix: Market Intel UI - Add missing report fields & Fix back button

- StepReport.tsx: Added Search Strategy ICP, Digital Signals, and Target Pages to both the UI view and the Markdown export.

- StepReport.tsx: Fixed 'Back' button behavior to prevent state reset (uses new onBack prop).

- App.tsx: Passed handleBack to StepReport onBack prop.

- types.ts: Extended SearchStrategy interface with optional fields for the new signals.
This commit is contained in:
2025-12-29 12:40:47 +00:00
parent 199a09f514
commit deed5c6ea4
3 changed files with 18 additions and 3 deletions

View File

@@ -207,7 +207,8 @@ const App: React.FC = () => {
<StepReport
results={analysisResults}
strategy={strategy}
onRestart={handleRestart}
onRestart={handleRestart}
onBack={handleBack}
language={language}
onStartOutreach={(company) => {
setSelectedCompanyForOutreach(company);