+ {#if session && session._id}
+
+ {/if}
+ Customize Profile
+
+
+
+ {#if error}
+ {error}
+ {:else if loading}
+ Loading...
+ {/if}
+
+
+ View profile
+
+
+
+
+
+
+
+
+ {#if isDonator}
+
+
+
+
+ Windows: win+.
+ Mobile: Emoji keyboard
+
+ ⓘ
+
+ {/if}
+ Background
+
+ {#each backgroundNames as thisBackgroundName}
+ (backgroundName = thisBackgroundName)}
+ on:keypress={e => {
+ if (e.key === 'Enter') {
+ backgroundName = thisBackgroundName
+ }
+ }}
+ />
+ {/each}
+
+
+
+
--
cgit