From 5bf384a8d6a558bc62dca9941ebf41238cc49976 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Wed, 18 Feb 2026 13:51:21 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20ajouter=20classe=20loading-input=20pour?= =?UTF-8?q?=20animation=20de=20chargement=20des=20m=C3=A9tadonn=C3=A9es,?= =?UTF-8?q?=20classe=20lf=5Finput=20aux=20champs=20URL=20et=20titre=20pour?= =?UTF-8?q?=20ciblage=20JavaScript,=20et=20inclusion=20conditionnelle=20du?= =?UTF-8?q?=20script=20metadata.min.js=20avec=20versioning=20pour=20nouvea?= =?UTF-8?q?ux=20liens=20avec=20m=C3=A9tadonn=C3=A9es=20asynchrones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shaarli-pro/editlink.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shaarli-pro/editlink.html b/shaarli-pro/editlink.html index bea7b2a..51db5ae 100644 --- a/shaarli-pro/editlink.html +++ b/shaarli-pro/editlink.html @@ -11,7 +11,7 @@ {ignore}Lil hack: when included in a loop in batch mode, `$value` is assigned by RainTPL with template vars.{/ignore} {function="extract($value) ? '' : ''"} {/if} -{$asyncLoadClass=$link_is_new && $async_metadata && empty($link.title) ? 'loading-wrapper' : ''} +{$asyncLoadClass=$link_is_new && $async_metadata && empty($link.title) ? 'loading-wrapper loading-input' : ''} {if="!isset($index)"} {$index=""} {/if} @@ -48,12 +48,12 @@
- +
- +
@@ -121,6 +121,7 @@
{if="empty($batch_mode)"} {include="page.footer"} +{if="$link_is_new && $async_metadata"}{/if} {/if}