Peers screen: Improve responsive display #1609
Labels
area/screen/peers
Issues related to Peers screen
effort/days
Estimated to take multiple days, but less than a week
exp/beginner
Can be confidently tackled by newcomers
P3
Low: Not priority right now
status/inactive
No significant work in the previous month
The problem
The current-state Peers screen looks fine at wide desktop resolutions (below, 1440px wide) ...
However, both the map and the peers table deteriorate significantly at narrower widths, regardless of height:
Additionally, map display degrades substantially at non-16x9ish aspect ratios due to the map dimensions being pegged to percentage of total screen height:
Need in brief
Improve the responsive display of the Peers screen so both the map and the table are as functional at mobile widths and unusual aspect ratios as they are in the standard 16x9, 1440px+ display. This is likely to (but will not necessarily) include:
Please note that react-virtualized is used not only for the table on the Peers screen, but also for tables on other screens of the app. If replacing react-virtualized is part of a proposed solution, please also solve for how to implement elsewhere in Web UI.
Acceptance criteria
Solution must ...
The text was updated successfully, but these errors were encountered: