Jim McGaw
Jim McGaw
Is there an existing mechanism for tracking which messages are read / unread? Probably something we can offload to client-side storage, though that wouldn't persist between devices.
We might want to discuss, but making a note here: we should convert to flexbox for the May 18th deadline, but for expediency and scope management, maybe skip worrying about...
Much of converting overall layout to flexbox has been addressed here: https://github.com/cryptag/leapchat/pull/85/commits/024b7d7037746dd83414a9f3d74485b58c88d8d0
This looks promising: http://threadsjs.readthedocs.io/en/latest/
Ah, okay. This coalesces answers to a few of the questions I asked earlier. I think having any kind of "settings page" depends on us adding multiple page support, say...
Tricky part here is datetime stamps are in GMT, need to detect browser timezone and adjust time, possibly with something like https://www.npmjs.com/package/jstz
This is an interesting challenge. Perhaps based on current cursor position in the "Edit" tab text area? I don't know what JS events exist around cursor position in a form...
I didn't have to, but I'm aware of this issue on OS X. I've had to modify the setting several times after an OS upgrade. I never had to do...
> Nice PR! Thank you. > > I think I have a permanent solution to both the `miniware/` issue and a temporary fix for the React dependency hell issue that's...
> I think we need to create `Dockerfile.postgrest.dev` and have it copy `db/postgrest.conf` into the `postgrest` container when building it. I don't think we need to do that. I create...