From d15e9436eed93d7887518ee0a6ca8d91ccaac6c0 Mon Sep 17 00:00:00 2001 From: william Murphy Date: Sun, 17 Nov 2019 19:48:11 -0600 Subject: [PATCH] wrap up initial pages, styling, member and post counts on profiels, vue router scroll behavior --- web/src/App.vue | 12 ++--- web/src/components/PostCard.vue | 12 ++++- web/src/components/ProfileSummary.vue | 70 +++++++++++++++++++++++++++ web/src/router.js | 10 +++- web/src/views/Home.vue | 25 ++++++---- web/src/views/Profile.vue | 9 ++-- 6 files changed, 116 insertions(+), 22 deletions(-) create mode 100644 web/src/components/ProfileSummary.vue diff --git a/web/src/App.vue b/web/src/App.vue index 4f57d8f..cf5f527 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,10 +1,10 @@ diff --git a/web/src/components/PostCard.vue b/web/src/components/PostCard.vue index 598608f..530061f 100644 --- a/web/src/components/PostCard.vue +++ b/web/src/components/PostCard.vue @@ -1,7 +1,8 @@