Repository
https://github.com/nirvanaitsolutions/swapsteem
Bug Fixes
- What was the issue(s)?
Previously, there wasno loader being shown while logging a user in especially with slower connections.
I added a loader when an API call is made for authentication and it looks good now. The UI prevents users from doing any further action while in an async call which was intended.
New Features
- Added Help Page
SwapSteem is a new product and there was a need for a guide on how to use the platform and stuff. This was raised in Issue#66. The content for help page was already available in markdown format in our github repo. I had to convert the markdown to html and present it on the UI in a beautiful way.
There are 4 sections in the help page namely,
- How to Buy
- How to Sell
- How to Post a Trade
- FAQ
I used the sections feature to enable users to expand/collapse the section they want to read. You can see the Help page in action in below screenshot and video.