From ab635c6ab3a1bfb1b5c8dde568e01200030b6f09 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 15 Dec 2013 20:58:53 -0800 Subject: [PATCH] misc UI TODOs Change-Id: Ic874bd8fac550d35268f006e1e1beb3bd88ba3b5 --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 8a29c5adb..fc7b07ee0 100644 --- a/TODO +++ b/TODO @@ -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.