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
-
-
-
-
-
-
-
-
-
-
-
+
view_comfy
list
{{ 'DOCUMENT_LIST.TOOLBAR.CARDVIEW' | translate }}
@@ -249,15 +221,6 @@
[formatTooltip]="getNodeNameTooltip"
class="app-ellipsis-cell adf-expand-cell-5">
-
-
(AppConfigValues.BASESHAREURL) ||
this.appConfig.get(AppConfigValues.ECMHOST)) + '/preview/s/';
- toolbarColor: ThemePalette;
-
selectionModes = [
{value: 'none', viewValue: 'None'},
{value: 'single', viewValue: 'Single'},