SHIV5T3R / CO-DE

An Open Source Collaborative Code Editor
36 stars 26 forks source link

Editor Sidebar #53

Closed savvy-itch closed 9 months ago

savvy-itch commented 9 months ago

Create a sidebar where users can access current room info, chat with the team and view notifications. The sidebar design should be based on this mockup and should feature 2 tabs: Room Details and Notifications.

Room Details

This tab should comprise 2 sections:

  1. Room Info: This section should contain essential info about the current room and provide the list of team members involved in the project.
  2. Chat Box: This section should facilitate communication among team members through a chat interface.

    Notifications

    The section should contain all the notifications received during the current session. The tab button should display the total count of the unread notifications. There're currently 4 types of notifications:


By implementing this functionality, users should have all the necessary room information, the ability to chat with their team and view notifications.