From e350230474c535ee44abab52ad9d55c52023ab6b Mon Sep 17 00:00:00 2001 From: Rebecca Shoptaw Date: Fri, 9 Aug 2024 16:14:55 -0400 Subject: [PATCH] Switch out loading indicator and check mark for new SVGs --- openlibrary/i18n/messages.pot | 12 ++---------- openlibrary/templates/account/create.html | 4 ++-- static/images/bubble-loader.svg | 1 + static/images/icons/icon_check-circle.svg | 1 + 4 files changed, 6 insertions(+), 12 deletions(-) create mode 100644 static/images/bubble-loader.svg create mode 100644 static/images/icons/icon_check-circle.svg diff --git a/openlibrary/i18n/messages.pot b/openlibrary/i18n/messages.pot index 5d95836dd7e..9856311dbde 100644 --- a/openlibrary/i18n/messages.pot +++ b/openlibrary/i18n/messages.pot @@ -429,7 +429,8 @@ msgstr "" msgid "Library Explorer" msgstr "" -#: books/custom_carousel.html login.html search/work_search_facets.html +#: account/create.html books/custom_carousel.html login.html +#: search/work_search_facets.html msgid "Loading..." msgstr "" @@ -1033,15 +1034,6 @@ msgid "" "nonprofit Internet Archive" msgstr "" -#: account/create.html -msgid "Toggle Password Visibility" -msgstr "" - -#: account/create.html books/custom_carousel.html -#: search/work_search_facets.html -msgid "Loading..." -msgstr "" - #: account/create.html msgid "Loading spinner" msgstr "" diff --git a/openlibrary/templates/account/create.html b/openlibrary/templates/account/create.html index c54bdd8b07f..3029dcfb32d 100644 --- a/openlibrary/templates/account/create.html +++ b/openlibrary/templates/account/create.html @@ -44,8 +44,8 @@

$_("Sign Up")

$else:
- - + +
$:suffix
diff --git a/static/images/bubble-loader.svg b/static/images/bubble-loader.svg new file mode 100644 index 00000000000..3dd35191723 --- /dev/null +++ b/static/images/bubble-loader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/icons/icon_check-circle.svg b/static/images/icons/icon_check-circle.svg new file mode 100644 index 00000000000..3c1c2b8ca81 --- /dev/null +++ b/static/images/icons/icon_check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file