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
|
@ -8,6 +8,7 @@ const defaultState = {
|
|||
hideAttachmentsInConv: false,
|
||||
hideNsfw: true,
|
||||
autoLoad: true,
|
||||
streaming: false,
|
||||
hoverPreview: true,
|
||||
muteWords: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue