diff --git a/data/web/fragment.com/js/auction.js b/data/web/fragment.com/js/auction.js index ccae58e3d6..2fa7f3deb9 100644 --- a/data/web/fragment.com/js/auction.js +++ b/data/web/fragment.com/js/auction.js @@ -764,8 +764,8 @@ var Auction = { var mult = Aj.state.offerFeeMult; var fee = Math.ceil(amount * mult); var fee_val = Math.max(Aj.state.offerFeeMin, Math.min(fee, Aj.state.offerFeeMax)); - Aj.state.offerFee = Main.wrapTonAmount(fee_val); - $('.js-amount_fee', Aj.state.$makeOfferForm).html(Aj.state.offerFee); + Aj.state.offerFee = fee_val; + $('.js-amount_fee', Aj.state.$makeOfferForm).html(Main.wrapTonAmount(fee_val)); }; openPopup(Aj.state.$makeOfferPopup, { onOpen: function() { @@ -802,13 +802,13 @@ var Auction = { }, title: l('WEB_POPUP_QR_OFFER_HEADER'), description: l('WEB_POPUP_QR_OFFER_TEXT', { - amount: '' + Aj.state.offerFee + '' + amount: '' + Main.wrapTonAmount(Aj.state.offerFee) + '' }), qr_label: item_title, tk_label: l('WEB_POPUP_QR_OFFER_TK_BUTTON'), terms_label: l('WEB_POPUP_QR_PROCEED_TERMS'), onDataUpdate: function(data) { - $('.js-amount_fee', this).html(data.fee); + $('.js-amount_fee', this).html(Main.wrapTonAmount(data.fee)); }, onConfirm: function(by_server) { if (by_server) { @@ -1013,7 +1013,7 @@ var Assets = { }, title: l('WEB_POPUP_QR_BOT_USERNAME_HEADER'), description: l('WEB_POPUP_QR_BOT_USERNAME_TEXT', { - amount: '' + Aj.state.botUsernameFee + '' + amount: '' + Main.wrapTonAmount(Aj.state.botUsernameFee) + '' }), qr_label: '@' + Aj.state.botUsername, tk_label: l('WEB_POPUP_QR_BOT_USERNAME_TK_BUTTON'), @@ -1850,7 +1850,7 @@ var Premium = { }, title: l('WEB_POPUP_QR_PREMIUM_HEADER'), description: l('WEB_POPUP_QR_PREMIUM_TEXT', { - amount: '' + Aj.state.giftPrice + '' + amount: '' + Main.wrapTonAmount(Aj.state.giftPrice) + '' }), qr_label: item_title, tk_label: l('WEB_POPUP_QR_PREMIUM_TK_BUTTON'), diff --git a/data/web/osx.telegram.org/updates/versions.xml b/data/web/osx.telegram.org/updates/versions.xml index 1e3f669d5d..f2696aad9d 100644 --- a/data/web/osx.telegram.org/updates/versions.xml +++ b/data/web/osx.telegram.org/updates/versions.xml @@ -6,6 +6,13 @@ Telegram macOS SHAREABLE FOLDERS AND CUSTOM WALLPAPERS<br><br>Shareable Folders<br>• Share folders that include dozens of chats with friends or colleagues.<br>• Anyone you invite can add the folder and join all its chats in one tap.<br>• You can create multiple invite links to give different people access to different chats in the folder.<br><br>Custom Wallpapers<br>• Set a custom wallpaper for any 1-on-1 chat.<br>• Your chat partner can apply the same wallpaper – or choose their own. +2023-21-04 16:52:30 + +10.12 + + +Telegram macOS +SHAREABLE FOLDERS AND CUSTOM WALLPAPERS<br><br>Shareable Folders<br>• Share folders that include dozens of chats with friends or colleagues.<br>• Anyone you invite can add the folder and join all its chats in one tap.<br>• You can create multiple invite links to give different people access to different chats in the folder.<br><br>Custom Wallpapers<br>• Set a custom wallpaper for any 1-on-1 chat.<br>• Your chat partner can apply the same wallpaper – or choose their own. 2023-21-04 14:29:59 10.12 @@ -136,12 +143,5 @@ 10.12 - -Telegram macOS -GLOBAL AUTO-DELETE, TOPICS 2.0 AND MUCH MORE<br><br>Global Auto-Delete<br>• You can set a Global Auto-Delete Timer for all new chats and groups you create.<br>• New messages will be deleted after 1 day, week, month – or a custom duration you choose.<br>• The new menu in Settings > Privacy and Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster.<br><br>Topics 2.0<br>• Admins of groups with 100+ members can organize discussions into separate topics.<br><br>Topics 2.0: Navigation<br>• Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics.<br>• Previews of topic messages in the chat list work like a button – tap to jump to the message or hold to preview the topic.<br>• When in a topic, you can hold the 'Back' button to go back to All Chats.<br><br>Topics 2.0: Organization<br>• Up to 5 topics can be pinned to the top of the list.<br>• Each topic now supports multiple pinned messages.<br>• The 'View as Messages' mode now shows which topic each message belongs to.<br>• Badge counters for topics you never opened will have a lighter, less distracting color.<br><br>Topics 2.0: General Topic<br>• A new 'General' topic is now included by default, containing service messages and the earlier message history from the group.<br>• Admins can rename the General topic or hide it in the topic list.<br><br>Aggressive Anti-Spam for Groups<br>• Large groups can enable 'Aggressive Filtering' in Group Info > Administrators to remove more spam with automated algorithms.<br>• Admins help improve filtering by reporting any false positives in 'Recent Actions'. -2022-09-12 08:32:36 - -10.12 - \ No newline at end of file