From b76e56e62e581110c68020543652fc840a118704 Mon Sep 17 00:00:00 2001 From: David Blanc Brioir Date: Fri, 2 Jan 2026 00:07:17 +0100 Subject: [PATCH] refactor: Suppression tous fonds beiges header section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Retiré fond beige dégradé du section-header - Retiré fond beige des lignes 2 et 3 - Retiré padding et border-radius des lignes 2-3 - Présentation ultra-épurée : texte simple + icônes - Garde uniquement bordure accent en bas du header --- generations/library_rag/templates/search.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index d68373d..dec9caf 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -179,8 +179,8 @@ {% for section in results_data.sections %}
- -
+ +
{% if section.chunks and section.chunks[0].work %} @@ -198,13 +198,13 @@ {% if section.chunks and section.chunks[0].chapterTitle %}
- 🗂️ {{ section.chunks[0].chapterTitle }} + 🗂️ {{ section.chunks[0].chapterTitle }}
{% endif %}
- 📂 {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %} + 📂 {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %}
{% if section.summary_text and section.summary_text != section.title and section.summary_text != section.section_path %}

{{ section.summary_text[:250] }}{% if section.summary_text|length > 250 %}...{% endif %}