diff --git a/ui/src/assets/logo.png b/ui/src/assets/logo.png deleted file mode 100644 index 7d9781edb..000000000 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 000000000..d8aa4ccaa --- /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 000000000..162ebe925 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 000000000..937e8a03c 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 000000000..05d8420f4 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 000000000..843a42585 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 000000000..12ac26367 --- /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 77a375535..156827ce1 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 69b1ba901..85d662e29 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 b1c772496..0f04d357c 100644 --- a/ui/src/workflow/common/NodeContainer.vue +++ b/ui/src/workflow/common/NodeContainer.vue @@ -1,7 +1,7 @@