diff --git a/src/assets/Misterious_mist.gif b/src/assets/Misterious_mist.gif new file mode 100644 index 0000000..f82c9d8 Binary files /dev/null and b/src/assets/Misterious_mist.gif differ diff --git a/src/components/Global/Input/DataIterator.vue b/src/components/Global/Input/DataIterator.vue new file mode 100644 index 0000000..811db87 --- /dev/null +++ b/src/components/Global/Input/DataIterator.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/src/components/Global/Input/ImageCropper.vue b/src/components/Global/Input/ImageCropper.vue index cb459c5..325d5fc 100644 --- a/src/components/Global/Input/ImageCropper.vue +++ b/src/components/Global/Input/ImageCropper.vue @@ -87,10 +87,10 @@ export default { }, thumbnail: { get() { - if(this.url) { + if (this.url) { return this.url; } else { - return DefaultImage + return DefaultImage; } }, set(value) { @@ -127,6 +127,7 @@ export default { border: 1px solid #afafaf; border-radius: 5px; background-color: white !important; + height: 300px; } .upload-example-cropper.red { border: 1px solid red; diff --git a/src/components/Global/Misc/Loading.vue b/src/components/Global/Misc/Loading.vue new file mode 100644 index 0000000..055f567 --- /dev/null +++ b/src/components/Global/Misc/Loading.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/src/components/Global/Misc/NoItems.vue b/src/components/Global/Misc/NoItems.vue new file mode 100644 index 0000000..bae2246 --- /dev/null +++ b/src/components/Global/Misc/NoItems.vue @@ -0,0 +1,62 @@ + + + + diff --git a/src/components/Profile/Profile.vue b/src/components/Profile/Profile.vue index a4fc413..98855af 100644 --- a/src/components/Profile/Profile.vue +++ b/src/components/Profile/Profile.vue @@ -1,7 +1,7 @@ +