diff --git a/public/img/bootstrap-icons-1.5.0/pencil.license b/public/img/bootstrap-icons-1.5.0/pencil.license new file mode 100644 index 0000000..290774b --- /dev/null +++ b/public/img/bootstrap-icons-1.5.0/pencil.license @@ -0,0 +1 @@ +SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/pencil.svg b/public/img/bootstrap-icons-1.5.0/pencil.svg new file mode 100644 index 0000000..f8dbfeb --- /dev/null +++ b/public/img/bootstrap-icons-1.5.0/pencil.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/assets/language_level.json b/src/assets/language_level.json new file mode 100644 index 0000000..5b8b191 --- /dev/null +++ b/src/assets/language_level.json @@ -0,0 +1,7 @@ +{ + "1": "Keine Angabe", + "2": "Grundkentnisse", + "3": "Gut", + "4": "Fließend", + "5": "Muttersprache" +} \ No newline at end of file diff --git a/src/assets/skill_level.json b/src/assets/skill_level.json new file mode 100644 index 0000000..a73f184 --- /dev/null +++ b/src/assets/skill_level.json @@ -0,0 +1,7 @@ +{ + "1": "bis 6 Monate", + "2": "bis 1 Jahr", + "3": "bis 3 Jahre", + "4": "bis 5 Jahre", + "5": "mehr als 5 Jahre" +} \ No newline at end of file diff --git a/src/components/AutoComplete.vue b/src/components/AutoComplete.vue index 8c7994f..3305259 100644 --- a/src/components/AutoComplete.vue +++ b/src/components/AutoComplete.vue @@ -15,19 +15,7 @@
-
- -
-
+
+
+ +
+
+ +
@@ -92,6 +98,9 @@