jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral

Home Page:https://chitchatter.im/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3 issues I noticed

dillfrescott opened this issue · comments

Really been loving Chitchatter lately but I noticed 3 small issues with it:

  1. On android sometimes the backfilling of images gets stuck in a loading forever state.
  2. On iPhone (probably iPad too) when sending a picture, the user gets removed from the room. Not sure if you can fix that one.
  3. When there are a few messages in chat on Desktop, the form factor of the chat kinda goes wonky:

Screenshot 2023-09-05 110626

as you can see there is some dead space there.

Hi @dillfrescott, thanks for reporting these issues! I've broken this issue out into #158, #159, and #160.

When there are a few messages in chat on Desktop, the form factor of the chat kinda goes wonky

The width of the content is intentionally constrained so that it does not get too wide (#110). The scrollbar is indeed in an odd place, but I think that could be improved by a styling change.

Oh okay! Thank you so much for opening the issues too!

3. When there are a few messages in chat on Desktop, the form factor of the chat kinda goes wonky:

Screenshot 2023-09-05 110626

as you can see there is some dead space there.

@dillfrescott this is addressed by #212 and is live now. Thanks for the suggestion!