Add basic avatar changing.
This commit is contained in:
parent
55edd6d8c2
commit
37c10be5e2
4 changed files with 58 additions and 2 deletions
|
@ -8,6 +8,13 @@
|
|||
<h2>Theme</h2>
|
||||
<style-switcher></style-switcher>
|
||||
</div>
|
||||
<div class="setting-item">
|
||||
<h2>Avatar</h2>
|
||||
<img :src="user.profile_image_url_original"></img>
|
||||
<div>
|
||||
<input name="avatar-upload" id="avatar-upload" type="file" @change="uploadAvatar" ></input>
|
||||
</div>
|
||||
</div>
|
||||
<div class="setting-item">
|
||||
<h2>Filtering</h2>
|
||||
<p>All notices containing these words will be muted, one per line</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue