From de982f2c9f45f64d5abc8baf4013f9a6369cc901 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Sun, 31 Mar 2024 13:02:55 +0530 Subject: [PATCH] feat: Add Avatar component --- .../reports/components/SLA/Avatar.vue | 55 +++++++++++ .../reports/components/SLA/SLAReportItem.vue | 18 ++-- .../reports/components/SLA/SLATable.vue | 5 +- .../reports/components/SLA/UserAvatar.vue | 95 +++++++++++++++++++ 4 files changed, 163 insertions(+), 10 deletions(-) create mode 100644 app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/Avatar.vue create mode 100644 app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/UserAvatar.vue diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/Avatar.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/Avatar.vue new file mode 100644 index 000000000..1fad70eef --- /dev/null +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/Avatar.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue index 753383043..195ff587d 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue @@ -1,5 +1,6 @@