bb38b37ceb
Recreate the terminal when responsive classification changes so mobile scrollback and touch listeners are installed.\n\nOpenSpec: fix-mobile-terminal-scrolling\nQuality gates: npm run typecheck, npm run lint, npm test (89 passed), npm run build
737 B
737 B
Restore Mobile Terminal Scrolling — Tasks
- Add a mobile-specific terminal scrollback limit while preserving zero scrollback on desktop.
- Reinitialize the terminal when the responsive mobile classification changes so its scrollback and touch handler match the active viewport.
- Add focused tests for the responsive scrollback configuration.
- Run the full frontend test suite (89 tests passed after repairing the
ProjectsPagetest setup). - Run frontend typecheck, lint, focused tests, and production build.
- Perform mobile normal-buffer and alternate-screen manual QA.
- Update project maps for changed source files (the map patch tool currently fails with an unsupported
temperatureparameter).