Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Refactor AJAX Row Layout #121

Closed
davidkpiano opened this issue Jun 26, 2017 · 1 comment
Closed

Refactor AJAX Row Layout #121

davidkpiano opened this issue Jun 26, 2017 · 1 comment
Assignees

Comments

@davidkpiano
Copy link
Contributor

cc. @avanderhoorn

Browser calls layout - requests to look like the history list in the client:

  • We don’t need to worry about the https icon or the browser icon,
  • the 1st like should look something like {url} {time}
  • the 2nd line should look something like {method} {statusIcon} {statusCode} {size} {duration}
  • We should still keep the header that says “Size” and duration “Duration”

Browser calls transitions - items need to load from the top not the bottom

  • The idea is for it to be the same as the request history list, hence loading from the top
  • Note the animation/transition should make it obvious that a new item has loaded

Browser calls length - number of requests that we show shouldn’t be limited in the popup

  • At the moment we limit the number of items we show to 4… this should be changed so that we show all
  • Note the container the list is in should have a max height and a scrollbar should appear on overflow
@davidkpiano davidkpiano self-assigned this Jun 26, 2017
@legomushroom
Copy link
Member

Browser calls transitions - items need to load from the top not the bottom

At the moment browser calls do load from top to bottom only for expanded view, for the collapsed view, the requests go from bottom to top which might be confusing.

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

No branches or pull requests

3 participants