From 18177f5697972930c6b9e3c69ba98c96c3b486e1 Mon Sep 17 00:00:00 2001 From: Georgiana Roman <38908609+georgiana-roman@users.noreply.github.com> Date: Fri, 11 May 2018 12:42:18 +0300 Subject: [PATCH] [ADF-2843] added tooltips for all the buttons in toolbar (#3297) * [ADF-2843] added tooltip for create new folder and edit folder icons from Content Service * [ADF-2843] added translation for tooltip * [ADF-2843] added tooltips for all the buttons in toolbar * [ADF-2843] discard package-lock * [ADF-2832] discard changes to package-lock * [ADF-2843] discarded changes from package-lock * [ADF-2843] added tooltip for list view button --- demo-shell/resources/i18n/en.json | 8 ++++++- .../app/components/files/files.component.html | 22 +++++++++++-------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/demo-shell/resources/i18n/en.json b/demo-shell/resources/i18n/en.json index bc3f79eae6..ffccf90748 100644 --- a/demo-shell/resources/i18n/en.json +++ b/demo-shell/resources/i18n/en.json @@ -97,7 +97,13 @@ "NEW_FOLDER":"New folder", "EDIT_FOLDER":"Edit folder", "DOWNLOAD":"Download", - "DELETE":"Delete" + "DELETE":"Delete", + "FAVORITES": "Add to favorites", + "SHARE": "Share", + "THEME": "Select a theme!", + "SHOW_VERSION": "Show version", + "HIDE_VERSION": "Hide version", + "LISTVIEW": "List view mode" }, "ACTIONS": { "VERSIONS": "Manage versions", diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index 7fb04d5b87..d684d9a625 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -67,8 +67,8 @@ mat-icon-button title="{{ 'DOCUMENT_LIST.TOOLBAR.CARDVIEW' | translate }}" (click)="toogleGalleryView()"> - view_comfy - list + view_comfy + list - @@ -131,8 +135,8 @@