Skip to content
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

An option to remove pagination? #45

Open
ddahan opened this issue Dec 9, 2022 · 1 comment
Open

An option to remove pagination? #45

ddahan opened this issue Dec 9, 2022 · 1 comment

Comments

@ddahan
Copy link

ddahan commented Dec 9, 2022

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants