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

feat(forms): remove unused forms #3903

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions lang/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
"defaultMessage": "This tag is already taken",
"description": "DUPLICATE_TAG"
},
"5MDGuM": {
"defaultMessage": "Enter your email"
},
"5iii3x": {
"defaultMessage": "Circle:",
"description": "src/components/CircleDigest/UserProfile/index.tsx"
Expand Down
3 changes: 0 additions & 3 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
"defaultMessage": "This tag is already taken",
"description": "DUPLICATE_TAG"
},
"5MDGuM": {
"defaultMessage": "Enter your email"
},
"5iii3x": {
"defaultMessage": "Circle:",
"description": "src/components/CircleDigest/UserProfile/index.tsx"
Expand Down
5 changes: 1 addition & 4 deletions lang/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
"defaultMessage": "标签名称已被使用",
"description": "DUPLICATE_TAG"
},
"5MDGuM": {
"defaultMessage": "请输入你的注册邮箱"
},
"5iii3x": {
"defaultMessage": "围炉:",
"description": "src/components/CircleDigest/UserProfile/index.tsx"
Expand Down Expand Up @@ -1835,4 +1832,4 @@
"defaultMessage": "{subscriber, plural, =1 {人} other {人}}",
"description": "src/views/Circle/Analytics/SubscriberAnalytics/index.tsx"
}
}
}
3 changes: 0 additions & 3 deletions lang/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
"defaultMessage": "標籤名稱已被使用",
"description": "DUPLICATE_TAG"
},
"5MDGuM": {
"defaultMessage": "請輸入你的註冊電子信箱"
},
"5iii3x": {
"defaultMessage": "圍爐:",
"description": "src/components/CircleDigest/UserProfile/index.tsx"
Expand Down
44 changes: 0 additions & 44 deletions src/components/Forms/ChangeEmailForm/Complete.tsx

This file was deleted.

224 changes: 0 additions & 224 deletions src/components/Forms/ChangeEmailForm/Confirm.tsx

This file was deleted.

Loading
Loading