-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Chat app sidebar / user list more with Contacts menu #21
Comments
As mentioned earlier it would be cool to unify the contact list, but not every xmpp contact is in the users address book. We would need a way to manipulate this list on the client side (adding, removing, updating xmpp contacts).
|
Yup, and that should ideally also go into the Contacts menu. :) As was commented at nextcloud/server#207 (comment)
I mean simply changing the Contacts menu icon to full opacity and maybe adding a red bubble to it when there is a new message.
@ChristophWurst @georgehrke can you advise here? :) |
@sualko alright! I meant having the bubble on the avatar, as it currently is in the sidebar of the Chat app. :) And another point of enhancement (added it above too):
|
We have to consider, that there could be cases where people have multiple accounts, e.g. work and privat, linked in a contact. One solution would be to aggregate those presences and show only the highest available on the avatar. On hover we could show more details. We have a similar issue if we like to launch a chat by clicking on an avatar if it belongs to an address book entry and not to an nc user. Any ideas how to solve this? |
@sualko good point. We could presume that the default is one chat account. If there are multiple ones, clicking on the avatar/name could also open the 3-dot menu with the different chat accounts in there and user handles showing next to them as we do when people have several email addresses. And yes, the highest »available« status should be used for the avatar. Meaning if you are online on any of your accounts, you will show as online. |
- click on avatar opens chat window - last message is shown below the name - aggregated avatar presence icon ref #21
Awesome! Check it out @karlitschek @ChristophWurst :) |
wow. this is suuuper cool |
Now that the Chat function is properly integrated in the Contacts menu with #13, it would be cool to see how we can combine further.
We have the conversation windows on the bottom for each person or group, which are good.
Then there’s a big user list on the right though, either shown or not shown. This is exactly why we developed the Contacts menu/popover to not be so present and be easier to include in the apps layouts, especially with some apps like Files and Tasks using a right sidebar already. :)
Some things are missing from the Contacts menu though, for example:
Could we move these things from the user list to the Contacts menu in an effort to move towards one unified solution? :) What do you think @sualko @ChristophWurst @karlitschek?
The text was updated successfully, but these errors were encountered: