Skip to content

Commit

Permalink
Add catalyst news
Browse files Browse the repository at this point in the history
  • Loading branch information
xdzurman committed Jun 18, 2021
1 parent db0761d commit add6092
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
49 changes: 49 additions & 0 deletions app/frontend/components/common/infoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,55 @@ class InfoModal extends Component<Props, {dontShowAgainCheckbox: boolean; should
<section className="welcome">
<div className="welcome-body">
<h2 className="welcome-title">AdaLite News</h2>
<h3 className="info-date">06/18/2021</h3>
<Article title="Catalyst voting information" icon="">
<p className="info-spaced-paragraph">
If you registered your vote for Catalyst Fund 4, you can vote until June 25. Please
find more information on this{' '}
<a
href="https://www.reddit.com/r/cardano/comments/nziy41/all_you_need_to_know_fund4_voting_updated/"
target="_blank"
rel="noopener"
>
link
</a>
.
</p>
<p className="info-spaced-paragraph">
If you missed this round, please note that the registration for Fund 5 should start
around July 6th. We will try to give you more upfront notice.
</p>
<p className="info-spaced-paragraph">
If you are thinking who to support in this Catalyst round, we have two good
candidates for you:
<ul>
<li>
CardanoScan.io is the best block explorer in Cardano ecosystem. You can support
their project{' '}
<a
href="https://cardano.ideascale.com/a/dtd/Ouroboros-Networking-Lib-in-JS/342248-48088"
target="_blank"
rel="noopener"
>
here
</a>
.
</li>
<li>
Dusan would like to build a security passphrase recovery tool for HW wallets
users. Support him{' '}
<a
href="https://cardano.ideascale.com/a/dtd/HW-wallet-passphrase-recovery-tool/341440-48088"
target="_blank"
rel="noopener"
>
here
</a>
.
</li>
</ul>
</p>
</Article>
<h3 className="info-date">06/10/2021</h3>
<Article title="Catalyst voting for hardware wallets" icon="">
We implemented the catalyst voting support for hardware wallets (Ledger, Trezor) and
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/localStorage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const localStorageVars = {
WELCOME: 'dontShowDisclaimer',
INFO_MODAL: 'dontShowInfoModal_06.10.2021',
INFO_MODAL: 'dontShowInfoModal_18.10.2021',
PREMIUM_BANNER: 'dontShowPremiumBanner',
STAKING_BANNER: 'dontShowStakingBannerTestnet3',
BULK_EXPORT: 'dontBulkExportPubKeys',
Expand Down
5 changes: 5 additions & 0 deletions app/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3031,6 +3031,11 @@ li.main-tab input + label.selected:after {
margin: 42px 0;
}

.info-spaced-paragraph {
text-align: left;
margin-bottom: 12px;
}

/* STAKING PAGE */

.staking-wrapper {
Expand Down

0 comments on commit add6092

Please sign in to comment.