feat(webapp): create a component chat scaffholding
Created by: ogerly
🍰 Pullrequest
there is now the following framework.
- a separate page : chat.vue
- a component : Chat.vue
- the chat.vue component is imported into chat.vue
- in the default template page a .chat-modul framework is built in which contains the Chat.vue component but with the prop singleRoom = true
- a button in the userprofile i visit. to show the single chat module.
this ensures to chat with a user without leaving the visited page.
this is pulled from the branch #6398 (closed)
based on: https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/6505