From c9b7e58047197729ee548f0f1eabb0d497d88e87 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 28 Oct 2023 23:16:57 +0200 Subject: [PATCH] feat: add action command prompt dialog Signed-off-by: Stefan Dej --- src/App.vue | 3 + .../dialogs/TheActionCommandPrompt.vue | 111 ++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 src/components/dialogs/TheActionCommandPrompt.vue diff --git a/src/App.vue b/src/App.vue index d7e9ce822..e21c5df23 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,6 +17,7 @@ + @@ -41,11 +42,13 @@ import TheManualProbeDialog from '@/components/dialogs/TheManualProbeDialog.vue' import TheBedScrewsDialog from '@/components/dialogs/TheBedScrewsDialog.vue' import TheScrewsTiltAdjustDialog from '@/components/dialogs/TheScrewsTiltAdjustDialog.vue' import { setAndLoadLocale } from './plugins/i18n' +import TheActionCommandPrompt from '@/components/dialogs/TheActionCommandPrompt.vue' Component.registerHooks(['metaInfo']) @Component({ components: { + TheActionCommandPrompt, TheTimelapseRenderingSnackbar, TheEditor, TheSelectPrinterDialog, diff --git a/src/components/dialogs/TheActionCommandPrompt.vue b/src/components/dialogs/TheActionCommandPrompt.vue new file mode 100644 index 000000000..f6ac113f9 --- /dev/null +++ b/src/components/dialogs/TheActionCommandPrompt.vue @@ -0,0 +1,111 @@ + + + + +