perkeep/server/camlistored/ui/goui
mpl 7832801040 server/camlistored/ui: on zooming/panning on map aspect, do new search
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 a56372830a. This
is necessary because we need the expression in the search box to be mutable
both by the user('s input) and by the map aspect, which represents the
zoom level as a trailing "locrect" predicate in the search expression.

Fixes #938

Change-Id: I0004c9ff09f03b4f1d95a35e54605689eebf0c1a
2017-08-16 21:39:46 +02:00
..
aboutdialog web UI: add "About" menu entry and dialog 2017-03-07 00:24:07 +01:00
downloadbutton camlistored/ui: connect temp form to DOM before submitting 2017-04-26 17:59:29 +02:00
geo server/camlistored/ui: prepare for map aspect zoom level 2017-08-03 17:38:16 +02:00
mapquery server/camlistored/ui: on zooming/panning on map aspect, do new search 2017-08-16 21:39:46 +02:00
sharebutton camlistored/ui: fix share URL dialog for all pages 2017-04-27 19:12:10 +02:00
main.go server/camlistored/ui: use search.MapSort in map aspect 2017-08-01 02:04:32 +02:00