From fb17d34b8ac61b97b1eac737bcd977d3e916a306 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas Date: Thu, 12 Mar 2020 21:23:52 +0530 Subject: [PATCH] Feature: Support card options in widget and dashboard #594 (#609) --- .../shared/components/CardButton.vue | 60 ++++++++++++++ app/javascript/shared/components/ChatCard.vue | 83 +++++++++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 app/javascript/shared/components/CardButton.vue create mode 100644 app/javascript/shared/components/ChatCard.vue diff --git a/app/javascript/shared/components/CardButton.vue b/app/javascript/shared/components/CardButton.vue new file mode 100644 index 000000000..c03443dbf --- /dev/null +++ b/app/javascript/shared/components/CardButton.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/app/javascript/shared/components/ChatCard.vue b/app/javascript/shared/components/ChatCard.vue new file mode 100644 index 000000000..15f7b0827 --- /dev/null +++ b/app/javascript/shared/components/ChatCard.vue @@ -0,0 +1,83 @@ + + + + +