docs(site): document iOS PWA touch copy/paste - #8
Open
DerRemo wants to merge 1 commit into
Open
Conversation
The feat(terminal) commit adding the touch-bar Copy/Paste keys for the installed iPhone PWA (tmux-buffer read, long-press-drag selection) shipped without a docs-site update. Add it to the sessions page's How-to-use and Limits sections in both locales.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
penates | f8d62aa | Commit Preview URL Branch Preview URL |
Jul 11 2026, 12:03 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reviewed the latest commits on
mainagainst the penates.dev docs site (site/). Most recent changes (PWA icon swap, mobile layout pass, safe-area insets, macOptionIsMeta pref, channels feature) were either internal/cosmetic or already had their docs updated in the same commit. One gap found:e8f680d(feat(terminal): copy and paste on the iOS PWA) added touch-bar Paste/Copy keys (reads clipboard on tap; long-press-drag selects via tmux, copied on next tap) but didn't touch the docs site.This PR adds that to the Terminal & sessions page (
docs/features/sessions.mdx, both English and German), in the How-to-use list and as a caveat in Limits (touch-copy needs tmux to receive the drag, so it doesn't work inside full-screen CLIs that capture the mouse themselves).Test plan
site/src/content/docs/**to confirm which changes already carry doc updatescd site && npm install && npm run build(not run in this environment — network install skipped; changes are plain prose additions matching the existing bullet-list format)🤖 Generated with Claude Code
Generated by Claude Code