RoiEX
e1f180ea3f
Remove uneccessary undefined declaration
7 years ago
RoiEX
ce9a3f20c5
Optimize transition
7 years ago
RoiEX
5e4e523198
Make progress bar finer
7 years ago
Barış Soner Uşaklı
bca79da8c6
closes #4197
...
add in-topic search support to dbsearch
prevent multiple click handlers on in-topic search widget(each click was
causing multiple scrolls)
fix index
8 years ago
Barış Soner Uşaklı
b13ed26587
closes #5755
8 years ago
barisusakli
73700ed747
closes #5617
8 years ago
Peter Jaszkowiak
93f38d4f30
ESlint no-multi-assign
...
and max-nested-callbacks, no-mixed-requires, max-statements-per-line
8 years ago
Peter Jaszkowiak
3b0dd2d1ef
ESlint padded-blocks
8 years ago
Peter Jaszkowiak
a5a3f3089a
ESlint no-mixed-operators
8 years ago
Peter Jaszkowiak
52f2028206
ESlint no-multiple-empty-lines
8 years ago
Peter Jaszkowiak
b09b3aef7f
ESlint no-undef, remove global comments
8 years ago
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
8 years ago
Julian Lam
a379b03e71
lint
8 years ago
barisusakli
e009ce5609
closes #5443
8 years ago
barisusakli
ff08cbf677
replies to posts
8 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
8 years ago
Barış Soner Uşaklı
83a817a221
use navigator selector
8 years ago
barisusakli
56f863e5b8
remove :rage2: console.log
9 years ago
barisusakli
8868668daa
fix navigator displaying wrong index
...
related to #4998
9 years ago
barisusakli
b84f36cc20
fix navigator method not getting removed
9 years ago
barisusakli
240682563d
fix index error
9 years ago
barisusakli
fea2267b58
fix navigator.scrollToPost()
...
pagination and alternate sort page calculation
9 years ago
barisusakli
a9e4add8d2
closes #4998
9 years ago
barisusakli
9dd8572b98
don't crash if anchorEl doesn't exist
9 years ago
barisusakli
4bbc8110a9
closes #4772
9 years ago
Julian Lam
430adc366c
fix #4498
9 years ago
Julian Lam
1385d19f64
Further tweaks to viewport shuffling and dynamic image loading
...
@BenLubar
9 years ago
barisusakli
5fa6686112
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# public/src/modules/navigator.js
9 years ago
barisusakli
3a27e7b0ea
closes #4405
9 years ago
Julian Lam
31e70ac5a8
applying threshold detection only to topics
...
re: #4477
9 years ago
Julian Lam
cc60767eb0
removed console logging 🐶
9 years ago
Julian Lam
add82ba6c9
Added threshold detection when scrolling upwards
...
... for less jolty upwards scrolling.
9 years ago
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
[email protected]
@BenLubar @boomzillawtf
9 years ago
Julian Lam
5d4f61ec96
Tweaked scrollToPostIndex logic
...
The old behaviour would scroll the post anchor to the midline, but
this was inferior UX for long posts since the top half of the
screen is essentially stuff you didn't want to see.
The new logic is as follows:
- If the target post is smaller than the browser viewport, it will
scroll in such a way that the entire post is vertically centered
(post midline matching viewport midline)
- If the target post is larger than the browser viewport, it will
scroll in such a way that the top of the post is located just
under the navbar, maximizing the target post's content.
- Updated themes to relocate their anchors to in between posts
9 years ago
barisusakli
56ef1e9869
closes #4444
9 years ago
Julian Lam
32466d8bb1
tweaked paginator block to toggle when text is updated, and use ready class instead of invisible
9 years ago
barisusakli
20c8411287
closes #3767 closes #3774
9 years ago
barisusakli
c426c7288f
find closest to middle in navigator
9 years ago
barisusakli
6b1834d4ae
closes #3767
9 years ago
barisusakli
2d96cdba1c
closes #3720
10 years ago
barisusakli
d4206c047d
select by class
10 years ago
psychobunny
714efd0d0e
scrollToPost / scrollToPostIndex offset isn't used anymore
10 years ago
psychobunny
81b3ae2597
cleanup
10 years ago
psychobunny
4c4d560f64
fixed f5 from in the middle of a big topic
10 years ago
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
10 years ago
barisusakli
c3a6b11939
fix first reply insertion
10 years ago
psychobunny
1dbfa65bc5
closes #3655
10 years ago
barisusakli
6810b529c9
prevent infinite loop on topic scroll to bottom
10 years ago
barisusakli
b292aeea72
closes #3120
...
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
Barış Soner Uşaklı
21b634e03f
closes #3081
10 years ago