From 7e1e2c0bd31ba594661f8ed2d8ac7cd7942f965b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 26 Dec 2018 13:37:23 +0000 Subject: [PATCH] Extract star/unstar button --- src/components/Application/ApplicationCard.vue | 12 ++++-------- src/components/Application/StarToggle.vue | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 src/components/Application/StarToggle.vue diff --git a/src/components/Application/ApplicationCard.vue b/src/components/Application/ApplicationCard.vue index 6665089..510c1b7 100644 --- a/src/components/Application/ApplicationCard.vue +++ b/src/components/Application/ApplicationCard.vue @@ -17,10 +17,7 @@
- +
@@ -41,10 +38,7 @@
- +
@@ -54,10 +48,12 @@