Skip to content

feat(webapp): create a component chat scaffholding

Hannes Heine requested to merge create-a-component-chat-scaffholding into master

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)

https://github.com/Ocelot-Social-Community/Ocelot-Social/assets/1324583/9e22d477-a276-4aff-9169-da3a5324cec1

based on: https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/6505

Merge request reports