sokanu / frame

MIT License
1 stars 1 forks source link

Simple web interface #8

Open jskopek opened 9 years ago

jskopek commented 9 years ago

The current web interface is really awful: it's just a list of all the images in the database, with no pagination or anything. It does a really good job of acting as a simple load test, but when you start showing hundreds of images on a page it starts to choke.

The first step is to add some kind of basic pagination. We should also put it behind a login dialog so we aren't totally ignoring security (see #9 for more)