+
+
+
diff --git a/src/components/Navbar/Navbar.vue b/src/components/Navbar/Navbar.vue
index f940cacea..3f86c6db0 100644
--- a/src/components/Navbar/Navbar.vue
+++ b/src/components/Navbar/Navbar.vue
@@ -211,7 +211,7 @@ onMounted(() => {
aria-label="A link to our Discord server"
>
@@ -351,7 +351,7 @@ onMounted(() => {
aria-label="A link to our Discord server"
>
diff --git a/src/layouts/slotOnly.vue b/src/layouts/slotOnly.vue
new file mode 100644
index 000000000..96f2e9637
--- /dev/null
+++ b/src/layouts/slotOnly.vue
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/src/locales/en_US.json b/src/locales/en_US.json
index b8ea75d12..cbb180cc7 100644
--- a/src/locales/en_US.json
+++ b/src/locales/en_US.json
@@ -408,6 +408,21 @@
"progress": "$${totd} of $${goald}/month, ${perc}% of the monthly goal.",
"upgradePush": "To become a subscriber and gain access to cool perks, visit the upgrade page."
},
+ "miiEditor": {
+ "nickname":"Nickname",
+ "creator": "Creator",
+ "birthday": "Birthday",
+ "clickToSet": "Click to set",
+ "favorite": "Favorite",
+ "sharing": "Sharing",
+ "copying": "Copying",
+ "save": "Save",
+ "saveCaption": "Saving your Mii will kill the previous one.",
+ "noCanvas": "Your browser does not support the canvas element.",
+ "corruptedData": "Found corrupted Mii data. Would you like to start from scratch?",
+ "miiSaved": "Your Mii has been updated! Changes may take some time to reflect across all platforms and services.",
+ "loading": "Loading Mii editor..."
+ },
"localizationPage": {
"title": "Let's localize",
"description": "Paste a link to a publicly accessible JSON locale to test it on the website",
diff --git a/src/pages/account/miieditor/index.vue b/src/pages/account/miieditor/index.vue
new file mode 100644
index 000000000..c0a3fda47
--- /dev/null
+++ b/src/pages/account/miieditor/index.vue
@@ -0,0 +1,1412 @@
+
+
+
+
+