Skip to content
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

remove uniswap wallet #15

Merged
merged 4 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading