Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Listing] Allow changing the sort direction of the requests list #18

Open lostintangent opened 8 years ago

lostintangent commented 8 years ago

I'm probably just used to having used Fiddler, Chrome DevTools and the Edge DevTools, etc. but I found it a little odd at first that the request list is sorted descending. This was particularly confusing when a request was made as a result of a redirect, and I found it kind of unnatural to read the flow of requests bottom up.

I'm not sure I would recommend changing the default behavior (despite there being a decent amount of prior art/precendence), but it would be awesome to be able to at least change the sort direction for folks that may find it more intutuive to read the flow of requests top down as opposed to bottom up.

mike-kaufman commented 8 years ago

Good feedback.

nikmd23 commented 8 years ago

We've done some thinking around how sorting might be handled in the left hand request rail. Here's a segment of the original mock.

sort

I've put this feature on the backlog to be prioritized and implemented, but feedback on the mock is welcome and wanted at any time.