This commit is contained in:
Greg Burri 2025-05-07 20:12:49 +02:00
parent 198bff6e4a
commit 6f014ef238
19 changed files with 118 additions and 81 deletions

View file

@ -1,7 +1,7 @@
{# Needed by the frontend toast module. #}
<div id="toasts">
<div class="toast">
<img class="icon" width="24" height="24" alt="icon" src="">
<img class="icon" width="24" height="24" alt="icon" src="/static/success.svg">
<div class="content user-message"></div>
<span class="close button"></span>
</div>