- Outsorced the settings popup into its own component

- Chats with more than 2 users are now displayed correctly
- The user can now select chats as well
- Added header which displays the Name and ProfilePicture
of the selected user (and displayName and groupProfilePicture for group chats)
This commit is contained in:
joschuatonn
2024-05-19 11:19:52 +02:00
parent d19c441539
commit 3888ec41c8
6 changed files with 335 additions and 114 deletions

View File

@@ -133,7 +133,9 @@ module.exports = configure(function (/* ctx */) {
// directives: [],
// Quasar plugins
plugins: []
plugins: [
'Notify'
]
},
// animations: 'all', // --- includes all animations