Commit graph

7 commits

Author SHA1 Message Date
Martin Fischer
695e5d0005 [fix 3/3] actually only hide them for tabs
The categories.html template is used in three places:

1) for the tabs on the result page
2) for the default category selection in the preferences
3) for the advanced search category selection in the oscar theme

The search_on_category_select plugin only makes the checkboxes in 1)
behave like tabs. The previous commit however hides the checkboxes
in all three places when the plugin is loaded, which we don't want:
The categories in 2) and 3) always act like checkboxes, so the
checkboxes in these places should actually always be visible.
2022-01-07 11:33:01 +01:00
Martin Fischer
8e840a8dd7 [fix 2/3] make search_on_category_select hide checkboxes
Note that we inject the CSS via JavaScript instead of using
css_dependencies because we do not wan the CSS to load
when JavaScript is disabled (since in that case the checkboxes
should be visible).
2022-01-07 11:33:01 +01:00
rinpatch
7a036579b2 Hide buttons when infinite scrolling is enabled 2018-04-25 18:54:43 +03:00
David A Roberts
678b9e994a [enh] infinite scroll
resolves #649
2016-08-11 19:16:42 +10:00
Kirill Isakov
0d6625e070 Add search result navigation support 2016-04-24 18:01:02 +06:00
Kirill Isakov
1faf1b645b Set vim-hotkeys help panels to same height 2016-04-24 03:02:33 +06:00
Kirill Isakov
3246541bdc [WIP] Add vim-hotkeys plugin 2016-04-23 22:26:02 +06:00