fix(aep): chatbot RAG pensées + config ragPeUrl + layout media + a-propos

Composant + route chatbot non committés, runtimeConfig.ragPeUrl,
ajustements layout MediaTabVisuel, contenu a-propos.
This commit is contained in:
Jules Neny
2026-06-23 11:15:54 +02:00
parent cd8fe9e258
commit f3ab28bd69
6 changed files with 680 additions and 4 deletions

View File

@@ -606,8 +606,8 @@ function onInterrogerRag(auteurId: string) {
}
.chatbot-split {
flex: 0 0 34%;
min-height: 0;
flex: 1 1 0;
min-height: 120px;
opacity: 1;
}
@@ -639,8 +639,8 @@ function onInterrogerRag(auteurId: string) {
height: 60vh;
}
.chatbot-split {
flex: 0 0 calc(40vh - 38px);
height: calc(40vh - 38px);
flex: 1 1 0;
min-height: 120px;
}
.toggle-btn {
font-size: 0.7rem;