mirror of https://github.com/perkeep/perkeep.git
![]() 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
|
||
---|---|---|
.. | ||
android | ||
client.go | ||
config.go | ||
config_test.go | ||
enumerate.go | ||
get.go | ||
ignored_test.go | ||
remove.go | ||
stat_test.go | ||
stats.go | ||
transport_test.go | ||
upload.go | ||
upload_test.go |