Add an option to initiate fetching older statuses automatically when scrolled 750 pixels or less from the bottom.

This commit is contained in:
Shpuld Shpuldson 2017-06-03 18:51:55 +03:00
parent e901e064de
commit 65646c5a12
5 changed files with 17 additions and 0 deletions

View file

@ -28,6 +28,10 @@
<input type="checkbox" id="hideNsfw" v-model="hideNsfwLocal">
<label for="hideNsfw">Enable clickthrough NSFW attachment hiding</label>
</li>
<li>
<input type="checkbox" id="autoLoad" v-model="autoLoadLocal">
<label for="autoLoad">Enable automatic loading when scrolled to the bottom</label>
</li>
</ul>
</div>
</div>