You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
view-quote.js is the root file for the screen where this feature is to be added
the ActionableMessage component is can be used for the warning. It will have to be extended to conditionally a InfoTooltip component to meet these designs.
the quote will include a "priceSlippage":{"ratio":1.0146260945475052,"calculationError":"","bucket":"low"} property that can be used to determine whether the warning message is shown. priceSlippage.ratio includes the percentage, and bucket describes the warning level
The text was updated successfully, but these errors were encountered:
Requirements
https://www.figma.com/file/fDtda1cs3MmPXw1MgKswZc?embed_host=notion&kind=&node-id=1533%3A1064&viewer=1
view-quote.js
is the root file for the screen where this feature is to be addedActionableMessage
component is can be used for the warning. It will have to be extended to conditionally aInfoTooltip
component to meet these designs."priceSlippage":{"ratio":1.0146260945475052,"calculationError":"","bucket":"low"}
property that can be used to determine whether the warning message is shown.priceSlippage.ratio
includes the percentage, andbucket
describes the warning levelThe text was updated successfully, but these errors were encountered: