mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Added useReanimatedKeyboardAnimation to GlobalFooter to animate the entire footer (status bar + controls) up when keyboard opens. Uses translateY transform to shift footer above keyboard with smooth native timing. Applied to all footer variants: - Agent screen with registered controls - Realtime mode on non-agent screens - Button mode on non-agent screens Maintains all recent fixes (portal architecture, tight spacing, smooth transitions) while restoring the keyboard avoidance behavior. Implementation by Codex. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>