diff --git a/web/src/components/ui/ConfirmDialog.vue b/web/src/components/ui/ConfirmDialog.vue new file mode 100644 index 0000000..d876779 --- /dev/null +++ b/web/src/components/ui/ConfirmDialog.vue @@ -0,0 +1,97 @@ + + + + + + + + + + + {{ title }} + {{ description }} + + + + + + Type {{ confirmText }} to confirm + + + + + + + + {{ cancelLabel }} + + + + {{ confirmLabel }} + + + + + + + + + diff --git a/web/src/components/ui/EmptyState.vue b/web/src/components/ui/EmptyState.vue new file mode 100644 index 0000000..1944a52 --- /dev/null +++ b/web/src/components/ui/EmptyState.vue @@ -0,0 +1,101 @@ + + + + + + + + + + + + {{ title }} + {{ description }} + + + + + + {{ actionLabel }} + + + + +
{{ description }}