Skip to content

Paint the ui from left to right (read order) #3176

Open
@JBWatenbergScality

Description

@JBWatenbergScality

Component:

ui

Why this is needed:

Under certains network conditions the current UI may be painted in an arbitrary order. For example here the detailed vue is painted before the list.

image

What should be done:

We should paint components in visual order.

Implementation proposal (strongly recommended):

https://reactjs.org/blog/2019/11/06/building-great-user-experiences-with-concurrent-mode-and-suspense.html describe some great ways to achieve this.

Test plan:

Integration tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    complexity:mediumSomething that requires one or few days to fixpriority:lowLow priority issues that can be safely postponed if neededtopic:uiUI-related issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions