whoogle-search/app
Ben Busby 38c38a772f
Find valid parent element when collapsing result content
Previously if a result element marked for collapsing didn't have a valid
"parent" element, the collapsing was skipped altogether. This loops
through child elements until a valid parent is found (or if one isn't
found, the element will not be collapsed).
2021-07-04 15:20:19 -04:00
..
models Allow theme to mirror user system settings 2021-06-28 10:26:51 -04:00
static Ensure existence of static build dir 2021-07-02 16:21:38 -04:00
templates Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
utils Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
__init__.py Ensure existence of static build dir 2021-07-02 16:21:38 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Find valid parent element when collapsing result content 2021-07-04 15:20:19 -04:00
request.py Skip parsing user agent if absent from request 2021-06-16 10:37:33 -04:00
routes.py Allow theme to mirror user system settings 2021-06-28 10:26:51 -04:00