Github(web) : https://github.com/Steemhunt/web
Github(api) : https://github.com/Steemhunt/api
New Features
https://github.com/Steemhunt/web/pull/251
https://github.com/Steemhunt/api/pull/55
- Image Upload to AWS S3 from client.
- Steemhunt's images were initially saved into 3rd party service 'imgur' which doesn't support some countries causing some hunter's not being able to post. So we added client feature to post images directly to remote S3 bucket(Handling custom xhr action within ant.design upload module).
- Generating pre-signed url for post action.
- Api feature to generate signed url letting users to post images to our bucket with authorization.
Bug Fixes
- Not detecting props.me change in PostForm.js.
- Typos in Error Handler.
- Not showing edit button right after the post action.
- Keep showing to add more than one image when submitting edit form.
- Fixed back button issues for users who accessed directly into product page in mobile.