rusackas commented on code in PR #33782: URL: https://github.com/apache/superset/pull/33782#discussion_r2150676300
########## superset/templates/superset/basic.html: ########## @@ -63,16 +76,66 @@ {% block body %} <div id="app" data-bootstrap="{{ bootstrap_data }}"> - <img - src="{{ assets_prefix }}/static/assets/images/loading.gif" - style=" - width: 50px; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - " - /> + <div class="spinner"> Review Comment: This could basically be replaced by `{{ include('path/to/spinner.svg') }}` I think. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org