diff sat_templates/templates/bulma/chat/extra_menu.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 8b990c78d4b5
children f7a434581872
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/extra_menu.html	Sat Oct 26 22:53:26 2024 +0200
+++ b/sat_templates/templates/bulma/chat/extra_menu.html	Fri Apr 11 21:32:05 2025 +0200
@@ -1,4 +1,4 @@
-<div class="extra-menu-popup">
+<div class="menu extra-menu-popup">
     <ul class="menu-list">
         <li class="action_quote">
             <a href="#" class="">
@@ -15,7 +15,7 @@
         {% if retract %}
             <li class="action_retract">
                 <a href="#" class="">
-                    {{ icon('trash-empty', cls='icon is-small has-text-danger') }} {% trans %}Retract{% endtrans %}
+                    {{ icon('regular trash-can', cls='icon is-small has-text-danger') }} {% trans %}Retract{% endtrans %}
                 </a>
             </li>
         {% endif %}