From 0b7cb7ad90a5428a49a7fa198525898e6d65b9ee Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 15 Apr 2024 18:57:00 +0200 Subject: [PATCH] allow table to overflow horizontally --- .../ccip/components/billing/Billing.astro | 118 +++++++++--------- .../components/billing/TokenCalculator.tsx | 1 + 2 files changed, 61 insertions(+), 58 deletions(-) diff --git a/src/features/ccip/components/billing/Billing.astro b/src/features/ccip/components/billing/Billing.astro index 230a36f1290..78e377d44bc 100644 --- a/src/features/ccip/components/billing/Billing.astro +++ b/src/features/ccip/components/billing/Billing.astro @@ -13,64 +13,66 @@ const messagingFeesFromToEthereum = calculateMessagingNetworkFeesDirect("fromToE const messagingFeesNonEthereum = calculateMessagingNetworkFeesDirect("nonEthereum") --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Use caseToken Pool MechanismLanesFee Token
(Wrapped) Gas TokenLINK
-
    -
  • Token Transfers
  • -
  • Programmable Token Transfers
  • -
-
Lock and UnlockAll Lanes{lockAndUnlockAllLanes.gasTokenFee}{lockAndUnlockAllLanes.linkFee}
Lock and Mint
Burn and Mint
Burn and Unlock
Non-Ethereum{restMechanismNonEthereum.gasTokenFee}{restMechanismNonEthereum.linkFee}
From: Ethereum{restFromEthereum.gasTokenFee}{restFromEthereum.linkFee}
To: Ethereum{restToEthereum.gasTokenFee}{restToEthereum.linkFee}
MessagingN/ANon-Ethereum{messagingFeesNonEthereum.gasTokenFee}{messagingFeesNonEthereum.linkFee}
From/To: Ethereum{messagingFeesFromToEthereum.gasTokenFee}{messagingFeesFromToEthereum.linkFee}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Use caseToken Pool MechanismLanesFee Token
(Wrapped) Gas TokenLINK
+
    +
  • Token Transfers
  • +
  • Programmable Token Transfers
  • +
+
Lock and UnlockAll Lanes{lockAndUnlockAllLanes.gasTokenFee}{lockAndUnlockAllLanes.linkFee}
Lock and Mint
Burn and Mint
Burn and Unlock
Non-Ethereum{restMechanismNonEthereum.gasTokenFee}{restMechanismNonEthereum.linkFee}
From: Ethereum{restFromEthereum.gasTokenFee}{restFromEthereum.linkFee}
To: Ethereum{restToEthereum.gasTokenFee}{restToEthereum.linkFee}
MessagingN/ANon-Ethereum{messagingFeesNonEthereum.gasTokenFee}{messagingFeesNonEthereum.linkFee}
From/To: Ethereum{messagingFeesFromToEthereum.gasTokenFee}{messagingFeesFromToEthereum.linkFee}
+