kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

An option to remove pagination? #45

Open ddahan opened 1 year ago

ddahan commented 1 year ago

Navigation between 10 paginated requests in basically unusable to me, as my pages load many things (including static files) I'm constantly clicking on older/newer requests to find the request I need. There should be a way to remove pagination and let me scroll. And maybe another way to remove/group uninteresting requests like static files ?

I love the idea of the app, but currently, bad UX is a dealbreaker to me. Hope that helps.

wilhelmklopp commented 1 year ago

Hey David!

I'll have a think about how we can make this better, but wanted to jump in right away on the topic of removing uninteresting requests, because we do already support that:

In .kolo/config.toml you can specific ignore_request_paths to ignore any uninteresting paths. For example our .kolo/config.toml file looks something like this:

[filters]
ignore_request_paths = ["/static/", "/favicon.ico"]

You'll need to restart the server for the changes to take effect.

More here: https://docs.kolo.app/en/latest/config.html#ignore-request-paths