boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Refactor search page to not do page refresh #1

Closed boakley closed 10 years ago

boakley commented 10 years ago

Right now the implementation of the search page causes the page to refresh when you do a search. Instead, there should be client side code to asynchronously update the list of keywords as the user types in the input box.

yanne commented 10 years ago

This is now implemented in master.