luccioman
8303e15419
Reduced number of search navigators refresh requests in JS resort mode
...
The SearchEvent listen to changes on each of its navigators, and the
information about their overall state is sent with each fetched search
item (as a "data-nav-generation" attribute). Then the browser can
regularly fetch a fresh version of yacysearchtrailer.html only if
necessary (when that nav-generation value change).
7 years ago
luccioman
2ac78e2cca
Addedd missing parameters to yacysearchtrailer call on JS resort mode
7 years ago
luccioman
cbbc7b43d3
Refresh paginations buttons instead of fully rendering each time.
...
This prevent the already displayed pagination buttons to be unresponsive
when clicking on them while the rendering JS function is running.
7 years ago
luccioman
18412dca21
Handle JS refreshing of belatedly added search navigators
7 years ago
luccioman
4ab961fa46
Added HTML ids to search navigators for a more reliable JS refreshing.
7 years ago
luccioman
ad61a3afed
Results JS resort : properly handle results with same ranking value.
7 years ago
luccioman
4e3c928d31
Do not animate unnecessarily when changing page on JS sorted results.
7 years ago
luccioman
fb6743e8f8
Prevent unnecessary DOM finds in JS resorting functions.
...
Also removed now unused functions earlierPage() and laterPage().
7 years ago
luccioman
b1b9ffbbc8
Stop updating results with JS resorting on server feeds termination
7 years ago
luccioman
c7149acb48
Disabled as default verbose browser console logs in yacysort.js
7 years ago
luccioman
b50700c35f
Added missing copyright header to the yacysort.js file
7 years ago
luccioman
4ccd38357f
Trigger js resorting animations using only CSS classes.
...
Also added some more descriptive comments.
7 years ago
Ryszard Goń
634f52fefc
Javascript re-sorting: replace jQuery show() with css animations
7 years ago
JeremyRand
ab0e50b941
Javascript re-sorting: optimize the jQuery selectors a little bit.
7 years ago
JeremyRand
a888254769
Add UI for numbered page navigation when Javascript re-sorting is enabled.
7 years ago
JeremyRand
74333c931e
Fix the sidebar item "Wiki Name Space" with Javascript re-sorting.
7 years ago
JeremyRand
4a9e64caea
(WIP) Add numbered page navigation when Javascript re-sorting is enabled.
...
TODO: Add UI for selecting the number.
7 years ago
JeremyRand
6ec256dc34
(WIP) Fix the sidebar when Javascript resorting is in use.
...
TODO: Add some markup so that DOM traversal in the animations is less painful.
7 years ago
JeremyRand
d37df75afa
(WIP) Optionally sort HTML search items via Javascript.
...
TODO: Expose a GUI setting for this.
7 years ago