diff --git a/src/app/app.component.css b/src/app/app.component.css index 463d9bcb..e69de29b 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,8 +0,0 @@ - - -.bae-content { - width: 100%; - min-height: calc(100vh - 100px) !important; - padding-top: 75px !important; - padding-bottom: 25px !important; -} diff --git a/src/app/app.component.html b/src/app/app.component.html index 53d8dfcd..c714a878 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,11 +1,13 @@ -
+
@if(providerThemeName=='DOME') { - + } - + + + @if(isProduction){ } \ No newline at end of file diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 5e569362..991a4490 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -77,7 +77,7 @@ export class AppComponent implements OnInit { console.log(((info.expire - moment().unix()) - 4)) this.refreshApi.startInterval(((info.expire - moment().unix())-4)*1000, ev); - + initFlowbite(); //this.refreshApi.startInterval(3000, ev.value); } }) @@ -92,6 +92,7 @@ export class AppComponent implements OnInit { this.refreshApi.startInterval(((aux.expire - moment().unix())-4)*1000, aux); console.log('token') console.log(aux.token) + initFlowbite(); } this.router.events.subscribe(event => { if (event instanceof NavigationEnd) { diff --git a/src/app/chatbot-widget/chatbot-widget.component.html b/src/app/chatbot-widget/chatbot-widget.component.html index 494dd6dd..bed89750 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

} -
+
@if(feedback){ {{ 'HEADER._catalogs' | translate }} -
  • - {{ 'HEADER._about' | translate }} -
  • -
  • - {{ 'HEADER._publish' | translate }} -
  • -
  • - {{ 'HEADER._info' | translate }} -
  • + @if(providerThemeName=='DOME'){ +
  • + {{ 'HEADER._about' | translate }} +
  • +
  • + {{ 'FOOTER._contact' | translate }} +
  • +
  • + {{ 'HEADER._blog' | translate }} +
  • +
  • + {{ 'HEADER._publish' | translate }} +
  • +
  • + {{ 'HEADER._info' | translate }} +
  • + } @if (!is_logged) {
  • {{ 'HEADER._register' | translate }} diff --git a/src/app/shared/header/header.component.ts b/src/app/shared/header/header.component.ts index fdeb432e..db97b068 100644 --- a/src/app/shared/header/header.component.ts +++ b/src/app/shared/header/header.component.ts @@ -241,6 +241,7 @@ export class HeaderComponent implements OnInit, AfterViewInit, DoCheck, OnDestro } } }) + initFlowbite(); } ngAfterViewInit() { diff --git a/src/app/shared/price-plan-drawer/price-plan-drawer.component.html b/src/app/shared/price-plan-drawer/price-plan-drawer.component.html index f9f22af6..52867895 100644 --- a/src/app/shared/price-plan-drawer/price-plan-drawer.component.html +++ b/src/app/shared/price-plan-drawer/price-plan-drawer.component.html @@ -68,7 +68,7 @@
    Please select the characteristics you need to suit this offer to you.

    -
    +
    @for (ch of filteredCharacteristics ; track ch.id; let i = $index) { @if(!ch.name?.endsWith('- enabled')){
    @@ -95,7 +95,7 @@
    Please on each metric indicate the value that best fits for you.

    +

    You can change the metric values to simulate final prices

    @for (metric of metrics || []; track metric.unitOfMeasure) {
    diff --git a/src/index.html b/src/index.html index 59686369..fffeb1ec 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ DOME Marketplace - + @@ -17,7 +17,7 @@ } - + diff --git a/src/styles.css b/src/styles.css index b5e58732..e0dedb08 100644 --- a/src/styles.css +++ b/src/styles.css @@ -245,4 +245,4 @@ textarea:-webkit-autofill { textarea:-webkit-autofill::first-line { color: inherit; -} +} \ No newline at end of file