WellDone / strato-old

Strato web portal - device management, configuration, and data visualization for MoMo mobile monitors
MIT License
2 stars 2 forks source link

Generic text-based filtering for management pages. #60

Closed ChrisLoer closed 10 years ago

ChrisLoer commented 10 years ago

Add a simple text-input filter at the top of the management pages. On key-up in the filter box, re-render the existing data set with the filter applied. This ends up doing a lot more re-rendering work than necessary, but for existing data sets the amount of work is pretty trivial, and this can help us see what type of interface works.

ChrisLoer commented 10 years ago

Closes #41

amcgee commented 10 years ago

This is awesome, thanks @ChrisLoer! There's a bug with selecting the text in the filter box, I opened #61 for that. For more advanced filtering we should also probably open another issue, but this is great for now.