From ffbe5444847171e14690608138280890414a8342 Mon Sep 17 00:00:00 2001 From: Nicola Lanzilotto Date: Thu, 26 Sep 2024 17:29:15 +0200 Subject: [PATCH] Improves the quotas current usage panel and home page section --- .../home-cds/home-cds.component.html | 6 ++-- .../home-cds/home-cds.component.scss | 3 +- src/app/home/home.component.html | 36 ++++++++++++++----- src/app/home/home.component.scss | 20 +++++------ 4 files changed, 43 insertions(+), 22 deletions(-) diff --git a/src/app/home-components/home-cds/home-cds.component.html b/src/app/home-components/home-cds/home-cds.component.html index 739e923b3a37..932a706c1f89 100644 --- a/src/app/home-components/home-cds/home-cds.component.html +++ b/src/app/home-components/home-cds/home-cds.component.html @@ -33,14 +33,14 @@
- YOUR CURRENT CHATBOT DESIGN + YOUR CURRENT CHATBOT
You don't have any chatbot yet
-
+
diff --git a/src/app/home-components/home-cds/home-cds.component.scss b/src/app/home-components/home-cds/home-cds.component.scss index 0ec8df44e500..425d87003285 100644 --- a/src/app/home-components/home-cds/home-cds.component.scss +++ b/src/app/home-components/home-cds/home-cds.component.scss @@ -70,7 +70,8 @@ .button-container { display: flex; justify-content: center; - margin-top: 35px; + // margin-top: 35px; + margin-top: 15px; // margin-bottom: 70px; height: 85px; } diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index be5213ef4531..4b16c19d9e04 100755 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -71,8 +71,10 @@ {{ prjct_name }} + matTooltipClass="custom-mat-tooltip" + matTooltip="{{'EditProjectName' | translate }}" + #tooltip="matTooltip" matTooltipPosition='below' + matTooltipHideDelay="100"> mode_edit @@ -249,12 +251,12 @@
-
+
@@ -264,7 +266,13 @@ [ngClass]="{'home-quote-container-conversations-runned-out': conversationsRunnedOut}">
- +
{{requests_count | number:'1.0-0'}} / {{requests_limit | number:'1.0-0'}}
You run out of converations @@ -288,7 +296,13 @@
-

AI Tokens

+

+ AI Tokens +

{{tokens_count | number:'1.0-0'}} / {{tokens_limit | number:'1.0-0'}}
You run out of AI Tokens @@ -315,7 +329,13 @@
-

Email

+

+ Email +

{{email_count | number:'1.0-0'}} / {{email_limit | number:'1.0-0'}}
You run out of Email @@ -354,7 +374,7 @@
-
+