-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement paging for peers/channels #19
Comments
Good idea. We should also add a search bar with a drop down so that we can select/view an individual peer. |
There is a module for this: https://flask-paginate.readthedocs.io/ Maybe it is an overkill and something similar to this is more than enough: http://flask.pocoo.org/snippets/44/ |
Great, mine just times out using it with the bitrefill node. [2019-01-26 04:05:49 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:371) |
How about something like this instead? A lighter table view of all of the channels, we can also add some javascript to the table allowing us to sort/filter the rows. The idea would be to click/select an individual channel to bring up a more detailed view ie. I can push my local branch tomorrow when I'm done for you guys to test/evaluate. |
This looks awesome. Can you push a branch with these adjustments? Would love to try that out. |
Awesome, would test it out here as well, /channels doesn't load at me at all, but I'm running it remotely with a node with 420+ channels |
Our node has 500+ channels and it takes quite some time to load the "Channels" page. It makes sense to implement some paging.
The text was updated successfully, but these errors were encountered: