The landing page also needs its login modal!
New Features
In this Pull Request, I have created a modal that shows a disclaimer about SteemConnect V2 before login.
This was part of my answer to the bounty proposed by Utopian for resoloving this issue that is now fully resolved and closed.
Modal behavior:
- When user click on the login button, the modal appears.
- Modal displays a disclaimer regarding SteemConnect v2:
- User can either proceed to the login or cancel.
- If no action is taken, user will be redirected to SteemConnect after 6 seconds (time I judged necessary to read the disclaimer).
I have coded a similar modal for users to login directly from the front-end as requestedand introduced it in this post ( I just realized I m stupid and wrote back end instead of front end ;p )
While both modals share the same content, their code is different since the landing page uses pure Javascript while the front end use ReactJs.
This concludes my series of contributions for the Utopian 5K bounties.
Posted on Utopian.io - Rewarding Open Source Contributors