From 3f2c8b58b77764cbd37f93952eac5a3e39b46e52 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 27 Feb 2019 23:40:45 +0100 Subject: [PATCH] update status --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f5dbc8e..2bacca03 100644 --- a/README.md +++ b/README.md @@ -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 syncing room list on screen (not interactive for now). Using Fractal here to update the room name: +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: -![Rooms syncing on-screen](https://bwindels.github.io/morpheusjs/images/roomlist1.gif) +![Rooms and timeline syncing on-screen](https://bwindels.github.io/morpheusjs/images/timeline1.gif) ## Features that this approach would be well suited for