From f1e008670cd865520eb5f21fe6e7b56f02076a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 13:32:39 +0100 Subject: feat(config): supports multiple sections --- backend/templates/components.html | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index da133a6..9792784 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -1,26 +1,16 @@ {{define "logs_display"}}
- {{ range .Logs }} + {{ $uri := .URI }} + {{ range .Data }} - {{ end }} {{ if ne .PagesNumber 1 }} - {{ end }} + Voir plus
{{end}} -- cgit v1.2.3 From ef3f8de38795a92dfc5d232a533c37d53794f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 13:44:41 +0100 Subject: fix(section): cannot execute home_logs --- backend/templates/components.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index 9792784..8f1bcc2 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -1,9 +1,8 @@ {{define "logs_display"}} {{end}} -- cgit v1.2.3 From 8d000018e132583bf4797ac9cb4ce2c4e96ed8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 14:40:26 +0100 Subject: feat(section): display paginate in full list --- backend/templates/components.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index 8f1bcc2..72bf40e 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -1,4 +1,4 @@ -{{define "logs_display"}} +{{define "section_display"}}
{{ $uri := .URI }} {{ range .Data }}
@@ -11,7 +11,19 @@
{{ end }}
{{end}} -- cgit v1.2.3 From 1f0cf029644861bc31a363ecfdbfcb6ebafff3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 15:53:45 +0100 Subject: fix(section): bad description in og --- backend/templates/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index 72bf40e..5365445 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -2,7 +2,7 @@