Skip to content

Commit

Permalink
Merge pull request #15 from DarkFlorist/remove-uniswap-wallet
Browse files Browse the repository at this point in the history
remove uniswap wallet
  • Loading branch information
KillariDev authored Jan 2, 2024
2 parents ca7609a + f1c9e15 commit 0606b7c
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 508 deletions.
46 changes: 0 additions & 46 deletions src/components/AccountDrawer/DownloadButton.tsx

This file was deleted.

116 changes: 0 additions & 116 deletions src/components/AccountDrawer/UniwalletModal.tsx

This file was deleted.

90 changes: 0 additions & 90 deletions src/components/Banner/BaseAnnouncementBanner/index.tsx

This file was deleted.

84 changes: 0 additions & 84 deletions src/components/Banner/BaseAnnouncementBanner/styled.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/Logo/AppleLogo.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/NavBar/MenuDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ import { NavLink, NavLinkProps } from 'react-router-dom'
import { useToggleModal } from 'state/application/hooks'
import styled, { useTheme } from 'styled-components'
import { isDevelopmentEnv, isStagingEnv } from 'utils/env'
import { openDownloadApp } from 'utils/openDownloadApp'

import { ReactComponent as AppleLogo } from '../../assets/svg/apple_logo.svg'
import { ApplicationModal } from '../../state/application/reducer'
import * as styles from './MenuDropdown.css'
import { NavDropdown } from './NavDropdown'
Expand Down Expand Up @@ -147,16 +145,6 @@ export const MenuDropdown = () => {
</PrimaryMenuRow.Text>
</PrimaryMenuRow>
</Box>
<Box onClick={() => openDownloadApp()}>
<PrimaryMenuRow close={toggleOpen}>
<Icon>
<AppleLogo width="24px" height="24px" fill={theme.neutral1} />
</Icon>
<PrimaryMenuRow.Text>
<Trans>Download Uniswap Wallet</Trans>
</PrimaryMenuRow.Text>
</PrimaryMenuRow>
</Box>
<PrimaryMenuRow to="/vote" close={toggleOpen}>
<Icon>
<GovernanceIcon width={24} height={24} color={theme.neutral1} />
Expand Down
4 changes: 0 additions & 4 deletions src/components/TopLevelModals/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { useWeb3React } from '@web3-react/core'
import { OffchainActivityModal } from 'components/AccountDrawer/MiniPortfolio/Activity/OffchainActivityModal'
import UniwalletModal from 'components/AccountDrawer/UniwalletModal'
import AirdropModal from 'components/AirdropModal'
import BaseAnnouncementBanner from 'components/Banner/BaseAnnouncementBanner'
import AddressClaimModal from 'components/claim/AddressClaimModal'
import ConnectedAccountBlocked from 'components/ConnectedAccountBlocked'
import FiatOnrampModal from 'components/FiatOnrampModal'
Expand All @@ -29,8 +27,6 @@ export default function TopLevelModals() {
<AddressClaimModal isOpen={addressClaimOpen} onDismiss={addressClaimToggle} />
<ConnectedAccountBlocked account={account} isOpen={accountBlocked} />
<Bag />
<UniwalletModal />
<BaseAnnouncementBanner />
<OffchainActivityModal />
<TransactionCompleteModal />
<AirdropModal />
Expand Down
Loading

0 comments on commit 0606b7c

Please sign in to comment.