From 3b5ed35ea8dace6f319ac6d3fccb35972ff34e5a Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sun, 13 Oct 2019 20:29:08 +0200 Subject: [PATCH] feat: add dropdown in RecentActivity component --- client/src/components/Dropdown.vue | 63 ++++++++++++++++++++++++ client/src/components/RecentActivity.vue | 29 ++++++++--- 2 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 client/src/components/Dropdown.vue diff --git a/client/src/components/Dropdown.vue b/client/src/components/Dropdown.vue new file mode 100644 index 0000000..b0abae2 --- /dev/null +++ b/client/src/components/Dropdown.vue @@ -0,0 +1,63 @@ + + + diff --git a/client/src/components/RecentActivity.vue b/client/src/components/RecentActivity.vue index 07dc324..1a1beba 100644 --- a/client/src/components/RecentActivity.vue +++ b/client/src/components/RecentActivity.vue @@ -22,13 +22,22 @@ class="ml-2 flex flex-col flex-wrap" style="width: calc(20px * 15); height: calc(20px * 7)" > -
+ + + +
@@ -36,7 +45,13 @@