Mercurial > libervia-templates
diff sat_templates/templates/bulma/base/base.html @ 403:65c53ec5e777
Bulma: complete redesign:
This is a WIP full redesign of the whole web UI. Only chat is usable at the moment, many
things are broken.
The design uses the new Bulma v1+, has a look closer to industry standards, paves the way
for a dark theme, and should be easy to use.
It's a basis for coming features such as UI/UX for threads.
rel 457
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Apr 2025 21:32:05 +0200 |
parents | 2bbcb7da56bc |
children | 5016fb0ff62f |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/base/base.html Sat Oct 26 22:53:26 2024 +0200 +++ b/sat_templates/templates/bulma/base/base.html Fri Apr 11 21:32:05 2025 +0200 @@ -93,10 +93,14 @@ <div class="modal-background"></div> <div class="modal-content"> <div class="notification has-text-centered"> - <span class="icon is-large"> - <i class="icon-loading icon_animate_spin"></i> - </span> - {% trans %}page is loading, please wait…{% endtrans %} + <div class="is-flex is-align-items-center is-justify-content-center"> + <span class="icon is-large"> + <i class="fa-solid fa-spinner fa-spin fa-xl"></i> + </span> + <span class=""> + {% trans %}page is loading, please wait…{% endtrans %} + </span> + </div> </div> </div> </div> @@ -107,7 +111,7 @@ {% endblock main_menu %} {% endif %} {% block body_wrapper %} - <div id="body" class="container"> + <div id="body"> {% if breadcrumbs and not no_breadcrumps and breadcrumbs|length > 1 %} <nav class="breadcrumb is-medium" aria-label="breadcrumbs"> <ul>