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

chore: mf-6359 remove the FriendTech plugin #11850

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all 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
12 changes: 0 additions & 12 deletions .i18n-codegen.json
Original file line number Diff line number Diff line change
@@ -462,18 +462,6 @@
"trans": "CalendarTrans",
"emitTS": true
}
},
{
"input": "./packages/plugins/FriendTech/src/locales/en-US.json",
"output": "./packages/plugins/FriendTech/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.friend-tech",
"trans": "Translate",
"emitTS": true
}
}
]
}
5 changes: 0 additions & 5 deletions packages/icons/icon-generated-as-jsx.js
Original file line number Diff line number Diff line change
@@ -4092,11 +4092,6 @@ export const FindTruman = /*#__PURE__*/ __createIcon('FindTruman', [
u: () => new URL('./plugins/FindTruman.png', import.meta.url).href,
},
])
export const FriendTech = /*#__PURE__*/ __createIcon('FriendTech', [
{
u: () => new URL('./plugins/FriendTech.svg', import.meta.url).href,
},
])
export const Gitcoin = /*#__PURE__*/ __createIcon('Gitcoin', [
{
c: ['dark'],
1 change: 0 additions & 1 deletion packages/icons/icon-generated-as-url.js
Original file line number Diff line number Diff line change
@@ -378,7 +378,6 @@ export function ens_url() { return new URL("./plugins/ENS.png", import.meta.url)
export function ens_cover_url() { return new URL("./plugins/ENSCover.svg", import.meta.url).href }
export function file_service_url() { return new URL("./plugins/FileService.svg", import.meta.url).href }
export function find_truman_url() { return new URL("./plugins/FindTruman.png", import.meta.url).href }
export function friend_tech_url() { return new URL("./plugins/FriendTech.svg", import.meta.url).href }
export function gitcoin_dark_url() { return new URL("./plugins/Gitcoin.dark.svg", import.meta.url).href }
export function gitcoin_light_url() { return new URL("./plugins/Gitcoin.light.svg", import.meta.url).href }
export function good_ghosting_dark_url() { return new URL("./plugins/GoodGhosting.dark.svg", import.meta.url).href }
5 changes: 0 additions & 5 deletions packages/icons/plugins/FriendTech.svg

This file was deleted.

Original file line number Diff line number Diff line change
@@ -37,5 +37,4 @@ export default {
'plugins/ProfileCard/src/locales/%locale%.json': 'io.mask.web3-profile-card',
'plugins/SwitchLogo/src/locales/%locale%.json': 'io.mask.switch-logo',
'plugins/Calendar/src/locales/%locale%.json': 'io.mask.calendar',
'plugins/FriendTech/src/locales/%locale%.json': 'io.mask.friend-tech',
}
1 change: 0 additions & 1 deletion packages/mask/package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,6 @@
"@masknet/plugin-cross-chain-bridge": "workspace:^",
"@masknet/plugin-debugger": "workspace:^",
"@masknet/plugin-file-service": "workspace:^",
"@masknet/plugin-friend-tech": "workspace:^",
"@masknet/plugin-gitcoin": "workspace:^",
"@masknet/plugin-go-plus-security": "workspace:^",
"@masknet/plugin-handle": "workspace:^",
1 change: 0 additions & 1 deletion packages/mask/shared/plugin-infra/register.js
Original file line number Diff line number Diff line change
@@ -29,4 +29,3 @@ import '@masknet/plugin-snapshot/register'
import '@masknet/plugin-redpacket/register'
import '@masknet/plugin-switch-logo/register'
import '@masknet/plugin-calendar/register'
import '@masknet/plugin-friend-tech/register'
2 changes: 1 addition & 1 deletion packages/plugins/Avatar/src/Application/PersonaPage.tsx
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ export function PersonaPage() {

return (
<>
<DialogContent sx={{ flex: 1, height: 464, padding: 2 }}>
<DialogContent sx={{ height: 464, padding: 2 }}>
{isPending ?
<Stack justifyContent="center" alignItems="center" height="100%">
<LoadingBase />
58 changes: 0 additions & 58 deletions packages/plugins/FriendTech/package.json

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions packages/plugins/FriendTech/src/SiteAdaptor/FriendTechDialog.tsx

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions packages/plugins/FriendTech/src/SiteAdaptor/Main.tsx

This file was deleted.

Loading