summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar
AgeCommit message (Collapse)Author
2022-03-04[build] /staticAlexandre FLAMENT
2022-03-02[build] /staticAlexandre FLAMENT
2022-02-27[build] /staticAlexandre Flament
2022-02-26[build] /staticmrpaulblack
2022-02-26[simple theme] replace Image_layout.js with flexbox CS impl.mrpaulblack
* drop image_layout.js from simple theme * move image_layout.js to oscar theme and delete common js dir (since its empty now) * align top position of image detail modal with bottom position of search header * use flexbox to display images; row height can be set via @results-image-row-height in defenitions.less * display span title underneath each image with a max width of 12rem * increase margin and padding around image article on desktop and tablet * make article height smaller on phone layout (height of 6rem) to display more content on current view * remove content from result, if the title and content matches * use a group that cotains the flex image article, if images are mixed with other categories * fix pylint issues in webapp.py * use the default.html result template in unit tests (thanks @return42)
2022-02-26[build] /staticMonty
2022-02-21[build] /staticMarkus Heiser
2022-02-20[build] /staticAlexandre Flament
2022-02-20[mod] infinite_scroll as preferenceAlexandre Flament
* oscar theme: code from searx/plugins/infinite_scroll.py * simple theme: new implementation Co-authored-by: Markus Heiser <markus.heiser@darmarIT.de>
2022-02-18[build] /staticMarkus Heiser
2022-02-18[build] /staticMarkus Heiser
2022-01-29[build] /staticAlexandre Flament
2022-01-22[build] /staticMonty
2022-01-17[build] /staticmrpaulblack
2022-01-16[build] /staticAlexandre Flament
2022-01-07[build] /staticMarkus Heiser
2022-01-07make pygments.lessMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-12-31[build] /staticMarkus Heiser
2021-12-31make pygments.lessMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-12-18[build] /staticmrpaulblack
2021-12-15[build] /staticMarkus Heiser
2021-12-05[build] /staticMarkus Heiser
2021-12-04[build] /staticMarkus Heiser
2021-12-01[build] /staticMarkus Heiser
2021-11-30[build] /staticMarkus Heiser
2021-11-29[build] /staticMarkus Heiser
2021-11-29[build] /staticMarkus Heiser
2021-11-26[build] /staticmrpaulblack
2021-11-26[oscar theme] center search on index and use logo with ponthimrpaulblack
2021-11-26[fix] oscar theme: use SearXNG logo and wordmarkMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-21[build] /staticmrpaulblack
2021-11-19[build] /staticmrpaulblack
2021-11-19[build] /staticAlexandre Flament
2021-11-15[build] /staticMarkus Heiser
2021-11-13[build] /staticMarkus Heiser
2021-11-13[build] /staticMrPaulBlack
2021-11-11[build] /staticMrPaulBlack
2021-11-05[build] /staticAlexandre Flament
2021-11-05[build] /staticAlexandre Flament
2021-11-04[build] /staticMarkus Heiser
2021-11-03[build] /staticAlexandre Flament
2021-11-02[build] /staticMarkus Heiser
2021-10-30[build] /staticAlexandre Flament
2021-10-29[build] /staticAlexandre Flament
2021-10-29[build] /staticMrPaulBlack
2021-10-28[build] /staticAlexandre Flament
2021-10-28[build] /staticAlexandre Flament
2021-10-28[enh] simple theme: image detailAlexandre Flament
When an image is selected, the detail with the full size image is displayed on the right side of the screen (or full screen on tablet and phone). When Javascript is disabled, the thumbnail is a linked to the full size image, as it was before. When the image proxy is enabled, the full size image is also proxied, in consequence this commit increases the bandwidth usage of instances. The detail can be closed by the close button or the Esc key. It is possible to go to the next and previous images using the j and k keys or the button on the top right of the screen.
2021-10-27[build] /staticMrPaulBlack
2021-10-21[build] /staticAlexandre Flament