From 43537343579200910e2d0e489701796073f3f5e6 Mon Sep 17 00:00:00 2001 From: Francisco de la Vega Date: Wed, 25 Feb 2026 12:04:11 +0100 Subject: [PATCH 1/2] Change the chatbot widget to the left --- src/app/chatbot-widget/chatbot-widget.component.css | 10 +++++----- src/app/chatbot-widget/chatbot-widget.component.html | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/chatbot-widget/chatbot-widget.component.css b/src/app/chatbot-widget/chatbot-widget.component.css index e97d2cbd..cc1cda4b 100644 --- a/src/app/chatbot-widget/chatbot-widget.component.css +++ b/src/app/chatbot-widget/chatbot-widget.component.css @@ -29,14 +29,14 @@ .chatbox { position: fixed; bottom: 2%; - right: 2%; + left: 2%; } /* CONTENT IS CLOSE */ .chatbox__support { position: fixed; bottom: 120px; /* Spostato più in alto per evitare il pulsante */ - right: 20px; /* Allineato con il pulsante */ + left: 20px; /* Allineato con il pulsante */ width: 80vw; max-width: 400px; height: 70vh; @@ -61,7 +61,7 @@ .chatbox__button { position: fixed; bottom: 55px; - right: 20px; + left: 20px; z-index: 999; } @@ -224,7 +224,7 @@ width: 100vw; height: 50vh; bottom: 0; - right: 0; + left: 0; border-radius: 20px; } -} \ No newline at end of file +} diff --git a/src/app/chatbot-widget/chatbot-widget.component.html b/src/app/chatbot-widget/chatbot-widget.component.html index bed89750..b64343da 100644 --- a/src/app/chatbot-widget/chatbot-widget.component.html +++ b/src/app/chatbot-widget/chatbot-widget.component.html @@ -32,7 +32,7 @@

DOME support

} -
+
- \ No newline at end of file + From 011cd2408329a9807eef50894077fc603bbd75a4 Mon Sep 17 00:00:00 2001 From: Francisco de la Vega Date: Wed, 25 Feb 2026 12:15:05 +0100 Subject: [PATCH 2/2] Avoid invoice number to be displayed twice in the table --- .../invoices-info.component.html | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html b/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html index dda35da5..7bddc3ed 100644 --- a/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html +++ b/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html @@ -67,18 +67,13 @@ {{invoice?.billDate | date:'EEEE, dd/MM/yy, HH:mm'}} - {{invoice?.billNo}} - @if(role==sellerRole){ - @if (editingIndex === idx) { - - } @else { - {{invoice?.billNo}} - } - }@else{ - {{invoice?.billNo}} + @if (role == sellerRole && editingIndex === idx) { + + } @else { + {{ invoice?.billNo }} } @@ -105,15 +100,15 @@ @if(role==sellerRole){ @if (editingIndex === idx) { - } @else { -