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 Aug 9, 2024
1 parent 7503ae6 commit c87944c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
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.png" 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
18 changes: 18 additions & 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 c87944c

Please sign in to comment.