Commit Graph

51 Commits (3cdc0c6890ac4135c97bfe65af4e947b86cdaa13)

Author SHA1 Message Date
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
barisusakli a0c3ddc555 fix navigator
Barış Soner Uşaklı d20628a8d4 closes
barisusakli 7a7aeb131e use tpl_url
barisusakli 200f74f1c7 closes
barisusakli bbfec7d443 fix post index parse
barisusakli a77a761433 closes
barisusakli 76480d4d31 app.user undefined on cold load
barisusakli 2c7d9e1a7c store teaserPid in topic
-update teaser pid as necessary in addPostToTopic, removePostFromTopic,
post purge
-removed 20x db calls from getTeasers
-fixed scroll to post in sub folder install
-upgrade script to update topics with teaserPid
barisusakli 2e04501224 closes
barisusakli 10680d47b0 postCount only used once
barisusakli d0bc5ec9c7 client/topics.js refactor
ability to dismiss all flags
barisusakli 78033dbf5c handled in events.js
barisusakli d7c367ae91 moved new notification to events.js
barisusakli e769ebe668 closes
barisusakli a4533703d4 fix sort by vote insertion
barisusakli c5ba327d8f fix empty pages
barisusakli dfae2ea0d7 fix new topics showing up in all categories on post
barisusakli c753edab1d fix duplicate event listeners
they were duplicated if you navigated from topic to topic
barisusakli 835c58d27d mark read after infinite scroll
dont mark read if already read
Spiritlebon 35fc175ff6 Lint fix