Skip to content

Commit

Permalink
feat: Remove Polygon popup (decentraland#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Feb 3, 2023
1 parent 8fd8df9 commit b2d7b9c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 179 deletions.
59 changes: 0 additions & 59 deletions webapp/src/components/IntroPopup/IntroPopup.css

This file was deleted.

73 changes: 0 additions & 73 deletions webapp/src/components/IntroPopup/IntroPopup.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions webapp/src/components/IntroPopup/IntroPopup.types.ts

This file was deleted.

2 changes: 0 additions & 2 deletions webapp/src/components/IntroPopup/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion webapp/src/components/UserMenu/UserMenu.container.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { connect } from 'react-redux'
import { getLocation, push } from 'connected-react-router'
import { isPending } from 'decentraland-dapps/dist/modules/transaction/utils'
import { UserMenu } from 'decentraland-dapps/dist/containers'
import {
isConnected,
isConnecting
Expand All @@ -9,7 +10,6 @@ import { getTransactions } from '../../modules/transaction/selectors'
import { locations } from '../../modules/routing/locations'
import { RootState } from '../../modules/reducer'
import { MapStateProps, MapDispatch, MapDispatchProps } from './UserMenu.types'
import UserMenu from './UserMenu'

const mapState = (state: RootState): MapStateProps => {
return {
Expand Down
15 changes: 0 additions & 15 deletions webapp/src/components/UserMenu/UserMenu.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions webapp/src/modules/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,14 +811,6 @@
"ethereum": "ETH",
"matic": "MATIC"
},
"intro_popup": {
"title": "Introducing Polygon MANA",
"blog_link": "blog post",
"account_link": "Account dApp",
"manage_account": "Account",
"content": "Polygon MANA will allow you to make transactions much cheaper and faster.{br}You can learn more about Polygon MANA in our {blog_link}, and don't forget you can start managing your coins in our new {account_link}.{br}Click your avatar, select {manage_account} and start conquering the Metaverse.",
"dismiss": "Got It!"
},
"toast": {
"meta_transaction_failure": {
"title": "Meta transaction error",
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/modules/translation/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,14 +805,6 @@
"ethereum": "ETH",
"matic": "MATIC"
},
"intro_popup": {
"title": "Introducimos Polygon MANA",
"blog_link": "blog post",
"account_link": "dApp de Account",
"manage_account": "Mi Cuenta",
"content": "Polygon MANA te permitirá hacer transacciones mas rápido y barato.{br}Puedes aprender mas sobre Polygon MANA en nuestro {blog_link}.{br}Puedes gestionar tus tokens desde la {account_link}.{br}Haz click en tu avatar, luego en {manage_account} y comienza a conquistar el Metaverso.",
"dismiss": "Entendido!"
},
"toast": {
"meta_transaction_failure": {
"title": "Error de Meta transacción",
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/modules/translation/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,14 +808,6 @@
"ethereum": "ETH",
"matic": "MATIC"
},
"intro_popup": {
"title": "介绍Polygon MANA",
"blog_link": "博客文章",
"account_link": "帐户dApp",
"manage_account": "管理帐户",
"content": "Polygon MANA将使您更快地进行购买。{br}您可以在我们的{blog_link}中了解有关Polygon MANA的更多信息。{br}您还可以在新的{ account_link}。{br}点击您的头像,选择{manage_account},然后开始征服Metaverse。",
"dismiss": "知道了!"
},
"toast": {
"meta_transaction_failure": {
"title": "元交易",
Expand Down

0 comments on commit b2d7b9c

Please sign in to comment.