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 }}

+
+
+
+