relaycc / relay

relay.cc is a web3 directory of apps and profiles, plus the easiest way to message each of them.
https://www.relay.cc
5 stars 3 forks source link

username trimming #352

Closed andrewvdp closed 1 year ago

andrewvdp commented 1 year ago

Describe the bug. Include a video.

https://www.loom.com/share/62869c68dfdf45d4b5a9f8a6364adaed

What is the expected behavior?

I see the full username if it can fit on the page

What is the actual behavior?

All usernames appear to be trimmed

How can you reproduce the bug?

Open a DM with another user and look at the usernames

killthebuddh4 commented 1 year ago

@oswidandesign It looks like in the design file the names use an ellipsis when they overflow. I think we need to use a different truncation strategy because users need to be able to see the suffix (.eth, .lens, .crypto, etc). What you think?