Fix transfer share links and redesign recipient download email.
Deploy Ladill Transfer / deploy (push) Successful in 36s
Deploy Ladill Transfer / deploy (push) Successful in 36s
Use transfer.ladill.com share URLs in notifications and APIs, add the email logo, and show file details with a prominent download button. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -139,7 +139,7 @@ class ChunkedUploadController extends Controller
|
||||
'data' => [
|
||||
'id' => $transfer->id,
|
||||
'title' => $transfer->title,
|
||||
'public_url' => $transfer->qrCode?->publicUrl(),
|
||||
'public_url' => $transfer->qrCode?->shareUrl(),
|
||||
'paid_until' => $transfer->paid_until?->toIso8601String(),
|
||||
'expires_at' => $transfer->paid_until?->toIso8601String(),
|
||||
'files' => $transfer->files->map(fn ($file) => [
|
||||
|
||||
@@ -68,7 +68,7 @@ class TransferController extends Controller
|
||||
'data' => [
|
||||
'id' => $transfer->id,
|
||||
'title' => $transfer->title,
|
||||
'public_url' => $transfer->qrCode?->publicUrl(),
|
||||
'public_url' => $transfer->qrCode?->shareUrl(),
|
||||
'paid_until' => $transfer->paid_until?->toIso8601String(),
|
||||
'expires_at' => $transfer->paid_until?->toIso8601String(),
|
||||
'files' => $transfer->files->map(fn ($file) => [
|
||||
|
||||
Reference in New Issue
Block a user