Skip to content

Commit

Permalink
feature(Dashboard): adding notification feature
Browse files Browse the repository at this point in the history
  • Loading branch information
xandjiji committed Feb 1, 2023
1 parent ad11ebc commit c461981
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/exevo-pan/src/locales/en/dashboard.ts
Expand Up @@ -20,6 +20,9 @@ export default {
bossTracker: 'Boss Tracker',
discounts: 'Discounts for {{auctionHighlighting}}',
auctionHighlighting: 'auction highlighting',
bidNotifications:
'Track auctions receiving {{notifications}} when they are bidded',
notifications: 'notifications',
},
filtersTooltip: {
tc: 'Tibia Coins invested',
Expand Down
3 changes: 3 additions & 0 deletions apps/exevo-pan/src/locales/es/dashboard.ts
Expand Up @@ -20,6 +20,9 @@ export default {
bossTracker: 'Boss Tracker',
discounts: 'Discounts for {{auctionHighlighting}}',
auctionHighlighting: 'auction highlighting',
bidNotifications:
'Track auctions receiving {{notifications}} when they are bidded',
notifications: 'notifications',
},
filtersTooltip: {
tc: 'Tibia Coins invested',
Expand Down
3 changes: 3 additions & 0 deletions apps/exevo-pan/src/locales/pl/dashboard.ts
Expand Up @@ -20,6 +20,9 @@ export default {
bossTracker: 'Boss Tracker',
discounts: 'Discounts for {{auctionHighlighting}}',
auctionHighlighting: 'auction highlighting',
bidNotifications:
'Track auctions receiving {{notifications}} when they are bidded',
notifications: 'notifications',
},
filtersTooltip: {
tc: 'Tibia Coins invested',
Expand Down
3 changes: 3 additions & 0 deletions apps/exevo-pan/src/locales/pt/dashboard.ts
Expand Up @@ -21,6 +21,9 @@ export default {
bossTracker: 'Boss Tracker',
discounts: 'Descontos para {{auctionHighlighting}}',
auctionHighlighting: 'destacar leilões',
bidNotifications:
'Marque um leilão e receba {{notifications}} quando ele receber lances',
notifications: 'notificações',
},
filtersTooltip: {
tc: 'Tibia Coins investidos',
Expand Down
7 changes: 7 additions & 0 deletions apps/exevo-pan/src/modules/Dashboard/components/Pitch.tsx
Expand Up @@ -118,6 +118,13 @@ const Pitch = ({ proStatus }: PitchProps) => {
),
})}
</Li>
<Li>
{templateMessage(dashboard.Pitch.features.bidNotifications, {
notifications: (
<strong>{dashboard.Pitch.features.notifications}</strong>
),
})}
</Li>
</ul>
<p className="text-right">{dashboard.Pitch.more}</p>
</div>
Expand Down

0 comments on commit c461981

Please sign in to comment.