feat: disconnect button has confirmation step with animated width transition...
feat: disconnect button has confirmation step with animated width transition to show confirm text (#6668)
* feat: changes disconnect button to a two-step animated button with confirmation
* fix: use ConfirmSwapModal in expert mode (#6673)
Fixes the swap flow for users who are still in expert mode and need permit2 approvals for a token
---------
Co-authored-by:
eddie <66155195+just-toby@users.noreply.github.com>
Showing
... | @@ -249,7 +249,7 @@ | ... | @@ -249,7 +249,7 @@ |
"styled-components": "^5.3.5", | "styled-components": "^5.3.5", | ||
"tiny-invariant": "^1.2.0", | "tiny-invariant": "^1.2.0", | ||
"ua-parser-js": "^1.0.35", | "ua-parser-js": "^1.0.35", | ||
"use-resize-observer": "^9.0.2", | "use-resize-observer": "^9.1.0", | ||
"uuid": "^8.3.2", | "uuid": "^8.3.2", | ||
"video-extensions": "^1.2.0", | "video-extensions": "^1.2.0", | ||
"wcag-contrast": "^3.0.0", | "wcag-contrast": "^3.0.0", | ||
... | ... |
Please register or sign in to comment