By default, users can give owner/name and PHP will query the github API. There should be an option to load another 100 - this will be weird, as (unless we use AJAX) we'd have to send all of the current data back to the server, the server would take that data & make a new request, and sort the new list.
By default, users can give owner/name and PHP will query the github API. There should be an option to load another 100 - this will be weird, as (unless we use AJAX) we'd have to send all of the current data back to the server, the server would take that data & make a new request, and sort the new list.
I think moving to AJAX is the best option.