cube-drone / pierc

A python bot that logs IRC channels, and a PHP/JS interface for browsing said logs.
http://classam.github.com/pierc/
Other
52 stars 24 forks source link

Prettyness + Usability #9

Closed frdmn closed 11 years ago

frdmn commented 11 years ago

Change: getting rid of tables Add: responsive frontend Add: checkbox to show/hide part and join events Add: elementary inline media support Add: live search

:beers:

cube-drone commented 11 years ago

It's pretty slick! Many thanks! RNARIAN IS CREDIT TO TEAM.

I might end up adjusting the incremental search, though.. my current DB has just shy of a MEELION RECORDS and runs on Dreamhost, and does an inefficient full-text search. Incrementally searching through them on every letter causes it to shit itself to death.

Also, now have to get some colour back into this bad boy. Maybe that transparent header could be aqua.

rnarian commented 11 years ago

Haha! A pleasure!

The search only gets fired when you stop typing (for 200ms). You might want to adjust the timing here.

cube-drone commented 11 years ago

Ah, just making the 'loading' indicator a little more prominent worked fine.