diff --git a/frontend/src/routes/edit/profile-old/+page.svelte b/frontend/src/routes/edit/profile-old/+page.svelte new file mode 100644 index 0000000..8baa2d4 --- /dev/null +++ b/frontend/src/routes/edit/profile-old/+page.svelte @@ -0,0 +1,862 @@ + + + + Edit profile - pronouns.cc + + +

+ Edit profile + + + {#if modified} + + {/if} + +

+ +{#if error} + +{/if} + + + +
+
+
+
+ {#if avatar === ""} + + {:else if avatar} + New avatar + {:else} + + {/if} +
+
+ +

+ Only PNG, JPEG, GIF, and WebP images can be + used as avatars. Avatars cannot be larger than 1 MB, and animated avatars will be made + static. +

+

+ + (avatar = "")}>Remove avatar +

+
+
+
+
+ + +

+ + You can change your username in + your settings. +

+
+ + +

+ + Your display name is used in page titles and as a header. +

+
+
+
+
+

Names

+ {#each names as _, index} + moveName(index, true)} + moveDown={() => moveName(index, false)} + remove={() => removeName(index)} + /> + {/each} +
+ + + +
+
+ +
+
+