From cb34491a17e321b94aa2df815c7b37959d4aa5ae Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 1 Sep 2024 16:32:06 +0200 Subject: [PATCH] feat: assistant - minify js, add option UI --- index.css | 13 +++++++++++ index.html | 51 +++++++++--------------------------------- libs/openwidget.min.js | 1 + main.js | 7 ++++++ 4 files changed, 31 insertions(+), 41 deletions(-) create mode 100644 libs/openwidget.min.js diff --git a/index.css b/index.css index eb1e82fc..5f0055de 100644 --- a/index.css +++ b/index.css @@ -2400,6 +2400,19 @@ svg.button { } } +#chat-widget-container { + animation: fadeIn 1s ease-in; +} + +@keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + @media print { div, canvas { diff --git a/index.html b/index.html index 05a01c38..f55d64af 100644 --- a/index.html +++ b/index.html @@ -1835,6 +1835,16 @@ + + + Azgaar assistant + +