From 83c3f9b401e1cb1f53d2c7a54ea470b361eb573c Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sat, 28 Oct 2023 19:57:56 +0200 Subject: [PATCH] Add component. This is a refactoring of focusing on the preset remark selection combo box and context menu with the addition of support for structured values via the component. --- .../source/src/components/event-select.vue | 163 ++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 lib/www/client/source/src/components/event-select.vue diff --git a/lib/www/client/source/src/components/event-select.vue b/lib/www/client/source/src/components/event-select.vue new file mode 100644 index 0000000..1d6c6b8 --- /dev/null +++ b/lib/www/client/source/src/components/event-select.vue @@ -0,0 +1,163 @@ + + +