From 5ddb52dfdf891a34db2a86c83ca50fc95c26211a Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 10 Aug 2019 22:05:36 +0300 Subject: [PATCH] Removed unused filters --- app/tasks/sdks.php | 2 +- app/views/console/account/index.phtml | 4 +- app/views/console/home/index.phtml | 4 +- app/views/console/settings/index.phtml | 4 +- app/views/console/users/index.phtml | 195 +++++++++++-------------- composer.lock | 29 ++-- public/dist/scripts/app-all.js | 13 +- public/dist/scripts/app-dep.js | 4 +- public/dist/scripts/app.js | 9 +- public/dist/styles/default-ltr.css | 2 +- public/scripts/filters.js | 47 ------ public/styles/forms.less | 6 +- 12 files changed, 114 insertions(+), 205 deletions(-) diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index df247298fd..144233529e 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -46,7 +46,7 @@ $cli 'gitUserName' => 'appwrite', ], 'js' => [ - 'version' => 'v1.0.10', + 'version' => 'v1.0.11', 'result' => __DIR__ . '/../sdks/js/', 'gitURL' => 'https://github.com/appwrite/sdk-for-js.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-js.git', diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index ea034e9c62..ba3bb7118c 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -220,7 +220,7 @@ use Utopia\Locale\Locale; - + on   @@ -275,7 +275,7 @@ use Utopia\Locale\Locale; - + diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index 07f20ed27e..a1793db5f9 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -132,7 +132,7 @@ $graph = $this->getParam('graph', false);
-
-   diff --git a/app/views/console/settings/index.phtml b/app/views/console/settings/index.phtml index 0211ae4e5e..92d4041bc9 100644 --- a/app/views/console/settings/index.phtml +++ b/app/views/console/settings/index.phtml @@ -56,7 +56,7 @@ use Utopia\Locale\Locale;
- + @@ -175,7 +175,7 @@ use Utopia\Locale\Locale; User Avatar
-       +      
diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml index 40388ec20a..ce5a9e60c8 100644 --- a/app/views/console/users/index.phtml +++ b/app/views/console/users/index.phtml @@ -12,130 +12,99 @@ $providers = $this->getParam('providers', []);