navbar fixe csc, bot message style
This commit is contained in:
parent
b0b153be93
commit
d4f3c119b2
11 changed files with 263 additions and 21 deletions
|
@ -0,0 +1,4 @@
|
|||
app-top-navigation {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
<h2 class="title">
|
||||
Question analysis
|
||||
</h2>
|
||||
<sae-bot-talks [message]="'Generating a summary...analyzing client’s question...'"></sae-bot-talks>
|
||||
<!--filters-->
|
||||
<!-- advanced filters-->
|
||||
<div class="filters-container">
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue