AI Assistant widget (#1115)

* feat: add assistan widget

* feat: remove gtm

* feat: assistant - minify js, add option UI

* feat: assistant - ability to toggle assistant

* chore: update version to 1.102.00

* chore: resolve version conflict

* chore: cleanup

* chore: cleanup

* feat: ai widget - improve style

---------

Co-authored-by: Azgaar <azgaar.fmg@yandex.com>
This commit is contained in:
Azgaar 2024-09-22 14:59:53 +02:00 committed by sofronaspe
parent 7f8fab9982
commit 1ffcea2d3a
6 changed files with 64 additions and 9 deletions

View file

@ -2432,6 +2432,21 @@ svg.button {
}
}
#chat-widget-minimized {
animation: fadeIn 1s ease-in;
transform: scale(0.65);
opacity: var(--bg-opacity);
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: var(--bg-opacity);
}
}
@media print {
div,
canvas {