You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/19 15:37:04 UTC

[GitHub] [incubator-superset] mistercrunch edited a comment on pull request #10094: style: listviews closer to SIP-34

mistercrunch edited a comment on pull request #10094:
URL: https://github.com/apache/incubator-superset/pull/10094#issuecomment-646701614


   > The listview doesn't render until data is fetched and fetching new data uses a skeleton shimmer loading effect.
   
   (probably outside the scope of this PR) we should discuss the ideal page states in minimizing flicker as the page load. To me I think the ideal flow would be:
   
   1. show the page with a navbar and list view shell first (with no data, but headers and layout in-place), I think that means we have to do that rendering in the `<HEAD/>` before the page is shown
   1. and then show the data in the table as it comes (trigger the data fetch in the tail)
   
   Assuming fixed width and a full page height, going from 1 to 2 would really just show the data in the existing cells, showing a total of 2 states.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org