From 10094f4894c7272250c78de95aa930c6f57c0eba Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 1 Mar 2021 00:19:36 +0530 Subject: [PATCH] replaced listview with collectionview --- app/components/EnRecipes.vue | 46 ++++++++++++++++++++------------ app/resources/Android/app.gradle | 4 +-- 2 files changed, 31 insertions(+), 19 deletions(-) diff --git a/app/components/EnRecipes.vue b/app/components/EnRecipes.vue index 5b6b9622..5d8e5e67 100644 --- a/app/components/EnRecipes.vue +++ b/app/components/EnRecipes.vue @@ -41,7 +41,14 @@ :text="`${currentComponent}` | L" col="1" /> - + - - + - - - + + (e.className = "")); + this.recipeList.forEach((e) => { + e.className = e.className.replace(/selected/g, ""); + }); this.releaseLocalBackEvent(); this.showFAB = true; }, diff --git a/app/resources/Android/app.gradle b/app/resources/Android/app.gradle index b8483c71..892d5e36 100644 --- a/app/resources/Android/app.gradle +++ b/app/resources/Android/app.gradle @@ -15,8 +15,8 @@ android { defaultConfig { - versionCode 6 - versionName '1.3.0' + versionCode 7 + versionName '1.3.1' applicationId 'com.vishnuraghav.enrecipes' minSdkVersion 21 generatedDensities = []