Mercurial > libervia-templates
comparison sat_templates/templates/bulma/components/url_preview_control.html @ 385:941e4006ab6e
bulma (message): reactions + fixes:
- add "reaction" button
- fix attachments display
- add reaction templates
- add reactions to messages
- fix "info" messages display
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 22 Nov 2023 15:22:11 +0100 |
parents | 095bd5b34080 |
children |
comparison
equal
deleted
inserted
replaced
384:4e050f67c079 | 385:941e4006ab6e |
---|---|
1 {% block url_preview %} | 1 {% block url_preview %} |
2 <div class="notification is-info is-light m-5"> | 2 <div class="notification is-info is-light my-5"> |
3 <div class="content"> | 3 <div class="content"> |
4 <h4 class="title is-4">{% trans %}URL Preview{% endtrans %}</h4> | 4 <h4 class="title is-4">{% trans %}URL Preview{% endtrans %}</h4> |
5 <p class="mb-4">{% trans %}To protect your privacy, we don't automatically fetch URL previews. If you want to preview this URL, just hit the "Fetch Preview" button. You can customize this preference in your settings.{% endtrans %}</p> | 5 <p class="mb-4">{% trans %}To protect your privacy, we don't automatically fetch URL previews. If you want to preview this URL, just hit the "Fetch Preview" button. You can customize this preference in your settings.{% endtrans %}</p> |
6 <div class="buttons"> | 6 <div class="buttons"> |
7 <a class="button is-link action_go_to_settings" href="#"> | 7 <a class="button is-link action_go_to_settings" href="#"> |