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

Messages on DM have issues #300

Closed Aaron-EE closed 1 year ago

Aaron-EE commented 1 year ago

Issue 1: Sometimes the messages under the first message are missaligned.

Issue 2: '11:30 AM' is longer then 'Today' for eg and gets pushed into two rows, which makes our one line messages look different hight depending on when they were recieved or sent.

We should get all messages lined up vertically, and the hight should only depend on the message content eg.: how many row it is, and not the time of sending

image

On the X axis the texts are getting missaligned, for another reason. As the length of the recieved time changes, it can push the messages aside

image

Issue 3:The primary colored blue name should be the users name, not the other chat partners. There is two types ENSName.EnsNameMonofontLg components one is blue one is black, probably they are just used the wrong way around in DM page

Its backwards

image
CsillagK commented 1 year ago

Issue 1, Issue 2: done (look at the hovered one, I turned on the visibility for testing only)

Screenshot 2023-01-25 at 19 58 09

Issue3: done, changed it on the DMpage