misc UI TODOs

Change-Id: Ic874bd8fac550d35268f006e1e1beb3bd88ba3b5
This commit is contained in:
Brad Fitzpatrick 2013-12-15 20:58:53 -08:00
parent 7c9b72425e
commit ab635c6ab3
1 changed files with 7 additions and 0 deletions

7
TODO
View File

@ -4,6 +4,13 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac
Offline list:
-- UI: infinite scroll: stutters, pre-load as necessary, show box
-- UI: video, at least thumbnailing (use external program,
like VLC or whatever nautilus uses?)
-- UI: prettier thumbnails (better resizing / JPEG compression?)
-- rename server.ImageHandler to ThumbnailRequest or something? It's
not really a Handler in the normal sense. It's not built once and
called repeatedly; it's built for every ServeHTTP request.