-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: modals stealing focus across frames #1326
fix: modals stealing focus across frames #1326
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/uniswap/uniswap-interface/1425FkKHcJUs4g5G4MHwUFf2PXSB |
Uses this feature |
Thanks! Looks good on vercel. When will this be deployed to prod? |
5 hours ago! https://github.com/Uniswap/uniswap-interface/releases/tag/v3.2.5 |
* Update index.ts * feature(service worker): add offline support (#1319) * Revert "feature(service worker): add offline support (#1319)" (#1320) This reverts commit 34dfb41. * Revert "Revert "feature(service worker): add offline support (#1319)" (#1320)" (#1321) This reverts commit db3328c. * unregisters all installed service workers (#1322) * fix: modals stealing focus across frames (#1326) * improvement(lists): add BA SEC tokens to unsupported list (#1327) * show hidden search results by default * update break styles * optimize filter, use debounce on input * increase debounce time * add ba association list * handle dismiss (#1328) * split up sdk use between core and v2 * Fix code style issues with ESLint * remove service worker Co-authored-by: Moody Salem <[email protected]> Co-authored-by: Jordan Frankfurt <[email protected]> Co-authored-by: Hyperion <[email protected]> Co-authored-by: Lint Action <[email protected]>
* Update index.ts * feature(service worker): add offline support (Uniswap#1319) * Revert "feature(service worker): add offline support (Uniswap#1319)" (Uniswap#1320) This reverts commit 34dfb41. * Revert "Revert "feature(service worker): add offline support (Uniswap#1319)" (Uniswap#1320)" (Uniswap#1321) This reverts commit db3328c. * unregisters all installed service workers (Uniswap#1322) * fix: modals stealing focus across frames (Uniswap#1326) * improvement(lists): add BA SEC tokens to unsupported list (Uniswap#1327) * show hidden search results by default * update break styles * optimize filter, use debounce on input * increase debounce time * add ba association list * handle dismiss (Uniswap#1328) * split up sdk use between core and v2 * Fix code style issues with ESLint * remove service worker Co-authored-by: Moody Salem <[email protected]> Co-authored-by: Jordan Frankfurt <[email protected]> Co-authored-by: Hyperion <[email protected]> Co-authored-by: Lint Action <[email protected]>
Refer to #1205