jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.32k stars 332 forks source link

Defaults - use list view not card view #703

Open stuaxo opened 5 months ago

stuaxo commented 5 months ago

By default, the cards view is shown on the home screen [1] and requests screen [2]. Unfortunately, in his view text ends up all over the place and makes things hard to compare.

While it may be possible to fix this, I'd suggest that the row view [3] doesn't have this issue and suggest using it as the default instead.

Home screen on first open [1] image

Requests screen on first open [2] image

Row view of requests screen [3] image

eric38383 commented 5 months ago

This is a nice suggestion. I think it would also be nice to also have links on the request page that allow the user to go directly from the requests row page to the Request SQL or Request Profile pages.

Happy to create an MR if there is any interest updating the project on the frontend. Let me know!