From d149aebf1295251b5329dfc2f5c7bd6801ee4b12 Mon Sep 17 00:00:00 2001 From: opbnq-q Date: Sun, 9 Mar 2025 04:38:45 -0700 Subject: [PATCH] feat: error handing: alert -> dialog --- frontend/src/App.vue | 10 +++++++++- frontend/src/main.ts | 3 ++- frontend/src/stores/error.store.ts | 23 +++++++++++++++++++++++ frontend/src/table/DialogWindow.vue | 9 ++++++--- 4 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 frontend/src/stores/error.store.ts diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 471e437..a2939c8 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,11 +1,19 @@ \ No newline at end of file