refactor: replace share modal with auto-copy toast

Remove the full-screen ShareModal dialog that appeared when sharing a
gift code. Replace with a bottom toast that automatically copies the
share message to clipboard on button press and slides up from the
bottom. The toast auto-dismisses after 5 seconds and can be tapped
to copy again.
This commit is contained in:
Fringg
2026-03-10 07:27:39 +03:00
parent 8ab740f8cb
commit 9fbfcf21ff
3 changed files with 60 additions and 179 deletions

View File

@@ -4246,11 +4246,9 @@
"devicesShort": "dev.",
"gbShort": "GB",
"unlimitedTraffic": "Unlimited",
"shareModalTitle": "Share gift",
"shareModalDesc": "Send this message to the gift recipient",
"shareModalActivateVia": "Activate via bot:",
"shareModalActivateViaCabinet": "Or via website:",
"shareModalCopyAll": "Copy message",
"shareModalCopied": "Copied!"
"shareToastCopied": "Message copied",
"shareToastTapCopy": "tap to copy again"
}
}