From e5bc3bb755403f9b289fdd1cf3608ca3a3bdc580 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Thu, 5 Jul 2018 14:29:30 +0300 Subject: [PATCH] [ACA-1490] Enable CardView (#491) * integrate carview * experimental cardview * fix tests * fix spellcheck error --- cspell.json | 3 ++- src/app.config.json | 3 ++- src/app/components/favorites/favorites.component.html | 6 ++++++ src/app/components/favorites/favorites.component.spec.ts | 4 +++- src/app/components/files/files.component.html | 6 ++++++ src/app/components/files/files.component.spec.ts | 4 +++- src/app/components/libraries/libraries.component.html | 7 +++++++ src/app/components/page.component.ts | 8 +++++++- .../components/recent-files/recent-files.component.html | 6 ++++++ .../recent-files/recent-files.component.spec.ts | 4 +++- src/app/components/settings/settings.component.html | 7 +++++++ src/app/components/settings/settings.component.ts | 8 ++++++++ .../components/shared-files/shared-files.component.html | 6 ++++++ .../shared-files/shared-files.component.spec.ts | 4 +++- src/app/components/trashcan/trashcan.component.html | 6 ++++++ src/app/components/trashcan/trashcan.component.spec.ts | 4 +++- src/assets/i18n/en.json | 4 ++++ 17 files changed, 82 insertions(+), 8 deletions(-) diff --git a/cspell.json b/cspell.json index 6401bf8bd..fec81a42b 100644 --- a/cspell.json +++ b/cspell.json @@ -36,7 +36,8 @@ "tooltip", "tooltips", "unindent", - "exif" + "exif", + "cardview" ], "dictionaries": [ "html" diff --git a/src/app.config.json b/src/app.config.json index 7d6ef8fba..c5b410bf8 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -10,7 +10,8 @@ }, "experimental": { "libraries": false, - "comments": false + "comments": false, + "cardview": false }, "headerColor": "#2196F3", "languagePicker": false, diff --git a/src/app/components/favorites/favorites.component.html b/src/app/components/favorites/favorites.component.html index 330b340d9..113755bba 100644 --- a/src/app/components/favorites/favorites.component.html +++ b/src/app/components/favorites/favorites.component.html @@ -3,6 +3,12 @@ +