diff --git a/.vscode/vuecomp.code-snippets b/.vscode/vuecomp.code-snippets deleted file mode 100644 index 737f769673..0000000000 --- a/.vscode/vuecomp.code-snippets +++ /dev/null @@ -1,35 +0,0 @@ -{ - // Place your Graphite workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and - // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope - // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is - // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: - // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. - // Placeholders with the same ids are connected. - "Vue Component Template": { - "prefix": "vuecomp", - "body": [ - "", - "", - "", - "", - "", - "", - ], - "description": "Template for a new Vue component file" - } -} \ No newline at end of file diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 6b55ebba1f..1b2f13f7fa 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,3 +1,104 @@ + + @@ -232,104 +333,3 @@ img { } } - - diff --git a/frontend/src/components/floating-menus/ColorPicker.vue b/frontend/src/components/floating-menus/ColorPicker.vue index 70db99d4d2..73a026da35 100644 --- a/frontend/src/components/floating-menus/ColorPicker.vue +++ b/frontend/src/components/floating-menus/ColorPicker.vue @@ -1,3 +1,268 @@ + +