gasoved
b0a24d6dd5
refactor: var to const and let ( #9885 )
...
* refactor: var to const and let
* fix: missed global bootbox usage
* refactor: align with eslint expectations
3 years ago
Julian Lam
1d77572117
feat(hooks): update action:ajaxify.end to use new hooks module
4 years ago
Barış Soner Uşaklı
74274b60ed
feat: allow clicks on navigator, clean dupe code
4 years ago
Barış Soner Uşaklı
a389a31b4a
fix: timeago in navigation
4 years ago
Barış Soner Uşaklı
163d1a39ce
fix: navigation fixes
4 years ago
Barış Soner Uşaklı
73d2f51d7a
fix: cache some jquery objects
4 years ago
Barış Soner Uşaklı
63d0839550
fix: add ev.cancelable
4 years ago
Barış Soner Uşaklı
6669496dba
Navigator ( #9049 )
...
* feat: navigator changes
* fix: remove extra code
* feat: add lang keys
4 years ago
Barış Soner Uşaklı
c107649b40
fix : #8732
4 years ago
psychobunny
60afb110ef
fix: prevent mutiple highlighted rows on category/topic pages
4 years ago
Barış Soner Uşaklı
c9c9dd2f9b
fix: skip elements if they dont have proper index
4 years ago
Barış Soner Uşaklı
bd640a1107
Topic await errors ( #7727 )
...
* feat: derp await
* feat: restore user.getSettings
* feat: cleanup
* feat: make tid const
* feat: cleanup
* fix: tests
* feat: deprecate filter:controllers.topic.get
* feat: rewrite post-index logic
* feat: change calculation to match others
* fix: use .async
* feat: remove try/catch wrapper
6 years ago
Barış Soner Uşaklı
32cf07d732
fix : #7464
6 years ago
Baris Usakli
0fd5210d37
really fix pagination on mobile
6 years ago
Baris Usakli
2624e302ab
fix navigator on mobile
6 years ago
Baris Usakli
c1ab753bc3
use paginationBlock
6 years ago
Baris Usakli
c343b93a37
optimize ajaxify
...
- do not call $.timeago twice on topic load and for widgets
- do not use toLocaleString for each timeago string, use a single
Intl.DateTimeFormat instance instead
- do not call format for empty timeago strings, ie a post that isnt
edited doesnt have a timeago string
- do not call isTouchDevice for every element
- remove app.replaceSelfLinks, this is superceded with /me route
- store references to jquery objects in navigator instead of creating
them on every scroll
6 years ago
Barış Soner Uşaklı
f0dead7aba
more tooltip work
6 years ago
Barış Soner Uşaklı
4b6b3d5436
set duration to 0
6 years ago
Barış Soner Uşaklı
85c832fcc6
add tooltip
6 years ago
Barış Soner Uşaklı
fe8832ad5c
dont update if index didnt change
6 years ago
Barış Soner Uşaklı
7b5c4f343a
drag nav
6 years ago
Barış Soner Uşaklı
017b10d5d6
closes #6544
7 years ago
Barış Soner Uşaklı
a1e933537b
remove deprecated method
7 years ago
RoiEX
92d3844988
Start reading progress at 0
7 years ago
Barış Soner Uşaklı
548ec6baf7
closes #6144
7 years ago
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