From 4321a5f60e4c965b4281d25b666096b0ce80b972 Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Fri, 30 Jun 2023 09:43:45 +0530 Subject: [PATCH 1/5] feat: warn about insufficient quantity --- src/components/Dialog.vue | 13 +++++-- src/utils/types.ts | 2 +- src/utils/ui.ts | 75 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 86 insertions(+), 4 deletions(-) diff --git a/src/components/Dialog.vue b/src/components/Dialog.vue index f893bb8e..c86bffb3 100644 --- a/src/components/Dialog.vue +++ b/src/components/Dialog.vue @@ -26,7 +26,16 @@ :class="config.iconColor" /> -

{{ detail }}

+ +