hydrogen-web/README.md

17 lines
816 B
Markdown
Raw Normal View History

2019-06-15 03:28:39 +05:30
# Brawl
2019-01-09 15:40:33 +05:30
A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB
## Status
2019-06-03 04:10:00 +05:30
Syncing & storing rooms with state and timeline, with a minimal UI syncing room list and timeline on screen. Filling gaps supported, detecting overlapping events. The `[0/1]` in the gif below is the local event key, consisting of a fragment id and event index. No sending yet. Using Fractal here to update the room name and send messages:
2019-02-11 02:32:42 +05:30
2019-06-15 03:28:39 +05:30
![Rooms and timeline syncing on-screen, gaps filling](https://bwindels.github.io/brawl-chat/images/morpheus-gaps.gif)
2019-02-13 18:40:23 +05:30
## Features that this approach would be well suited for
- store all fetched messages, not just synced ones
- fast local search (with words index)
2019-02-13 18:40:45 +05:30
- scroll timeline with date tooltip?
2019-02-27 04:15:52 +05:30
- jump to timestamp
2019-06-03 04:10:00 +05:30
- multi-account