From b18f7f1ffce15b856b29266b90848dd1c7e509ba Mon Sep 17 00:00:00 2001 From: Junior Date: Sat, 14 Mar 2026 10:41:24 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20componentes=20reutiliz=C3=A1veis=20Stat?= =?UTF-8?q?usChip,=20StatCard,=20PipelineBar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/app/components/PipelineBar.vue | 54 ++++++++++++++++++++++++ front-end/app/components/StatCard.vue | 23 ++++++++++ front-end/app/components/StatusChip.vue | 24 +++++++++++ 3 files changed, 101 insertions(+) create mode 100644 front-end/app/components/PipelineBar.vue create mode 100644 front-end/app/components/StatCard.vue create mode 100644 front-end/app/components/StatusChip.vue diff --git a/front-end/app/components/PipelineBar.vue b/front-end/app/components/PipelineBar.vue new file mode 100644 index 0000000..d8ab6e7 --- /dev/null +++ b/front-end/app/components/PipelineBar.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/front-end/app/components/StatCard.vue b/front-end/app/components/StatCard.vue new file mode 100644 index 0000000..01dd202 --- /dev/null +++ b/front-end/app/components/StatCard.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/front-end/app/components/StatusChip.vue b/front-end/app/components/StatusChip.vue new file mode 100644 index 0000000..197e0f6 --- /dev/null +++ b/front-end/app/components/StatusChip.vue @@ -0,0 +1,24 @@ + + + + +