b85d206547
Hotfix for v1.3.0 production issue where PullToRefresh component was blocking all mobile scrolling. Root Cause: - CSS flex chain break (container uses h-full instead of flex-1) - Touch event handlers interfering with native scroll Fix: Temporarily disabled PullToRefresh via early return that bypasses all functionality while still rendering children. Feature will be properly fixed in v1.4. This restores normal scrolling on mobile devices across all pages. Also includes: - CHANGELOG.md updates for v1.3.1 and v1.3.2 - README.md typo fix