mirror of https://github.com/perkeep/perkeep.git
07cce4a3e6
The detail view now loads with only two HTTP requests: one for the piggy, and one for the big image. No other resources are loaded, even the blob descriptions, because they are cached by SearchSession, which is shared between the search ui and the detail ui. Likewise, when you go back to the search results page, no additional requests are done. Also: - When you press back on detail page, scroll position is now usually restored (if you refresh between index and detail, it still won't restore). - Detail page live updates! It came for free with using SearchSession. Change-Id: I58ada7bdd30afc2644860fbda6167fc5ce865b0d |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
option_sqlite.go | ||
run_test.go | ||
setup.go | ||
test-put.pl |
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