From 52fde6b6c0c8317a9d83fde3b5237c02b754817b Mon Sep 17 00:00:00 2001 From: Larry Adames Date: Mon, 25 Sep 2023 12:47:47 -0400 Subject: [PATCH] PLT-7515 create syncing state for newly created contract --- src/Component/ContractList.purs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Component/ContractList.purs b/src/Component/ContractList.purs index 92280681..3ba38390 100644 --- a/src/Component/ContractList.purs +++ b/src/Component/ContractList.purs @@ -641,7 +641,11 @@ mkContractList = do , tdInstant $ updatedAt <|> createdAt , tdContractId contractId Nothing [] , tdCentered [ DOOM.text $ intercalate ", " tags ] - , tdCentered ([ DOOM.text "Placeholder - CREATED" ] :: Array JSX) -- FIXME: Withdrawals should be still possible + , tdCentered + ( [ DOM.div { className: "border border-dark rounded bg-white text-dark d-inline-block py-2 px-3 fw-bold" } do + DOOM.text "Syncing" + ] :: Array JSX + ) -- FIXME: Withdrawals should be still possible ] NotSyncedUpdatedContract { contractInfo } -> do [ tdInstant createdAt