Project Information
- Repository: https://github.com/esteemapp/esteem-surfer
- Project Name: eSteem Surfer
This is a collection of 5 bugs for eSteem Surfer 2.0.5 that has been just released. I've submitted the issues acknowledged by PO and some of them are resolved by my PRs that's been merged, others are still open.
- Issues
Expected behavior
- Comments tab should show comments.
- version number should be 2.0.5
- Build process should work.
- Delegation detail should work.
- typo: SBD not SDB
Actual behavior
- Comments tab shows nothing
- (fixed) version number is still 2.0.4
- (fixed) Build fails
- Delegation detail should work.
- (fixed) typo: SDB instead of SBD (both UI and some variable names :) I know this can happen. Happened in my codes before too!)
How to reproduce
- Comments tab bug
- Do the clean install then the default server is api.steemit.com
- Pick any user
- Click comments tab
- Delegation detail
- Pick any user who has delegated
- Click the delegated amount
- App version: 2.0.5
- Operating system: MacOS / Win
Recording Of The Bug
- Comments tab shows nothing
note that wrong ver number is now fixed
- Delegation detail should work.
If clicked, a white blank page is shown, and no way to go back (Is there any keyboard shortcut for go back?)
- typo: SDB instead of SBD
Cause
Comments tab doesn't work with the official api.steemit.com, but works with other servers, which probably means it's using deprecated API. Similar problems happened in other apps recently. I informed this potential reason.
I also pointed out the code location for other bugs.