Skip to content

Commit

Permalink
Revert "feat: web3 profile feed (#6806)"
Browse files Browse the repository at this point in the history
This reverts commit d934457.
  • Loading branch information
guanbinrui committed Jul 26, 2022
1 parent cb31e76 commit 0d18801
Show file tree
Hide file tree
Showing 83 changed files with 823 additions and 1,604 deletions.
11 changes: 0 additions & 11 deletions .i18n-codegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,17 +359,6 @@
"trans": "Translate",
"sourceMap": "inline"
}
},
{
"input": "./packages/mask/src/plugins/Web3Feed/locales/en-US.json",
"output": "./packages/mask/src/plugins/Web3Feed/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.web3-feed",
"trans": "Translate"
}
}
]
}
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"perma",
"pids",
"plusplus",
"polygonscan",
"pooltogether",
"popc",
"popper",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from '@masknet/shared-base'
import { LoadingAnimation, SOCIAL_MEDIA_ICON_MAPPING } from '@masknet/shared'
import { PersonaContext } from '../../hooks/usePersonaContext'
import { NextIdPersonaWarning, NextIdPersonaVerified } from '@masknet/icons'
import { NextIdPersonaWarningIcon, NextIdPersonaVerifiedIcon } from '@masknet/icons'

const useStyles = makeStyles()((theme) => ({
icon: {
Expand Down Expand Up @@ -143,9 +143,9 @@ export const ConnectedPersonaLine = memo<ConnectedPersonaLineProps>(
{proof.loading ? (
<LoadingAnimation />
) : isProved?.is_valid ? (
<NextIdPersonaVerified color="#1C68F3" size={18} />
<NextIdPersonaVerifiedIcon size={18} />
) : (
<NextIdPersonaWarning size={18} />
<NextIdPersonaWarningIcon size={18} />
)}
</Typography>
)}
Expand Down
1 change: 0 additions & 1 deletion packages/icons/brands/EtherScan.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/icons/brands/PolygonScan.svg

This file was deleted.

2 changes: 1 addition & 1 deletion packages/icons/general/ArrowDrop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions packages/icons/general/Connect.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/icons/general/DoubleArrowUp.svg

This file was deleted.

5 changes: 3 additions & 2 deletions packages/icons/general/Edit2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions packages/icons/general/Identity.svg

This file was deleted.

3 changes: 2 additions & 1 deletion packages/icons/general/NextIdPersonaVerified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions packages/icons/general/RSS3.svg

This file was deleted.

2 changes: 1 addition & 1 deletion packages/icons/general/Selected.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 0 additions & 27 deletions packages/icons/general/Selected.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions packages/icons/plugins/WalletUnderTabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/mask/shared-ui/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"copied": "Copied",
"daily": "Daily",
"dashboard_no_collectible_found": "No collectible found.",
"no_nft_at_current_address": "No NFT at the current address",
"dashboard_collectible_menu_all": "All ({{count}})",
"days": "Every {{days}} days",
"decrypted_postbox_add_recipients": "Append recipients",
Expand Down
Loading

0 comments on commit 0d18801

Please sign in to comment.