Add mobile save sheet with same-origin photo downloads.
Phones cannot land downloads in the photo library, so the gallery opens a share sheet for a cacheable preview while streaming via a dedicated download endpoint and recording preview sizes. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -367,5 +367,20 @@
|
||||
"title": "TikTok",
|
||||
"subtitle": "Videos & fun content"
|
||||
}
|
||||
},
|
||||
"gallery": {
|
||||
"save": {
|
||||
"sheetTitle": "Save photo",
|
||||
"photo": "Save photo",
|
||||
"photoHint": "Best for phone",
|
||||
"original": "Download original",
|
||||
"originalHint": "Full quality",
|
||||
"cancel": "Cancel",
|
||||
"preparing": "Preparing…",
|
||||
"ready": "Ready — tap to save",
|
||||
"failed": "Could not prepare it. Tap to retry.",
|
||||
"download": "Download",
|
||||
"downloading": "Downloading…"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user