blockchainprojects / bitshares-ui

Graphical User Interface for BitShares Blockchain
https://wallet.bitshares.org
MIT License
0 stars 1 forks source link

News feed on the very top #103

Closed VerevkinAlexander closed 5 years ago

VerevkinAlexander commented 5 years ago

I have created a new component which includes dates filtration and news.json file and placed this component to the top of page

sschiessl-bcp commented 5 years ago

Please

VerevkinAlexander commented 5 years ago

Ive added the new notification slide in from the top wich switched every 15 seconds and displayed only one notification. Also, I performed refactoring to improve component rendering. Ive added new methods to the SettingsStore to get and persist hidenNews list in localStorage.Also, Ive added the onClose method which added news to the hiddenNews list. Also, I added an additional close icon component to the Alert because of Alerts onClose method with an included close icon closed several news notifications when we close one

sschiessl-bcp commented 5 years ago

Accepted