diff --git a/e2e/pages/page.ts b/e2e/pages/page.ts index 01e9895d9..0ee4009cb 100644 --- a/e2e/pages/page.ts +++ b/e2e/pages/page.ts @@ -21,7 +21,7 @@ export abstract class Page { private static USE_HASH_STRATEGY = true; private locators = { - app: by.css('alfresco-content-app'), + app: by.css('app-root'), overlay: by.css('.cdk-overlay-container'), snackBar: by.css('simple-snack-bar') }; diff --git a/src/app/components/favorites/favorites.component.html b/src/app/components/favorites/favorites.component.html index bfa1a8880..a66bf922b 100644 --- a/src/app/components/favorites/favorites.component.html +++ b/src/app/components/favorites/favorites.component.html @@ -77,6 +77,7 @@
+ + +
+ star_rate +

{{ 'APP.BROWSE.FAVORITES.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.FAVORITES.EMPTY_STATE.TEXT' | translate }}

+
+
+
+ + + +
+ group_work +

{{ 'APP.BROWSE.LIBRARIES.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.LIBRARIES.EMPTY_STATE.TITLE' | translate }}

+
+
+
+ + [ngClass]="{ 'app-no-content': documentList.isEmpty() }" + currentFolderId="-recent-" + selectionMode="multiple" + [navigate]="false" + [sorting]="[ 'modifiedAt', 'desc' ]" + [pageSize]="25" + [contextMenuActions]="true" + [contentActions]="false" + (node-dblclick)="onNodeDoubleClick($event.detail?.node?.entry)"> + + + +
+ access_time +

{{ 'APP.BROWSE.RECENT.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.RECENT.EMPTY_STATE.TITLE' | translate }}

+
+
+
+ + +
+ people +

{{ 'APP.BROWSE.SHARED.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.SHARED.EMPTY_STATE.TITLE' | translate }}

+
+
+
+ + + +
+ delete +

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}

+

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}

+
+
+
+