diff options
author | llmII <dev@amlegion.org> | 2023-01-04 20:18:48 -0600 |
---|---|---|
committer | mrpaulblack <paul@paulgo.io> | 2023-01-23 21:22:06 +0100 |
commit | d2b2300ee1a4c7efa66960d78d3f38c35fdc6630 (patch) | |
tree | d1e09290043dbd6e3486e275dd3ce33f3124a044 /AUTHORS.rst | |
parent | a8eb9d15e23356caeee827f9dc27f96c1ed94d4a (diff) | |
download | searxng-d2b2300ee1a4c7efa66960d78d3f38c35fdc6630.tar.gz searxng-d2b2300ee1a4c7efa66960d78d3f38c35fdc6630.zip |
Feature: Pagination Widget with list of numbers.
Adds to the navigation widget, preserving forward/backward nav, and
inserting a list of clickable page numbers between them.
Phone sized devices continue without this widget as deterministic
display under small screen sizes has not been solved.
The widget is agnostic to the actual amount of pages there are that one
can navigate to and as such shows all plausible, albeit not necessarilly
valid, possibilities.
This widget does not interfere with infinite scroll in any fashion.
Diffstat (limited to 'AUTHORS.rst')
-rw-r--r-- | AUTHORS.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst index 82188cb73..75bc9f87b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -166,4 +166,5 @@ features or generally made searx better: - Sam A. `<https://samsapti.dev>`_ - @XavierHorwood - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ -- Milad Laly @Milad-Laly
\ No newline at end of file +- Milad Laly @Milad-Laly +- @llmII |