- Add file download with native save dialog (Tauri dialog + fs plugins)
- Make attachment filename clickable as additional download trigger
- Add download button with hover styling to file attachments
- Exempt /api/v1/uploads from global 1MB body size limit (MaxBodySizeUnless)
- Add native E2E test suite (8 specs) with Playwright CDP fixture
Add actionTimeout, navigationTimeout, local retry, video capture, and
reducedMotion to both Playwright configs. Introduce waitForWsReady(),
navigateToMainPageReady(), and emitWsMessageAndWait() helpers. Fix
voice-widget selectors to match actual DOM structure. Update
E2E-ISSUES.md to reflect 209/209 passing.