Skip to content

Files

Latest commit

author
nmadhab
Apr 22, 2021
7b2adb7 · Apr 22, 2021

History

History
24 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 565 Bytes

social-network-frontend

TODO

chat

  1. select the first friend first in chatview
  2. show the timestamp
  3. change the api to fetch the room name along with list of users
  4. if the avatar not present show default avatar
  5. scroll to lastest msg when a chat is opened
  6. highlight select current chat, which is selected

Signup login

  1. show email of current user
  2. After registration, send him to login page

Code restructurw

  1. make separate directory for wchat and posts in components and view
  2. add options of chat in navbar
  3. delete previous chat code