# HG changeset patch # User Goffi # Date 1729976006 -7200 # Node ID 2bbcb7da56bcaa213c709dd0cb9d5d5456e699d4 # Parent 0e454358ca4900fef20ec2c590db7d1e35bb7a17 bulma: use Font-Awesome instead of Fontello + start of major redesign: - Font-Awesome is now used instead of Fontello, following change in Libervia Media. - This is a beginning of a major redesign of the web templates/web frontend. This currently breaks a lot of thing. diff -r 0e454358ca49 -r 2bbcb7da56bc sat_templates/templates/bulma/_browser/browser_meta.json --- a/sat_templates/templates/bulma/_browser/browser_meta.json Wed Oct 02 17:23:03 2024 +0200 +++ b/sat_templates/templates/bulma/_browser/browser_meta.json Sat Oct 26 22:53:26 2024 +0200 @@ -2,7 +2,8 @@ "js": { "package": { "dependencies": { - "bulma": "^1.0.2" + "bulma": "^1.0.2", + "@fortawesome/fontawesome-free": "^6.6.0" } } } diff -r 0e454358ca49 -r 2bbcb7da56bc sat_templates/templates/bulma/base/base.html --- a/sat_templates/templates/bulma/base/base.html Wed Oct 02 17:23:03 2024 +0200 +++ b/sat_templates/templates/bulma/base/base.html Sat Oct 26 22:53:26 2024 +0200 @@ -16,8 +16,8 @@ {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #} - - + + {% if norobots %} diff -r 0e454358ca49 -r 2bbcb7da56bc sat_templates/templates/bulma/components/common.html --- a/sat_templates/templates/bulma/components/common.html Wed Oct 02 17:23:03 2024 +0200 +++ b/sat_templates/templates/bulma/components/common.html Sat Oct 26 22:53:26 2024 +0200 @@ -1,13 +1,21 @@ {% import 'components/menu_labels.html' as ml with context %} {# We need to use "with context" to disable cache, needed for i18n. #} -{% macro menu(menus, class='has-background-primary') %} -