Add an option to automatically show new posts when scrolled to the top, also add fade-in animation for posts.
This commit is contained in:
parent
c682a4b007
commit
46f23b7de7
6 changed files with 50 additions and 1 deletions
|
@ -32,6 +32,10 @@
|
|||
<input type="checkbox" id="autoLoad" v-model="autoLoadLocal">
|
||||
<label for="autoLoad">{{$t('settings.autoload')}}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="streaming" v-model="streamingLocal">
|
||||
<label for="streaming">{{$t('settings.streaming')}}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="hoverPreview" v-model="hoverPreviewLocal">
|
||||
<label for="hoverPreview">{{$t('settings.reply_link_preview')}}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue