status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
301 stars 79 forks source link

Improvements for community admins #16790

Open anastasiyaig opened 17 hours ago

anastasiyaig commented 17 hours ago

Description

this is the minimum set of improvements needed to enable community admins to perform their duties effectively:

Currently, searching by chat key is not possible as well as copying display name

Image

Image

anastasiyaig commented 17 hours ago

@xAlisher @benjthayer do you guys have any UX insights how that could be done? I wonder if any design work is needed there

anastasiyaig commented 17 hours ago

@jrainville we need to plan that, maybe for 2.33 ?

caybro commented 17 hours ago

@anastasiyaig @xAlisher where do you want to copy from?

anastasiyaig commented 17 hours ago

i have no idea, therefore i asked design :D

xAlisher commented 12 hours ago

It's currently impossible to select and copy display name text from the app, whether in chat or in the profile modal. I suggest making it possible to select the display name with the mouse cursor and press Ctrl+C to copy it.

@caybro @anastasiyaig

xAlisher commented 12 hours ago

Good example

https://github.com/user-attachments/assets/f4c31b15-d957-48df-8e30-c2809bbc6d59

Currently in Status

https://github.com/user-attachments/assets/6392c08a-4ddb-4344-8f35-e0f4ab90956e

jrainville commented 10 hours ago

I think part of this issue is just a bug.

For example, searching by chat key does work: Image

However, I think I needed to reload the app to make it work.

I just tested on master and I can't reproduce the issue, so it seems my latest changes to the community updates fixed that already.

So that leaves us with:

add ability to copy display name for a contact / member

I think @xAlisher 's proposal makes sense. Hopefully it's simple, but sometimes QML doesn't cooperate 😅

anastasiyaig commented 10 hours ago

@jrainville to make sure, you are able to search through members list in community by public key? i checked in 2.31 and some branch of master today and it did not work to me

jrainville commented 10 hours ago

@jrainville to make sure, you are able to search through members list in community by public key? i checked in 2.31 and some branch of master today and it did not work to me

@anastasiyaig Hmmm, I think our search is dumb and uses only the elided chat key.

This works: Image

This doesn't work: Image

I assume it should be an easy fix

anastasiyaig commented 9 hours ago

now it makes sense, thanks for double checking !