leapchat icon indicating copy to clipboard operation
leapchat copied to clipboard

Ephemeral, encrypted, in-browser chat rooms

Results 98 leapchat issues
Sort by recently updated
recently updated
newest added

Should be able to react to posts, Slack-style. In the DB, there should simply be a `reactions` table with a foreign key to `messages`.

This will make impersonation impossible by letting people have cryptographic identities, and will pave the way to having Pursuance will have a notion of user accounts, and users can sign...

Shouldn't match the `chat-going` background color, but maybe a light purple?

Chat rooms with a lot of people posting a lot of messages will append several new elements to the DOM, which will drag down performance of the page, since all...

Right now messages are laid out in message-box in order to preserve the "auto scroll to bottom on new message" behavior. This behavior would break if floats were not used...

Then we can reuse all of that work from within React Native, unlike now; React Native doesn't use CSS and has no DOM.