Skip to content

Commit

Permalink
HF 30 - Add NFT notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Jun 1, 2024
1 parent 7615ffe commit 2a1fd8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/pages/Messages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ class Messages extends React.Component {
<Icon name="new/more" />
</div>
<div className='TopRightMenu__notificounter'>
<NotifiCounter fields='mention,donate,send,receive,fill_order,delegate_vs,new_sponsor,sponsor_inactive,nft_receive,referral' />
<NotifiCounter fields='mention,donate,send,receive,fill_order,delegate_vs,new_sponsor,sponsor_inactive,nft_receive,nft_token_sold,nft_buy_offer,referral' />
</div>
</div>
</a>
Expand Down Expand Up @@ -805,7 +805,7 @@ class Messages extends React.Component {
{link: accountLink, extLink: 'blogs', icon: 'new/blogging', value: tt('g.blog') + (isSmall ? (' @' + username) : ''), addon: <NotifiCounter fields='new_sponsor,sponsor_inactive,referral' />},
{link: mentionsLink, extLink: 'blogs', icon: 'new/mention', value: tt('g.mentions'), addon: <NotifiCounter fields='mention' />},
{link: donatesLink, extLink: 'wallet', icon: 'editor/coin', value: tt('g.rewards'), addon: <NotifiCounter fields='donate' />},
{link: walletLink, extLink: 'wallet', icon: 'new/wallet', value: tt('g.wallet'), addon: <NotifiCounter fields='send,receive,fill_order,delegate_vs,nft_receive' />},
{link: walletLink, extLink: 'wallet', icon: 'new/wallet', value: tt('g.wallet'), addon: <NotifiCounter fields='send,receive,fill_order,delegate_vs,nft_receive,nft_token_sold,nft_buy_offer' />},
{link: '#', onClick: this.props.toggleNightmode, icon: 'editor/eye', value: tt('g.night_mode')},
{link: '#', onClick: () => {
this.props.changeLanguage(this.props.locale)
Expand Down Expand Up @@ -843,7 +843,7 @@ class Messages extends React.Component {
<div className='msgs-curruser-notify-sink'>
<Userpic account={username} title={isSmall ? username : null} width={40} height={40} />
<div className='TopRightMenu__notificounter'>
<NotifiCounter fields='mention,donate,send,receive,fill_order,delegate_vs,new_sponsor,sponsor_inactive,nft_receive,referral' />
<NotifiCounter fields='mention,donate,send,receive,fill_order,delegate_vs,new_sponsor,sponsor_inactive,nft_receive,nft_token_sold,nft_buy_offer,referral' />
</div>
</div>
{!isSmall ? <div className='msgs-curruser-name'>
Expand Down

0 comments on commit 2a1fd8b

Please sign in to comment.