Commit Graph

71 Commits (6df78f8ad005ce8b92b7245d081d5389f6ba9269)

Author SHA1 Message Date
Julian Lam add82ba6c9 Added threshold detection when scrolling upwards
... for less jolty upwards scrolling.
Julian Lam 3e2231d2cb Fixing viewport shuffling due to image load
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0

@BenLubar @boomzillawtf
RaceProUK fd854b134d Allow for a little scrolling before dismissing bookmark alert
This is just in case someone scrolls a little accidentally; the alert remains so they can still follow it if they want to
Barış Soner Uşaklı 573840ccbd changed to title raw
barisusakli 2fc385f723 closes , closes
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
barisusakli 1ecf27417a removed commented out stuff removed topics.enter
barisusakli aae393ebe1 closes
barisusakli 6b1834d4ae closes
barisusakli 2f5eb248eb fix postcount
barisusakli cba871ec90 closes
barisusakli 2d96cdba1c closes
barisusakli 5f3eb5934a don't update bookmark on every scroll event
barisusakli 00bc9f51c9 dont display post just scroll
barisusakli b7ce4312a9 show toPid inline
Julian Lam 09d23c3dd0 Added support for a theme to generate a link back to a parent post
psychobunny e9d3f4278d IS improvements
* simplify calculation (scrollTop vs elementInView)
* use post anchor rather than create big $ objs from post html
* pressing f5 repeatedly now always takes you to the correct pid
barisusakli 4db0dadd1c closes
barisusakli 41fb4fe6b5 remove IS topics on category
ability to specify a container for IS, instead of always assuming
$(document)
barisusakli de15c2925d use topic.toTop()
barisusakli 2e8505c66d home/end keys for inf scroll
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
barisusakli e461615c1a closes
barisusakli 054e0bb83b closes
barisusakli 0ffb81308e closes
barisusakli 09dacfd6a9 remove bookmark alert on scroll or after 10 secs
barisusakli 7689d54d42 closes
barisusakli 6810b529c9 prevent infinite loop on topic scroll to bottom
bdharrington7 bd26961fa6 Makes bookmark click scroll to last read instead of past it
bdharrington7 25203ee67e changes bookmark storage to sortedset, gets uid from socket rather than being passed from client
bdharrington7 54180acf9b saves updated bookmark in callback
bdharrington7 4d99f60b3d uses server-side bookmark if available
bdharrington7 45df5a3d0b stores the user's bookmark on the server
barisusakli ffd22f50ff closes
barisusakli 6d0d74a6e9 moved topic search end to topics.js
barisusakli 387a5e36b2 search fix, moved topic search to topic.js
psychobunny d51407834d closes
barisusakli dd92b06f16
barisusakli 9dac6303bb removed thread state fix bottom bar class
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global
Julian Lam 16c6578bdb updated components to be a require.js module, not a global (:rage2:)
psychobunny 11710987a4 fixed navigator pagination
Barış Soner Uşaklı 0cc900bdcf closes
psychobunny 2e33f1d400 navbar/title component
psychobunny 15b54d6e43 removed more .post-row selectors
psychobunny 567d171d2f jshint
psychobunny 6439147586 updated core to point #post_container and .post-row to its respective components
barisusakli c15a289d2a fix check
barisusakli 2a8437f08f removed templates config and mapping 🐑
psychobunny cb1e2c9fef linting client side modules