This commit is contained in:
Henry Jameson 2020-11-01 16:44:57 +02:00
parent 994b49ddfe
commit 8b1213ea1e
7 changed files with 41 additions and 40 deletions

View File

@ -37,7 +37,7 @@ export default {
GlobalNoticeList
},
data: () => ({
mobileActivePanel: 'timeline',
mobileActivePanel: 'timeline'
}),
created () {
// Load the locale from the storage

View File

@ -69,7 +69,7 @@ export default {
hideSitename () { return this.$store.state.instance.hideSitename },
logoLeft () { return this.$store.state.instance.logoLeft },
currentUser () { return this.$store.state.users.currentUser },
privateMode () { return this.$store.state.instance.private },
privateMode () { return this.$store.state.instance.private }
},
methods: {
scrollToTop () {
@ -84,6 +84,6 @@ export default {
},
openSettingsModal () {
this.$store.dispatch('openSettingsModal')
},
}
}
}

View File

@ -87,7 +87,8 @@
</a>
<div
v-show="previewLoading"
class="preview-spinner">
class="preview-spinner"
>
<FAIcon
class="fa-old-padding"
spin

View File

@ -11,8 +11,8 @@
>
<div class="reaction-picker-filter">
<input
size="1"
v-model="filterWord"
size="1"
:placeholder="$t('emoji.search_emoji')"
>
</div>