waffle/frontend
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
..
public frontend: add loading screen for initially loading the js and connecting to the gateway 2022-04-17 20:23:20 +03:00
src frontend: message loading 2022-04-20 03:14:28 +03:00
.gitignore initialize frontend 2022-04-14 00:31:03 +03:00
package-lock.json frontend: add experimental message loading and display support 2022-04-19 21:21:55 +03:00
package.json frontend/design: lay out basic design and layout 2022-04-16 04:17:48 +03:00
README.md initialize frontend 2022-04-14 00:31:03 +03:00
rollup.config.js initialize frontend 2022-04-14 00:31:03 +03:00
yarn.lock frontend/design: lay out basic design and layout 2022-04-16 04:17:48 +03:00

waffle.chat svelte frontend