mirror of https://github.com/perkeep/perkeep.git
7832801040
This change makes zooming and panning on the map aspect send a new
"MapSort" search query, so that the (1000, by default) most relevant
results for the currently displayed area always appear as markers
after a zoom/pan.
This required completely "lifting up" (in React lingo) the currentSearch
state out of the Header class, and into the Index class, which should
have already been done in
|
||
---|---|---|
.. | ||
aboutdialog | ||
downloadbutton | ||
geo | ||
mapquery | ||
sharebutton | ||
main.go |