feat(FN-830): add mobile keyboard-aware terminal positioning
- Implement visual viewport API to reposition terminal above on-screen keyboard - Add smooth CSS transition for terminal modal height changes on mobile - Add comprehensive regression tests for keyboard overlap and resize behavior - Remove stale test files (NewTaskModal, TaskForm) and clean up ActivityLogModal tests - Document mobile keyboard handling approach in dashboard README
This commit is contained in:
@@ -372,6 +372,7 @@ A fully interactive PTY-based terminal is available in the dashboard for executi
|
||||
- WebSocket bidirectional communication for instant input/output
|
||||
- Auto-resizing with zoom support (Ctrl++/-)
|
||||
- Copy/paste via keyboard shortcuts
|
||||
- Mobile virtual-keyboard-aware positioning — the terminal automatically adjusts its layout when a mobile virtual keyboard opens, keeping the command entry area visible
|
||||
|
||||
### Git Manager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user