From 58a71cbe6999d5df2e8e72621bc87f7d89f319e5 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 31 Jul 2023 17:34:38 -0400 Subject: [PATCH] [ci:force] cleanup the toolbar and tooltips --- .prettierrc | 5 ++ demo-shell/resources/i18n/en.json | 6 +- .../app/components/files/files.component.html | 67 +++++-------------- .../app/components/files/files.component.ts | 3 - 4 files changed, 22 insertions(+), 59 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000000..35275aa1fa --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "singleQuote": true, + "trailingComma": "none", + "printWidth": 150 +} diff --git a/demo-shell/resources/i18n/en.json b/demo-shell/resources/i18n/en.json index 7315d34203..c98af94b0c 100644 --- a/demo-shell/resources/i18n/en.json +++ b/demo-shell/resources/i18n/en.json @@ -173,6 +173,8 @@ "DELETED_BY": "Deleted by" }, "TOOLBAR": { + "TOGGLE_DISPLAY_MODE": "Toggle display mode", + "TOGGLE_METADATA": "Toggle metadata", "CARDVIEW": "Card view mode", "SHARE_EDIT": "Edit settings", "NEW_FOLDER": "New folder", @@ -181,10 +183,6 @@ "DELETE": "Delete", "FAVORITES": "Add to favorites", "SHARE": "Share", - "THEME": "Select a theme", - "SHOW_VERSION": "Show version", - "HIDE_VERSION": "Hide version", - "LISTVIEW": "List view mode", "CREATE_LIBRARY": "Create Library" }, "ACTIONS": { diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index 07b3ad25fd..a784ea59f5 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -22,7 +22,7 @@ {{errorMessage}} - + - view_comfy - - list - + list - - - - - - - - - - @@ -149,8 +122,7 @@ more_vert -