cnpryer / supfeech

'anonymous' chatting platform
0 stars 0 forks source link

populating html element (chatbox) #2

Closed cnpryer closed 8 years ago

cnpryer commented 8 years ago

So right now you'll notice that I'm just forcing the messages into p elements. This is pretty much because its easy and allows for line breaks automatically. So it makes testing easier. Going forward we definitely need to look into a better method. There's obviously .innerHTML but that might not do what we need. Either way this is definitely one of the next immediate steps (after we can confidently read the database dynamically).

cnpryer commented 8 years ago

refer to supfeech/dev slack pinned displaymessages.jpg