ErgoAuctionHouse
ErgoAuctionHouse copied to clipboard
Notification Center
Add a notifications to the auction house - an example is the Kucoin notification center:
- Unread notification count must be shown using a badge.
- A notification is a text and a link (you can read it from LocalStorage with 'notification' key). The user should be able to click on the notification and go to the link. The link may be empty which means nothing should happen when the user clicks on that notificatoin.
- When the user clicks on the notification icon, they should be marked as read.
Working on it
Please provide ETA.
Also:
- Each notification is either "failed", "success" or "info". Please also add an icon based on the status.
For the sticky message mentioned here: https://github.com/anon-real/ErgoAuctionHouse/pull/32#issuecomment-920725912 I added desktop notification: https://github.com/anon-real/ErgoAuctionHouse/blob/new/src/auction/helpers.js#L161 So you don't need to take care of that
Hello , is it open ?