From 32553068b151712100826b6de6b0c68f7f46f9cc Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 22 Jan 2024 01:42:43 -0500 Subject: remove unused code, fix ci license file issue --- front-end/src/components/global/ConfirmPrompt.vue | 13 +------------ front-end/src/components/global/Dialog.vue | 12 +----------- front-end/src/components/global/PasswordPrompt.vue | 12 +----------- 3 files changed, 3 insertions(+), 34 deletions(-) (limited to 'front-end/src/components/global') diff --git a/front-end/src/components/global/ConfirmPrompt.vue b/front-end/src/components/global/ConfirmPrompt.vue index c8dc944..24d3b9c 100644 --- a/front-end/src/components/global/ConfirmPrompt.vue +++ b/front-end/src/components/global/ConfirmPrompt.vue @@ -22,7 +22,6 @@ onClickOutside(dialog, () => isRevealed.value ? cancel() : null) //Set message on reveal onReveal(m => message.value = defaultTo(m, {})); - - - - \ No newline at end of file + \ No newline at end of file diff --git a/front-end/src/components/global/Dialog.vue b/front-end/src/components/global/Dialog.vue index 949e750..a27d5ee 100644 --- a/front-end/src/components/global/Dialog.vue +++ b/front-end/src/components/global/Dialog.vue @@ -48,14 +48,4 @@ onClickOutside(dialog, () => get(open) ? cancel() : noop()) - - - \ No newline at end of file + \ No newline at end of file diff --git a/front-end/src/components/global/PasswordPrompt.vue b/front-end/src/components/global/PasswordPrompt.vue index a9a5fca..d638c71 100644 --- a/front-end/src/components/global/PasswordPrompt.vue +++ b/front-end/src/components/global/PasswordPrompt.vue @@ -105,14 +105,4 @@ onReveal(m => message.value = defaultTo(m, {})); - - - \ No newline at end of file + \ No newline at end of file -- cgit