Implement legal terms, Android client compatibility and more

This commit is contained in:
2026-07-13 13:13:05 +03:00
Unverified
parent 54cf37df6c
commit 6de18d0ddc
73 changed files with 3922 additions and 635 deletions
@@ -17,10 +17,10 @@ export function AccountPanel({ onClose }: AccountPanelProps) {
try {
await confirm({
headline: "Delete Account?",
description: "This will permanently delete your account and all your data. This action cannot be undone.",
confirmText: "Delete",
cancelText: "Cancel"
headline: "Удалить аккаунт?",
description: "Профиль будет удалён без возможности восстановления, логин освободится. Отправленные сообщения могут остаться в чатах.",
confirmText: "Удалить",
cancelText: "Отмена"
});
await api.user.auth.deleteAccount(authToken);