Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 15:44
· 108 commits to main since this release
d052f65

Features

  • implement notify after receive new message (Rekord)

Styles

  • scroll to bottom after receive new message (Rekord)

Code Refactoring

  • abstract common function (Rekord)
  • put css files to src/styles (Rekord)
  • abstract a new_message object (Rekord)
  • use url constant and axios instance #35 (Rekord)
  • use plugin and mutations and actions #35 (Rekord)
  • separate mutations to a single file #35 (Rekord)
  • take all request code to actions #35 (Rekord)
  • take login and register request to plugin #35 (Rekord)
  • refactor all post request #35 (Rekord)
  • refactor all get request #35 (Rekord)

Performance Improvements

  • optimize the way of offering callback (Rekord)
  • login or register after press down enter (Rekord)

Builds