Skip to content

Commit

Permalink
Switch out loading indicator and check mark for new SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebecca-shoptaw committed Sep 28, 2024
1 parent e522dfc commit e350230
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
12 changes: 2 additions & 10 deletions openlibrary/i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand Down
4 changes: 2 additions & 2 deletions openlibrary/templates/account/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h1 class="ol-signup-hero__title">$_("Sign Up")</h1>
</a>
$else:
<div class="ol-signup-form__icon-wrap">
<img src="/static/images/ajax-loader.gif" class="ol-signup-form__icon ol-signup-form__icon--loading" title="$_('Loading...')" alt="$_('Loading spinner')" style="display:none"/>
<img src="/static/images/icons/icon_check.png" class="ol-signup-form__icon ol-signup-form__icon--success" title="$_('Success!')" alt="$_('Checkmark')" style="display:none" />
<img src="/static/images/bubble-loader.svg" class="ol-signup-form__icon ol-signup-form__icon--loading" title="$_('Loading...')" alt="$_('Loading spinner')" style="display:none"/>
<img src="/static/images/icons/icon_check-circle.svg" class="ol-signup-form__icon ol-signup-form__icon--success" title="$_('Success!')" alt="$_('Checkmark')" style="display:none" />
</div>
</div>
<div class="ol-signup-form__suffix">$:suffix</div>
Expand Down
1 change: 1 addition & 0 deletions static/images/bubble-loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/icons/icon_check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e350230

Please sign in to comment.