+
+
+
+ [content]="item.business"
+ >
-
-
-
-
-
-
-
-
-
- {{ 'PAC.INDICATOR.REGISTER.CODE' | translate }}:
-
-
-
-
-
-
- {{ 'PAC.INDICATOR.REGISTER.TYPE' | translate }}:
-
-
-
-
- {{ 'PAC.INDICATOR.REGISTER.Certification' | translate: {Default: 'Certification'} }}:
-
-
-
- {{item.certification.name}}
-
-
-
-
- {{ 'PAC.INDICATOR.REGISTER.PRINCIPAL' | translate }}:
-
-
{{item.principal}}
-
-
- {{ 'PAC.INDICATOR.REGISTER.Tags' | translate: {Default: 'Tags'} }}:
-
-
-
-
- {{ 'PAC.INDICATOR.REGISTER.CREATED_AT' | translate }}:
-
-
- {{item.createdAt}}
-
-
-
- {{ 'PAC.INDICATOR.REGISTER.BUSINESS_AREA' | translate }}:
-
-
{{item.businessArea?.name}}
-
-
- {{ 'PAC.INDICATOR.REGISTER.STATUS' | translate }}:
-
-
-
-
-
-
-
-
-
- block
-
-
task_alt
+
+ {{ 'PAC.INDICATOR.REGISTER.CODE' | translate }}:
+
+
+
+
+
+
+ {{ 'PAC.INDICATOR.REGISTER.TYPE' | translate }}:
+
-
-
pending
+
+ {{ 'PAC.INDICATOR.REGISTER.Certification' | translate: {Default: 'Certification'} }}:
-
-
-
+
+
+ {{item.certification.name}}
+
+
+
+
+ {{ 'PAC.INDICATOR.REGISTER.PRINCIPAL' | translate }}:
+
+
{{item.principal}}
+
+
+ {{ 'PAC.INDICATOR.REGISTER.Tags' | translate: {Default: 'Tags'} }}:
+
+
+
+
+ {{ 'PAC.INDICATOR.REGISTER.CREATED_AT' | translate }}:
+
+
+ {{item.createdAt}}
+
+
+
+ {{ 'PAC.INDICATOR.REGISTER.BUSINESS_AREA' | translate }}:
+
+
{{item.businessArea?.name}}
+
+
+ {{ 'PAC.INDICATOR.REGISTER.STATUS' | translate }}:
+
+
+
-
-
-
-
-
-
+
+
+
+
+ block
+
+
+
+ task_alt
+
+
+
+ pending
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/cloud/src/app/features/indicator/market/market.component.scss b/apps/cloud/src/app/features/indicator/market/market.component.scss
index b09bf003a..1715b6dee 100644
--- a/apps/cloud/src/app/features/indicator/market/market.component.scss
+++ b/apps/cloud/src/app/features/indicator/market/market.component.scss
@@ -4,3 +4,10 @@
display: flex;
flex-direction: column;
}
+
+.mat-drawer.mat-drawer-side {
+ border-color: var(--mat-divider-color);
+}
+.mat-drawer-content {
+ @apply overflow-hidden;
+}
\ No newline at end of file
diff --git a/apps/cloud/src/app/features/indicator/market/market.component.ts b/apps/cloud/src/app/features/indicator/market/market.component.ts
index a0cd05a57..77f1b6ca5 100644
--- a/apps/cloud/src/app/features/indicator/market/market.component.ts
+++ b/apps/cloud/src/app/features/indicator/market/market.component.ts
@@ -66,6 +66,8 @@ export class MarketComponent {
PAGE_SIZE = 10
displayCompact = false
+ // Left side menu drawer open state
+ sideMenuOpened = true
businessArea = new FormControl
(null)
search = new FormControl(null)
diff --git a/apps/cloud/src/app/features/project/_project.component.scss b/apps/cloud/src/app/features/project/_project.component.scss
index 6d877f77e..768f3e689 100644
--- a/apps/cloud/src/app/features/project/_project.component.scss
+++ b/apps/cloud/src/app/features/project/_project.component.scss
@@ -1,12 +1,14 @@
.pac-project__router-link {
- @apply hover:bg-slate-100;
-}
-.pac-project__router-link.active {
- @apply bg-slate-100 hover:bg-slate-200 dark:bg-slate-100/10 dark:hover:bg-slate-200/10;
+ @apply hover:bg-slate-100 dark:hover:bg-slate-100/10;
+
+ &.active {
+ @apply bg-slate-100 hover:bg-slate-200 dark:bg-slate-100/10 dark:hover:bg-slate-200/10;
+ }
}
-.mdc-list-item.pac-project__router-link {
+
+.mat-mdc-list-item.mdc-list-item.pac-project__router-link {
--mdc-list-list-item-one-line-container-height: 30px;
- @apply rounded-md p-0;
+ @apply rounded-md p-0 cursor-pointer;
}
.pac-project__anchor {
@apply border-bluegray-100 text-bluegray-100 hover:border-bluegray-200 hover:text-bluegray-200;
diff --git a/apps/cloud/src/app/features/project/indicators/all/all.component.html b/apps/cloud/src/app/features/project/indicators/all/all.component.html
index 2b9b8a3ad..1f002a6c7 100644
--- a/apps/cloud/src/app/features/project/indicators/all/all.component.html
+++ b/apps/cloud/src/app/features/project/indicators/all/all.component.html
@@ -1,4 +1,4 @@
-
-
@@ -42,163 +42,6 @@
[models]="models$ | async"
[(ngModel)]="indicator"
>
-
-
-
diff --git a/apps/cloud/src/app/features/project/members/members.component.html b/apps/cloud/src/app/features/project/members/members.component.html
index 8cb1d231d..22a6c9a16 100644
--- a/apps/cloud/src/app/features/project/members/members.component.html
+++ b/apps/cloud/src/app/features/project/members/members.component.html
@@ -62,7 +62,7 @@
-