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

@@ -4813,11 +4813,9 @@
"devicesShort_many": "устр.",
"gbShort": "ГБ",
"unlimitedTraffic": "Безлимит",
"shareModalTitle": "Поделиться подарком",
"shareModalDesc": "Отправьте это сообщение получателю подарка",
"shareModalActivateVia": "Активировать через бота:",
"shareModalActivateViaCabinet": "Или через сайт:",
"shareModalCopyAll": "Скопировать сообщение",
"shareModalCopied": "Скопировано!"
"shareToastCopied": "Сообщение скопировано",
"shareToastTapCopy": "нажмите чтобы скопировать ещё раз"
}
}