Skip to content

Commit

Permalink
curation deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
artlu99 committed Jul 29, 2024
1 parent f2881f6 commit 1200229
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 29 deletions.
4 changes: 2 additions & 2 deletions src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
},
"votes": {
"title": "Gemeinschaftsbewertungen hoch runter 👍 / 👎",
"cast-action": "Füge die Cast Action",
"instruction": "Stimmen Sie in Warpcast und/oder im BCBHShow Lite-Client 🌟",
"cast-action": "Die Cast Action wird 15 Aug 2024 veraltet.",
"instruction": "Bitte stimmen Sie über $DEGEN Tipps in Warpcast, Wildcard, Degencast.",
"leftCardTitle": "Hoch bewertete Accounts, denen Sie noch nicht folgen",
"rightCardTitle": "Kontroverse Accounts, denen Sie folgen"
}
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
},
"votes": {
"title": "Up/down community curation 👍 / 👎",
"cast-action": "install the Cast Action",
"instruction": "Vote in Warpcast and/or The BCBHShow Lite Client 🌟",
"cast-action": "Cast Action will be deprecated 15 Aug 2024.",
"instruction": "Please vote via $DEGEN tips in Warpcast, Wildcard, Degencast.",
"leftCardTitle": "Highly upvoted accounts you don't follow yet",
"rightCardTitle": "Controversial accounts you do follow"
}
Expand Down
4 changes: 2 additions & 2 deletions src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
},
"votes": {
"title": "Curación comunitaria por arriba y abajo 👍 / 👎",
"cast-action": "Agregue la acción para seleccionar",
"instruction": "Vota en Warpcast y/o The BCBHShow Lite Client 🌟",
"cast-action": "La acción de Cast se desaconseja 15 Agosto 2024.",
"instruction": "Vota con propinas de$DEGEN en Warpcast, Wildcard, Degencast.",
"leftCardTitle": "Cuentas altamente votadas que aún no sigue",
"rightCardTitle": "Cuentas controversas que sigue"
}
Expand Down
4 changes: 2 additions & 2 deletions src/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
},
"votes": {
"title": "コミュニティによる賛成票と反対票👍/👎",
"cast-action": "Cast Actionをインストール",
"instruction": "WarpcastとThe BCBHShow Lite Client🌟を投票してください",
"cast-action": "Cast Actionは15月8日に非推奨になります。",
"instruction": "Warpcast、Wildcard、Degencast で $DEGEN のヒントに投票してください。",
"leftCardTitle": "まだフォローしていないが、高評価を得ているアカウント",
"rightCardTitle": "あなたがフォローしている物議を醸すアカウント"
}
Expand Down
39 changes: 18 additions & 21 deletions src/pages/VotesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ const VotesPage: React.FC = () => {
<>
<PageTitle>{t('sidebar.votes')}</PageTitle>
<BaseSpace direction="vertical" size="middle" style={{ display: 'flex' }}>
<BaseRow gutter={[30, 30]} justify={'center'}>
<BaseCol id="bottom-left" xs={24} lg={18}>
<S.Card title={t('votes.title')}>
<BaseCol>
<BaseRow>
<Link to={'https://warpcast.com/artlu/0x4e64979b'} target="_blank">
{t('votes.cast-action')}
</Link>
</BaseRow>
<BaseRow>{t('votes.instruction')}</BaseRow>
<BaseRow>
BCBHShow Lite Client 🌟 curation data will be discarded (and privacy preserved) on 31 Aug 2024.
</BaseRow>
<BaseRow>Other curation projects to investigate: Kiwi, Artcoin, and more.</BaseRow>
</BaseCol>
</S.Card>
</BaseCol>
</BaseRow>
<BaseRow gutter={[30, 30]}>
<BaseCol id="top-left" xs={24} lg={12}>
<S.Card title={t('votes.leftCardTitle')}>
Expand Down Expand Up @@ -92,27 +110,6 @@ const VotesPage: React.FC = () => {
</S.Card>
</BaseCol>
</BaseRow>
<BaseRow gutter={[30, 30]} justify={'center'}>
<BaseCol id="bottom-left" xs={24} lg={18}>
<S.Card title={t('votes.title')}>
<BaseCol>
<BaseRow>
<Link to={'https://warpcast.com/artlu/0x4e64979b'} target="_blank">
{t('votes.cast-action')}
</Link>
</BaseRow>
<BaseRow>{t('votes.instruction')}</BaseRow>
<BaseRow>
h/t{' '}
<Link to={'https://warpcast.com/~/channel/poop'} target="_blank">
/poop 💩
</Link>
</BaseRow>
<BaseRow>hmu if ur a dev interested in free access to anonymized, composable curation data</BaseRow>
</BaseCol>
</S.Card>
</BaseCol>
</BaseRow>
</BaseSpace>
</>
);
Expand Down

0 comments on commit 1200229

Please sign in to comment.