From 2ab1609bd92439f4197c77f721a6d1bd99ea958e Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Mon, 10 Jan 2022 00:51:14 +0100 Subject: [PATCH] Profile has both activity and settings inline --- src/components/Profile.vue | 130 ++++++++++++++++++++++--------------- 1 file changed, 78 insertions(+), 52 deletions(-) diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 0667dc3..33d264d 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -5,13 +5,20 @@

{{ emoji }} Welcome {{ username }}

- {{ showSettings ? 'hide settings' : 'show settings' }} + {{ + showSettings ? "hide settings" : "show settings" + }} + {{ + showActivity ? "hide activity" : "show activity" + }} Log out
- + + + @@ -20,7 +27,7 @@

Authentication Request Failed

- +
@@ -29,74 +36,93 @@