From fff9452509d16956b126f413f1f1ebe9c7c2289e Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 24 Aug 2020 19:46:46 +0200 Subject: [PATCH] Spinner for URL selector modal Changelog-entry: Spinner for URL selector modal Change-type: patch --- lib/gui/app/components/source-selector/source-selector.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/gui/app/components/source-selector/source-selector.tsx b/lib/gui/app/components/source-selector/source-selector.tsx index 2e15443e..92ac1c3f 100644 --- a/lib/gui/app/components/source-selector/source-selector.tsx +++ b/lib/gui/app/components/source-selector/source-selector.tsx @@ -30,6 +30,7 @@ import { Txt, Card as BaseCard, Input, + Spinner, } from 'rendition'; import styled from 'styled-components'; @@ -137,8 +138,9 @@ const URLSelector = ({ : 'OK'} done={async () => { setLoading(true); const urlStrings = recentImages.map((url: URL) => url.href);