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

@ -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'