From d078933844fe816002c36a3f52ce8bce3db302ac Mon Sep 17 00:00:00 2001 From: Jeffrey Biles Date: Tue, 17 Mar 2020 23:29:00 -0700 Subject: [PATCH] BulkActionBar --- src/components/BulkActionBar.vue | 26 ++++++++++++++++++++++++++ src/components/InboxScreen.vue | 13 +++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 src/components/BulkActionBar.vue diff --git a/src/components/BulkActionBar.vue b/src/components/BulkActionBar.vue new file mode 100644 index 0000000..865282c --- /dev/null +++ b/src/components/BulkActionBar.vue @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/src/components/InboxScreen.vue b/src/components/InboxScreen.vue index 418e4f0..0fc689a 100644 --- a/src/components/InboxScreen.vue +++ b/src/components/InboxScreen.vue @@ -1,28 +1,25 @@