MAESTRO: enable header input paste

This commit is contained in:
Mariusz Banach
2026-02-18 00:41:41 +01:00
parent 3d9018e8d2
commit 1eb9655751
2 changed files with 10 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ Note: `npx vitest run src/__tests__/AnalyseButton.test.tsx` passes; Vitest emits
## Completion
- [x] All vitest tests pass: `npx vitest run src/__tests__/HeaderInput.test.tsx src/__tests__/FileDropZone.test.tsx src/__tests__/AnalyseButton.test.tsx`
- [ ] User can paste text into the header input area
- [x] User can paste text into the header input area
- [ ] User can drop an EML/TXT file and see it auto-populate the input
- [ ] Analyse button is disabled when input is empty
- [ ] Ctrl+Enter keyboard shortcut triggers the analyse action