forked from mystiq/hydrogen-web
update readme with gaps work
This commit is contained in:
parent
257714f9a7
commit
ef9b38f493
1 changed files with 3 additions and 2 deletions
|
@ -3,9 +3,9 @@ A javascript matrix client prototype, trying to minize RAM usage by offloading a
|
|||
|
||||
## Status
|
||||
|
||||
Syncing & storing rooms with state and timeline, with a minimal UI syncing room list and timeline on screen. No sending yet. Using Fractal here to update the room name and send messages:
|
||||
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:
|
||||
|
||||
![Rooms and timeline syncing on-screen](https://bwindels.github.io/morpheusjs/images/timeline1.gif)
|
||||
![Rooms and timeline syncing on-screen, gaps filling](https://bwindels.github.io/morpheusjs/images/morpheus-gaps.gif)
|
||||
|
||||
## Features that this approach would be well suited for
|
||||
|
||||
|
@ -13,3 +13,4 @@ Syncing & storing rooms with state and timeline, with a minimal UI syncing room
|
|||
- fast local search (with words index)
|
||||
- scroll timeline with date tooltip?
|
||||
- jump to timestamp
|
||||
- multi-account
|
||||
|
|
Loading…
Reference in a new issue