-
Notifications
You must be signed in to change notification settings - Fork 4
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
move the node list from a char box in the upper right to a dedicated column on the left side of the page #38
Comments
|
wrt priority, this is a low-ish priority improvement. it does not block other updates to the dashboard (though obviously the earlier this ships the better so other updates to the dashboard dont need to be rewritten/modified for this new, final layout) |
@gruns one benefit of the nodes table above is that it allows node operators to quickly filter/sort their nodes by some metrics. I feel like this functionality is useful to node ops but would be hard to replicate with a sidebar UI wise. |
this is an excellent point 👏. sorting, like by payout status and earnings, is definitely a useful feature we don't want to lose, if we dont have to 👍 i think the solution here is still to move the nodes list to a wide(r) sidebar on the left, but also to be more cognizant of horizontal space. if we can get the width down to 400px-ish, i think that should be ok to cut the going from left to right in the columns:
hopefully all these horizontal space saving reductions can fit all the nodes in the sidebar + their metrics in a sortable manner. if not, let's readdress a different UX here a sidebar, of course, only works well on desktop. on mobile? i see two solutions:
of these two, i think the second will be much easier to implement, and thus we should go with that for now. wdyt? |
the node list in a box in the upper right is cramped. eg remove horizontal scrollbar from the node list, update btn text #37
the bottom chart,
Global Bandwidth Served
is forced below the fold on small(er) screens, eg laptopsby moving the node list to a dedicated column on the left, the first thing
include an entry in the column on the left for
All nodes
, or similar, to show chart data that includes all nodesa nice to have would be to show the location of each node, with both country emoji and city name, along with each node's id. eg each row of the nodes table on the left of the page could be:
[country flag emoji] [city name] [node id]
. can play with it to see what fits in the given spaceexample of prior art enumerating items in the left column in arc's portal:
The text was updated successfully, but these errors were encountered: