Skip to content

feat: Enable Pair Writing mode on iPad#385

Merged
rjroy merged 1 commit intomainfrom
feat/pair-on-ipad
Jan 21, 2026
Merged

feat: Enable Pair Writing mode on iPad#385
rjroy merged 1 commit intomainfrom
feat/pair-on-ipad

Conversation

@rjroy
Copy link
Copy Markdown
Owner

@rjroy rjroy commented Jan 21, 2026

Summary

  • Change CSS media query to allow Pair Writing mode on iPad while still hiding on iPhone
  • iPads (≥768px width) have sufficient screen space for the split-screen editor layout
  • iPhones (<768px width) remain blocked due to limited screen real estate

Test plan

  • Verify Pair Writing mode is hidden on iPhone (Safari/Chrome)
  • Verify Pair Writing mode is visible and functional on iPad
  • Verify desktop behavior unchanged

🤖 Generated with Claude Code

Change the CSS media query from hiding on all touch devices to only
hiding on narrow screens (< 768px). iPads have sufficient screen space
for the split-screen layout, while iPhones do not.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rjroy rjroy merged commit f1d67f5 into main Jan 21, 2026
2 checks passed
@rjroy rjroy deleted the feat/pair-on-ipad branch January 21, 2026 19:56
@rjroy rjroy mentioned this pull request Jan 21, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant