simple, focused chat application and protocol meant to be self-hosted
Find a file
hippoz 7260525eec
frontend: message loading
This command finalizes support for dynamic message loading. The behavior is as follows:
When a user selects a channel for the first time, an "initial load" of messages will happen.
When the user is scrolled all the way to the bottom of the message view,
the store will continuously remove old messages to save memory.
Scrolling all the way to the top loads more messages.
2022-04-20 03:14:28 +03:00
frontend frontend: message loading 2022-04-20 03:14:28 +03:00
src frontend+backend: fix gateway-updated channel order 2022-04-17 17:56:03 +03:00
.gitignore basic user system and authentication 2022-04-05 22:34:06 +03:00
LICENSE Initial commit 2022-04-04 15:38:09 +03:00
package-lock.json frontend: add experimental message loading and display support 2022-04-19 21:21:55 +03:00
package.json add basic gatewayt 2022-04-10 01:22:07 +03:00
README.md Initial commit 2022-04-04 15:38:09 +03:00
test.rest frontend: message loading 2022-04-20 03:14:28 +03:00
tsconfig.json basic user system and authentication 2022-04-05 22:34:06 +03:00
yarn.lock add basic gatewayt 2022-04-10 01:22:07 +03:00

waffle.chat