navbar fixe csc, bot message style

This commit is contained in:
Tykayn 2025-09-02 14:16:41 +02:00 committed by tykayn
parent b0b153be93
commit d4f3c119b2
11 changed files with 263 additions and 21 deletions

View file

@ -0,0 +1,4 @@
app-top-navigation {
position: fixed;
width: 100%;
}

View file

@ -30,6 +30,7 @@
<h2 class="title">
Question analysis
</h2>
<sae-bot-talks [message]="'Generating a summary...analyzing clients question...'"></sae-bot-talks>
<!--filters-->
<!-- advanced filters-->
<div class="filters-container">

View file

@ -3,6 +3,7 @@ import {TranslateTexts} from 'sae-lib/inbox/translate-texts/translate-texts';
import {FiltersGroup} from 'sae-lib/filters/filters-group/filters-group';
import {BottomNavigation} from '../../shared/navigation/bottom-navigation/bottom-navigation';
import {FeedbackButton} from 'sae-lib/buttons/feedback-button/feedback-button';
import {BotTalks} from 'sae-lib/chatbot/bot-talks/bot-talks';
@Component({
@ -11,7 +12,8 @@ import {FeedbackButton} from 'sae-lib/buttons/feedback-button/feedback-button';
TranslateTexts,
FiltersGroup,
BottomNavigation,
FeedbackButton
FeedbackButton,
BotTalks
],
templateUrl: './main.html',
styleUrl: './main.scss'