bkad / prat

group chat with markdown served over websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pressing up goes through your chat history input

bkad opened this issue · comments

detect if cursor is at the beginning of the message input. pressing up and down goes through your message history.

nice, I like it!

@mdietz any thoughts about what will happen after I've typed a shitload of messages and localstorage has megabytes of history in it?

we could just cap it at like 50 and rotate old ones out

@bkad that was my plan, just haven't pushed the logic for that yet.