whoogle-search/app
Joao A. Candido Ramos 4ce7041506
Add "view image" functionality (#268)
* add view image option

* prevent whoogle links from opening in a new tab.

* remove view image template on mobile requests

* change loop values to be more robust to the number of images

* Update app/templates/imageresults.html

* fix "Basically the .cvifge class needs width: 100%; in order to expand the search input to fit the form width."

* Update app/templates/imageresults.html

* remove hardcoded string from template

* Add view image config var to app.json

* Add view image config var to whoogle.env

Co-authored-by: jacr13 <ramos.joao@protonmail.com>
Co-authored-by: Ben Busby <benbusby@protonmail.com>
2021-04-16 10:16:14 -04:00
..
models Add "view image" functionality (#268) 2021-04-16 10:16:14 -04:00
static Replace remaining hardcoded theme values 2021-04-12 10:30:54 -04:00
templates Add "view image" functionality (#268) 2021-04-16 10:16:14 -04:00
utils Add "view image" functionality (#268) 2021-04-16 10:16:14 -04:00
__init__.py Disable logging from imported modules 2021-04-09 09:30:23 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Add "view image" functionality (#268) 2021-04-16 10:16:14 -04:00
request.py Add "view image" functionality (#268) 2021-04-16 10:16:14 -04:00
routes.py Expand custom css theming support 2021-04-09 11:27:50 -04:00