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
|
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
camlistored_unix.go | ||
run_test.go |
README
This is the main Camlistore server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/camlistored/ui