diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-08-18 12:00:59 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-08-18 12:00:59 +0300 |
| commit | 9503b8fa41b9f6e3c500af411b29ee1c27844253 (patch) | |
| tree | c746ebe379f0ad439694e4a40fe0e2102456e517 /src/components/settings/settings.vue | |
| parent | 1526b4560c9dd6f2fff5fcb24890a398c8701343 (diff) | |
Remove the profile pic change from the old settings menu since it's in the new profile edit menu.
Diffstat (limited to 'src/components/settings/settings.vue')
| -rw-r--r-- | src/components/settings/settings.vue | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/settings/settings.vue b/src/components/settings/settings.vue index 1abb1789..6ff96fec 100644 --- a/src/components/settings/settings.vue +++ b/src/components/settings/settings.vue @@ -8,18 +8,6 @@ <h2>Theme</h2> <style-switcher></style-switcher> </div> - <div class="setting-item" v-if="user"> - <h2>Avatar</h2> - <p>Your current avatar:</p> - <img :src="user.profile_image_url_original" class="old-avatar"></img> - <p>Set new avatar:</p> - <img class="new-avatar" v-bind:src="previewfile" v-if="previewfile"> - </img> - <div> - <input name="avatar-upload" id="avatar-upload" type="file" @change="uploadAvatar" ></input> - </div> - <button class="btn btn-default base05 base01-background" v-if="previewfile" @click="submitAvatar">Submit</button> - </div> <div class="setting-item"> <h2>Filtering</h2> <p>All notices containing these words will be muted, one per line</p> |
