diff --git a/ui/src/assets/logo.png b/ui/src/assets/logo.png deleted file mode 100644 index 7d9781ed..00000000 Binary files a/ui/src/assets/logo.png and /dev/null differ diff --git a/ui/src/assets/logo.svg b/ui/src/assets/logo.svg new file mode 100644 index 00000000..d8aa4cca --- /dev/null +++ b/ui/src/assets/logo.svg @@ -0,0 +1 @@ +MaxKB \ No newline at end of file diff --git a/ui/src/assets/theme/default.jpg b/ui/src/assets/theme/default.jpg new file mode 100644 index 00000000..162ebe92 Binary files /dev/null and b/ui/src/assets/theme/default.jpg differ diff --git a/ui/src/assets/theme/green.jpg b/ui/src/assets/theme/green.jpg new file mode 100644 index 00000000..937e8a03 Binary files /dev/null and b/ui/src/assets/theme/green.jpg differ diff --git a/ui/src/assets/theme/orange.jpg b/ui/src/assets/theme/orange.jpg new file mode 100644 index 00000000..05d8420f Binary files /dev/null and b/ui/src/assets/theme/orange.jpg differ diff --git a/ui/src/assets/theme/purple.jpg b/ui/src/assets/theme/purple.jpg new file mode 100644 index 00000000..843a4258 Binary files /dev/null and b/ui/src/assets/theme/purple.jpg differ diff --git a/ui/src/assets/theme/red.svg b/ui/src/assets/theme/red.svg new file mode 100644 index 00000000..12ac2636 --- /dev/null +++ b/ui/src/assets/theme/red.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/ui/src/components/tags-input/index.vue b/ui/src/components/tags-input/index.vue index 77a37553..156827ce 100644 --- a/ui/src/components/tags-input/index.vue +++ b/ui/src/components/tags-input/index.vue @@ -28,12 +28,6 @@
{{ item.username }}
- + - \ No newline at end of file + diff --git a/ui/src/views/theme/index.vue b/ui/src/views/theme/index.vue index 69b1ba90..85d662e2 100644 --- a/ui/src/views/theme/index.vue +++ b/ui/src/views/theme/index.vue @@ -1,774 +1,177 @@ - diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue index b1c77249..0f04d357 100644 --- a/ui/src/workflow/common/NodeContainer.vue +++ b/ui/src/workflow/common/NodeContainer.vue @@ -1,7 +1,7 @@