Saving progress spinner and language updates

This commit is contained in:
2022-10-04 10:24:49 +01:00
parent 683e3b5814
commit 7cd7ab78aa
21 changed files with 326 additions and 75 deletions
+5 -5
View File
@@ -510,11 +510,11 @@ const SearchResults = (props) => {
}}
title="Stop watching this case"
>
−
<span className="eye"></span>
</span>
) : (
<span
className="govuk-summary-list__actionLink"
className="govuk-summary-list__actionLink watchLink"
onClick={() => {
selectWatchedCase(
cookies.pinsUser,
@@ -528,7 +528,7 @@ const SearchResults = (props) => {
}}
title="Watch this case"
>
+
<span className="eye"></span>
</span>
)}
</dd>
@@ -536,7 +536,7 @@ const SearchResults = (props) => {
{!session && (
<dd>
<span
className="govuk-summary-list__actionLink"
className="govuk-summary-list__actionLink watchLink"
onClick={() => {
signIn("email");
// selectWatchedCase(
@@ -551,7 +551,7 @@ const SearchResults = (props) => {
}}
title="Watch this case"
>
+
<span className="eye"></span>
</span>
</dd>
)}