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 @@ + + + + + + + + {{ idx + 1 }} + + {{ etapa }} + {{ contagemPorEtapa[idx + 1] ?? 0 }} editais + + + + + 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 @@ + + + + + {{ label }} + {{ value }} + {{ sub }} + + + + 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 @@ + + + + + {{ config.label }} + + + +
{{ etapa }}
{{ contagemPorEtapa[idx + 1] ?? 0 }} editais
{{ label }}
{{ value }}
{{ sub }}