TODO: remove some items

Change-Id: I1a57ea29222a0bf86beeff5d6b130fab753d52ee
This commit is contained in:
Brad Fitzpatrick 2014-01-14 17:52:37 -08:00
parent 533600daff
commit a3e6f4c845
1 changed files with 0 additions and 4 deletions

4
TODO
View File

@ -4,13 +4,9 @@ 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.