You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #463 we have some visual mocks for a ping function. The PR #602 adds this functionality, but we should do a UI polish pass. Some priorities:
1. The average ping time should be shown in the prominent "slots" rather than the number of pings 2. The list of hosts you can ping should have lighter dividers, and be scrollable for if/when we add more hosts than can show on an iPhone SE
3. Ideally when you select a destination to ping, the popup for the node wouldn't appear with the traceroute button, disappear, then appear with the ping configuration.
The text was updated successfully, but these errors were encountered:
I've spent some time trying to figure out 3 but it's still not clear exactly how to do this without having to reimplement a lot of the node selection/popover flow. The current implementation follows the same flow as traceroute (select the node and zoom in, show popover with node details, then start the action: traceroute/ping, zoom out, update the popover info). Reworking this flow is going to require substantial effort.
apike
changed the title
Polish ping UI
Make transition from node selection to pinging smoother
Feb 28, 2019
In #463 we have some visual mocks for a ping function. The PR #602 adds this functionality, but we should do a UI polish pass. Some priorities:
1. The average ping time should be shown in the prominent "slots" rather than the number of pings2. The list of hosts you can ping should have lighter dividers, and be scrollable for if/when we add more hosts than can show on an iPhone SE3. Ideally when you select a destination to ping, the popup for the node wouldn't appear with the traceroute button, disappear, then appear with the ping configuration.
The text was updated successfully, but these errors were encountered: