From 35ad4cba24b8c16134ce68ebd5a577bad48ac8d0 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 2 Nov 2020 10:57:19 +1100 Subject: [PATCH] add a react component to display last read message --- background.html | 9 -- background_test.html | 7 -- js/models/conversations.js | 2 +- js/models/messages.d.ts | 8 ++ stylesheets/_conversation.scss | 27 ------ test/index.html | 9 -- .../conversation/SessionConversation.tsx | 1 - .../SessionConversationMessagesList.tsx | 83 +++++++++++++++---- .../conversation/SessionLastSeedIndicator.tsx | 39 +++++++++ 9 files changed, 115 insertions(+), 70 deletions(-) create mode 100644 ts/components/session/conversation/SessionLastSeedIndicator.tsx diff --git a/background.html b/background.html index cab13db12..d3492c616 100644 --- a/background.html +++ b/background.html @@ -55,15 +55,6 @@ - - - - - - - - - -