diff --git a/.gitmodules b/.gitmodules index a5eaeb0..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "audon-fe/src/assets/koruri"] - path = audon-fe/src/assets/koruri - url = https://github.com/sakura-tel/koruri.git diff --git a/audon-fe/index.html b/audon-fe/index.html index 9393a4b..40fbc44 100644 --- a/audon-fe/index.html +++ b/audon-fe/index.html @@ -2,7 +2,7 @@ - + Audon diff --git a/audon-fe/src/App.vue b/audon-fe/src/App.vue index 89ca1de..f6f5e12 100644 --- a/audon-fe/src/App.vue +++ b/audon-fe/src/App.vue @@ -26,18 +26,19 @@ export default {
- Emoji of Udon Noodle -

- Audon -

+ + Branding Logo +
+
+ +
diff --git a/audon-fe/src/views/CreateView.vue b/audon-fe/src/views/CreateView.vue index 9c2e849..b4a83f4 100644 --- a/audon-fe/src/views/CreateView.vue +++ b/audon-fe/src/views/CreateView.vue @@ -20,6 +20,14 @@ import axios from "axios"; export default { setup() { return { + mdiMastodon, + mdiClipboardCheck, + mdiClipboardEdit, + mdiArrowLeft, + mdiMagnify, + mdiClose, + mdiPlus, + webfinger, v$: useVuelidate(), donStore: useMastodonStore(), clipboard: useClipboard(), @@ -33,13 +41,6 @@ export default { }, data() { return { - mdiMastodon, - mdiClipboardCheck, - mdiClipboardEdit, - mdiArrowLeft, - mdiMagnify, - mdiClose, - mdiPlus, title: "", description: "", cohosts: [], @@ -155,7 +156,6 @@ export default { onShareClick() { window.open(this.shareURL, "Audon Share", "width=400,height=600"); }, - webfinger, async onSubmit() { this.title = trim(this.title); this.description = trim(this.description); diff --git a/audon-fe/src/views/LoginView.vue b/audon-fe/src/views/LoginView.vue index 293dfcc..3cc7b55 100644 --- a/audon-fe/src/views/LoginView.vue +++ b/audon-fe/src/views/LoginView.vue @@ -72,6 +72,9 @@ export default {