From 50c1e074312e776981f08d35b523b4285db329de Mon Sep 17 00:00:00 2001 From: balzack Date: Sun, 8 Oct 2023 08:25:54 -0700 Subject: [PATCH] changing icon indicating not-connected card --- app/mobile/src/session/cards/cardItem/CardItem.jsx | 8 ++++---- todo | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/mobile/src/session/cards/cardItem/CardItem.jsx b/app/mobile/src/session/cards/cardItem/CardItem.jsx index 30d02c7e..b2869159 100644 --- a/app/mobile/src/session/cards/cardItem/CardItem.jsx +++ b/app/mobile/src/session/cards/cardItem/CardItem.jsx @@ -55,16 +55,16 @@ export function CardItem({ item, openContact, enableIce, call, message }) { { item.status !== 'connected' && ( { item.status === 'requested' && ( - + )} { item.status === 'connecting' && ( - + )} { item.status === 'pending' && ( - + )} { item.status === 'confirmed' && ( - + )} )} diff --git a/todo b/todo index 117b4dbe..1dc16e68 100644 --- a/todo +++ b/todo @@ -8,4 +8,4 @@ channel detail notifications block restore activity use apn for ios stylize splash screen - +use dot indicator for non-connected contact