Jim McGaw

Results 10 issues of Jim McGaw

Generate .co (or whatever optimal file is) at best size and set as favicon.

To make the app seem more responsive, kick off the user modal while the longer-running crypto tasks run in the background getting the app ready.

Right now the chat messages will expand to fill the entire screen. Actually, they're set to 80% of the screen width, but on wider monitors, that might be quite large....

Messages should show the time they were sent if date matches current, else just date for past days.

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...

What's in this PR: 1. A Dockerfile was created for building the leapchat server as a go binary docker image. 2. A Dockerfile was created for building a frontend image....

This feels very close to working, for development mode. Right now the issue is that the app, when running in an emulator, will not reach out to the localhost:8080. I've...

If you `npm install` LeapChat source as a JS dependency in a react-native app, the following libraries have been listed as dependencies, instead of dev deps, in order for the...

If you select an emoji, it doesn't add the emoji code to the text box. When I had people use this in the mobile web, they used the native emoji...