Skip to content

v1.0.3-beta

Compare
Choose a tag to compare
@GabrielCarames GabrielCarames released this 28 Oct 21:36
· 113 commits to frontend since this release

πŸ’« Features

  • Now the application is deployed on gh-pages!

✨ Changes

  • Add correct types to almost every .ts file.
  • Move every interface to its own file.
  • Move every component to a index file for better readability imports.
  • Add Formik.
  • Add Yup validations.
  • Improve register/login navigation user experience.

πŸ› Bug fixes

  • Fix alert messages appeared for longer than expected.Β 
  • Fix private chats were not using default avatar.
  • Fix an issue with app background when zoom in.
  • Fix a render error when adding a new friend.