From 552c37d2398c243c4ba1b984c26df0e789cc1c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 14 Jul 2021 00:22:49 +0200 Subject: [PATCH] first version of textinput --- ui/src/components/TextInput.vue | 82 +++++++++++++++++++++++++++++ ui/src/components/widgets/Table.vue | 53 +++++++++++++------ 2 files changed, 120 insertions(+), 15 deletions(-) create mode 100644 ui/src/components/TextInput.vue diff --git a/ui/src/components/TextInput.vue b/ui/src/components/TextInput.vue new file mode 100644 index 0000000..eaea053 --- /dev/null +++ b/ui/src/components/TextInput.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/ui/src/components/widgets/Table.vue b/ui/src/components/widgets/Table.vue index 183842d..ed24a7c 100644 --- a/ui/src/components/widgets/Table.vue +++ b/ui/src/components/widgets/Table.vue @@ -24,23 +24,26 @@ {{ entry.attribute }} -
- + @@ -88,6 +91,7 @@