Commit Graph

18 Commits

Author SHA1 Message Date
mat
ef65e60f9f
Image search (#10)
* add tab for image search

* add basic implementation of image search

* add proxy

* fix google images regex breaking when the query has spaces

* fix sizing of image elements while they're loading

* add optional engines indicator to image search

* add bing images

* fix some parsing issues with bing images

* fix bing titles
2024-05-20 04:08:49 -05:00
mat
75572c17a2 separate default and base config 2024-04-18 04:41:26 +00:00
mat
afc526c6f2
use maud for templating (#8) 2024-04-17 23:06:06 -05:00
Shrecknt
569922aab7
more more quick answers
* notepad

* fix config

* mdn docs

* search bar fix

* remove unnecessary check

* notepad fix

* make config avaliable to all stages of request

* make config more consistent

* minecraft wiki infobox

* cleanup

* engine_list_separator fix

* are you happy now mta

* change Arc<Config> to &Config in places

---------

Co-authored-by: mat <git@matdoes.dev>
2024-04-15 19:49:40 -07:00
mat
39aeae7a69 add basic logging 2024-04-15 19:19:09 -05:00
mat
052e266985 support engine-specific configs 2024-04-12 21:50:38 -05:00
mat
fec328522f add config 2024-04-12 21:17:34 -05:00
mat
5282238901 fix wrapping for long results with no spaces 2024-03-30 22:37:12 -05:00
mat
6a6bbfcb51 fix broken source code url and add text on no results 2024-03-30 22:16:38 -05:00
mat
2aa0d1e673 fix google featured snippets sometimes having too much text
also fix some pedantic clippy issues
2024-03-24 01:48:29 -05:00
jms-c
23787c1b69
Don't send referrer to visited sites (#2)
* Don't send referrer to visited sites

* Remove href from span elements, remove nofollow
2024-02-14 12:40:18 -06:00
mat
60914e6e7f github infobox 2023-12-20 23:17:39 -06:00
mat
f95c5fe273 add wikipedia and stackoverflow engines 2023-12-20 22:18:43 -06:00
mat
598b60b1f0 add opensearch 2023-12-20 17:56:03 -06:00
mat
bcf42a733a add instant answers 2023-12-20 04:08:36 -06:00
mat
359b8ae2d6 add basic autocomplete 2023-12-20 03:28:38 -06:00
mat
aeac6f7c5d use featured snippets from google 2023-12-20 02:03:29 -06:00
mat
da972bd45e Initial commit 2023-12-20 00:18:09 -06:00